Named tiny-codebook definitions #
These executable denotation tables illustrate lookup encodings without imposing an IEEE-style
field layout. Their word-level denotation theorems are isolated in Catalog.Proof.
One-bit bipolar encoding: 0 ↦ -1 and 1 ↦ +1.
Instances For
Two-bit signed ternary encoding: 00 ↦ 0, 01 ↦ +1, 10 ↦ -1, and 11 ↦ reserved.