{-# OPTIONS --cubical --safe --guardedness #-} -- Sprint 5/6: the CONJUGATE golden value ψ = 1 − φ, the SECOND root of x²=x+1 and -- the second eigenvalue of the Fibonacci recurrence -- built as a located real -- ψ = (-ℝ φ) +ℚ 1 from φ:ℝ via negation and ℚ-translation. Together φ and ψ are -- the located SPECTRAL PAIR, and they are apart (ψ < 0 < φ). No postulates. module corpus.cubical_agda.RealCohesion.GoldenConjugate 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.Rationals open import Cubical.Data.Rationals.Order using (_<_;