Denotation theorems for named tiny codebooks #
These lemmas expose the exact meaning of each catalog word without adding runtime code.
@[simp]
The zero bit pattern of bipolar1 denotes negative one.
@[simp]
The one bit pattern of bipolar1 denotes positive one.
@[simp]
The 00 ternary code denotes zero.
@[simp]
The 01 ternary code denotes positive one.
@[simp]
The 10 ternary code denotes negative one.
@[simp]
The 11 ternary code is the reserved exceptional word.