What that claims, and what it does not. Ordered, oscillatory behaviour is found at every scale — that much is observation. It does not follow, and is not claimed here, that the quantum scale supplies the mechanism at the chemical, biological or cosmic one. A BZ reaction oscillates because of autocatalysis and diffusion in a beaker; a spiral galaxy does not. The shared structure is the threshold, not the scale. What recurs across these systems is a shape — a quantity driven slowly toward a critical value, a qualitative change when it is crossed, and often no way back — and that shape is substrate-independent in the same way a differential equation is. Nothing crosses the scale gap, and the argument does not need anything to.
-- Belousov-Zhabotinsky in contact geometry
-- π operator: limit cycle period T* = 2π
-- μ operator: Lyapunov exponent -2 controls amplitude decay
structure OscillatingSystem (M : ContactManifold) where
state : M → ℝ³ -- (X, Y, Z) concentrations
limitCycle : Set M -- the periodic orbit
period : ℝ -- T ~ 25 seconds (BZ) or T* = 2π (normalised)
isLimitCycle : ... := by sorry
-- Spiral wave as Legendrian knot (Winfree 1972 + dm³)
axiom spiral_is_legendrian (M : ContactManifold) (spiral : SpiralWave M) :
IsLegendrian spiral.curve M.contactStructure
-- Phase singularity at spiral tip = Legendrian singularity
axiom phase_singularity_is_legendrian_singularity (M : ContactManifold) (tip : M) :
IsPhaseSingularity tip → IsLegendriansingSingularity tip M.contactStructure
-- Anti-period-doubling duality (OPEN CONJECTURE)
axiom feigenbaum_nBonacci_duality :
∀ n : ℕ, n ≥ 2 →
feigenbaumLevel n ≈ 2 * (nBonacciRoot n - 1) := by
sorry -- central conjecture of Complex Systems Arc; search literature first
This chapter anchors the Complex Systems Arc that runs across dm³ 101 and 102:
Together these five chapters form the Anti-Chaos Unit of dm³ 101 Weeks 13–16. The argument: nature is not chaotic. Chaos is a special case. Order is the generic case. The operator chain G makes order quantitative and computable. The computer makes it visible. The n-bonacci ladder tells us how fast we get there.