Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Minimal Binary Unimodular Expansion

Abstract

Nonnegative integral binary matrices have sharp expansion floors determined by the sign of their unimodular determinant.

Theorem 1.1 (The Fibonacci matrix realizes both sharp determinant-sign bounds).

Proof. Machine-checked in Lean as D5/S3/Observer/GoldenCoding/MinimalBinaryUnimodularBreak.minimal_binary_unimodular_break (✓ std3). ∎

Source. Repository-derived.

Commentary.

The matrix M has nonnegative integral entries, and lambda is a real characteristic root above one. In determinant sign minus one, the integral trace is at least one; in determinant sign one, it is at least three. Factoring the corresponding quadratics gives the two displayed lower bounds.

The public equality clauses use the integral Fibonacci matrix itself. Its real cast is the repository’s canonical Fibonacci substitution, while direct finite arithmetic identifies its square and verifies both determinants and characteristic roots.

References