{-# OPTIONS --cubical --safe --guardedness #-} -- Sprint 5/6 capstone: φ:ℝ (the located spectral value, D1) is BRACKETED in ℝ by -- consecutive Fibonacci convergents 3/2 and 5/3, and the bracket width is EXACTLY -- 1/6 = 1/(F₃·F₄) -- the golden modulus. This unifies the located VALUE (D1) with -- the two-sided MODULUS (the rate): the spectrum is located, and its locating -- sequence is the golden convergents with the Fibonacci rate. No postulates. module corpus.cubical_agda.RealCohesion.GoldenLocated where open import Cubical.Foundations.Prelude open import Cubical.Data.Sigma using (_,_) open import Cubical.Data.Sum using (inl; inr) open import Cubical.Data.Unit using (Unit; tt) open import Cubical.Data.Empty using (⊥) open import Cubical.Data.Int using (pos) open import Cubical.Data.NatPlusOne using (1+_) open import Cubical.Data.Rationals open import Cubical.Data.Rationals.Order using (_<_;