{-# OPTIONS --cubical --safe --guardedness #-} -- -- Z[φ] AS AN AF SEQUENTIAL COLIMIT — Vladimir's "Part II", grounded genuinely. -- -- HOSTILE-AUDIT REMEDIATION (legacy phase A8, on the genuine substrate). -- -- An AF ("approximately finite") object is a sequential colimit of finite -- stages with genuine (non-surjective) inclusions. Here the stages are the -- GOLDEN ladder rungs of `FaithfulModulus` — stage n has `w n = fib(n+2)` -- points — and the colimit is their union along the Fibonacci inclusions. -- -- The non-vacuity (what makes it a genuine AF colimit, not a constant sequence -- collapsing to one stage): each inclusion is GENUINELY non-surjective — the -- value `w n` is reached only at stage n+1, never from stage n -- (`inclusion-not-surjective`). The colimit grows without bound at the golden -- rate; a degenerate "AF" colimit whose maps were equivalences would fail it. -- module corpus.cubical_agda.Corridor.GoldenAFColimit where open import Cubical.Foundations.Prelude open import Cubical.Data.Nat using (ℕ; zero; suc; _+_) open import Cubical.Data.Nat.Order using (_<_; _≤_; <-weaken; <≤-trans; ¬m