Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Golden Band Strict Order

Abstract

The structural zero and pole occur in strict order inside the golden band.

Theorem 1.1 (The golden structural zero and pole are strictly ordered).

Proof. Machine-checked in Lean as D5/S1/Deficit/Beatty/GoldenBandOrder.golden_band_order (✓ std3). ∎

Source. Repository-derived.

Commentary.

The module binds structuralZero from the frozen S1 GoldenSpectralCoordinate and phi from the frozen S1 GoldenObserverRoute through that module’s import. It transcribes only structuralPole=1/phi^3 from Hearts. Hearts is an OPEN X_Frontier source and is not imported.

Pinned Mathlib gives 1<phi<2, positivity of powers, and reversal of strict order under positive reciprocals. Those facts prove all three strict comparisons by ordered-field arithmetic, without using either open heart.

The resulting order places the structural zero and structural pole inside the factorization window required by the golden observer route.

References