Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Golden Desubstitution Depth

Abstract

Measure golden desubstitution paths exactly and decode the resulting terminal digits.

Theorem 1.1 (Exact desubstitution path length).

Proof. Machine-checked in Lean as D5/S1/Words/Powers/GoldenDesubstitutionDepth.golden_desubstitution_exact_length_iff (✓ std3). ∎

Source. Repository-derived.

Commentary.

A nonzero endpoint admits exactly the number of steps recorded by the uniform Zeckendorf shift; zero is permitted only at depth zero.

Theorem 1.2 (Normal form is the closed shifted-digit decode).

Proof. Machine-checked in Lean as D5/S1/Words/Powers/GoldenDesubstitutionDepth.golden_desubstitution_nf_eq_wdigits_decode (✓ std3). ∎

Source. Repository-derived.

Commentary.

The unique terminal is obtained by shifting every occupied Fibonacci index down until the least digit reaches its floor, with zero handled separately.

References