34 intro lam hlam_pos hlam_eq 35 have h1 : lam * lam = 1 := by 36 have : lam * lam⁻¹ = 1 := mul_inv_cancel₀ (ne_of_gt hlam_pos) 37 rw [← hlam_eq] at this; exact this 38 nlinarith [sq_nonneg (lam - 1)] 39 40/-- **Theorem**: Among the Aczél family cosh(λt), λ = 1 is the unique 41positive real that equals its own reciprocal. Since the zero-parameter 42posture requires all structural constants to have O(1) Kolmogorov 43complexity, and λ = 1 is the unique positive fixpoint of the inversion 44map, calibration is forced. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.