{-# OPTIONS --cubical --safe --guardedness #-} -- Sprint 5 / D1: the spectral value φ is genuinely PINNED -- the quadratic -- x²−x is strictly monotone where x+? > 1, so the golden cut separates. This -- is the core of φ's located law (φ as a located real, the spectral value of the -- golden recurrence). Manual ℚ ring algebra (solve! fails on ℚ's SetQuotient). module corpus.cubical_agda.RealCohesion.GoldenValue where open import Cubical.Foundations.Prelude open import Cubical.Data.Rationals open import Cubical.Data.Rationals.Order using (_<_; <-+o; <-o+; <-·o) open import corpus.cubical_agda.RealCohesion.RealApprox using (neg-mult; 0 1 and q < r, x²−x strictly increases. -- This is the heart of the golden cut's LOCATED law -- φ is genuinely pinned. quad-mono : (q r : ℚ) → 1 < q + r → q < r → (q · q + (- q)) < (r · r + (- r)) quad-mono q r 1