Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Golden Spectral Coordinate

Abstract

Golden-square scaling sends the structural zero to one half, and the centered spectral coordinate is real exactly on the structural line.

Definition 1.1 (Structural zero).

Formalization. D5/S1/Deficit/Beatty/GoldenSpectralCoordinate.structuralZero (✓ std3).

Source. Repository-derived.

Commentary.

structuralZero is transcribed verbatim from Hearts.lean:57 because X_Frontier cannot be imported. Hearts is an OPEN X_Frontier source, not a frozen prerequisite. The phi used here is the public definition owned by the frozen same-stratum GoldenObserverRoute module.

Definition 1.2 (Golden natural scale).

Formalization. D5/S1/Deficit/Beatty/GoldenSpectralCoordinate.goldenNaturalScale (✓ std3).

Source. Repository-derived.

Commentary.

The natural scale multiplies a complex variable by the imported public phi squared. Its named one-half instantiation below makes this definition earn its freeze.

Definition 1.3 (Golden spectral parameter).

Formalization. D5/S1/Deficit/Beatty/GoldenSpectralCoordinate.goldenSpectralParameter (✓ std3).

Source. Repository-derived.

Commentary.

The spectral parameter rotates the centered natural scale by minus i. The independent real-spectrum equivalence below makes this definition earn its freeze.

Theorem 1.4 (Golden natural scaling hits one half).

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

Source. Repository-derived.

Commentary.

At the structural zero, multiplication by phi squared cancels the reciprocal phi square and leaves exactly one half. This is route obligation R-A.

Theorem 1.5 (The golden spectral parameter is real exactly on the structural line).

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

Source. Repository-derived.

Commentary.

For every complex s, expanding complex multiplication gives imaginary part minus (phi squared times Re(s) minus one half). Positivity of phi permits cancellation, so it vanishes exactly at structuralZero.

This iff is route obligation R-C. Together with the R-A instantiation, it is the freeze-earning content for the two new coordinate definitions; neither theorem is a definitional tautology.

The planned consumer transports the O-5 line into the existing CriticalLine and off-line orbit language. R-C is also consumed by later golden-factorization dictionary steps.

D5/S3/Weil/ZetaBridge/ConvolutionSquareCriticalLine is the classical analogue, not a consumer, and is deliberately not imported.

Exact repository and pinned-Mathlib searches found no whole target. Mathlib supplies the golden-ratio bound, complex component laws, and nonzero cancellation used in the proof.

References

  • Truth anchor: D5/S1/Deficit/Beatty/GoldenSpectralCoordinate.goldenNaturalScale
  • Truth anchor: D5/S1/Deficit/Beatty/GoldenSpectralCoordinate.goldenSpectralParameter
  • Truth anchor: D5/S1/Deficit/Beatty/GoldenSpectralCoordinate.golden_natural_scale_hits_half
  • Truth anchor: D5/S1/Deficit/Beatty/GoldenSpectralCoordinate.golden_spectral_im_eq_zero_iff
  • Truth anchor: D5/S1/Deficit/Beatty/GoldenSpectralCoordinate.structuralZero
  • Dependency: D5/S1/Deficit/Beatty/GoldenObserverRoute