Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Binary Character Basis Minimality

Abstract

Binary-character bases are exactly minimum complete observation families.

Theorem 1.1 (Character-span bases are minimum complete observation families).

Proof. Machine-checked in Lean as D5/S3/Fourier/BinaryCharacterBasisMinimality.binary_character_basis_minimality (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let G be a finite abelian group. Binary characters are represented additively as linear functionals on the canonical quotient of G by doubles, so evaluation remains on the original group through the canonical quotient map.

The character space H is constructed as the binary-field span of the given character family, and r is its finite dimension. The displayed same-kernel premise is pointwise on G, not an abstract replacement definition of sufficiency.

The minimum same-span cardinality is inherited from the frozen binary role theorem. Equality of actual joint kernels forces the competitor span to equal H, giving the lower bound r.

A linearly independent Fin(r)-indexed family is extracted from the original characters, spans H, and has their joint kernel. The last public clause quantifies over an arbitrary supplied basis of H and proves both kernel sufficiency and minimum cardinality.

References