The Golden Ratio as a Forced Self-Similar Scale
**THEOREM**: The unique positive closed ratio is φ.
Predictions
| Quantity | Predicted | Units | Empirical | Source |
|---|---|---|---|---|
| phi | 1.6180339887... |
dimensionless | classical algebraic value |
Foundation.PhiForcingDerived |
Equations
[ \varphi^2=\varphi+1,\qquad \varphi=\frac{1+\sqrt5}{2} ]
Golden-ratio fixed point.
Derivation chain (Lean anchors)
Each row links to the corresponding Lean 4 declaration in the Recognition Science canon. A resolved anchor has a green check; an unresolved anchor flags a registry/canon mismatch.
-
1 Closed self-similar ratio = φ theorem checked
IndisputableMonolith.Foundation.PhiForcingDerived.closed_ratio_is_phiOpen theorem → -
2 φ-forcing complete theorem checked
IndisputableMonolith.Foundation.PhiForcingDerived.phi_forcing_completeOpen theorem → -
3 Washburn-Aczel uniqueness theorem theorem checked
IndisputableMonolith.Cost.FunctionalEquation.washburn_uniqueness_aczelOpen theorem → -
4 Closure forces phi-equation theorem checked
IndisputableMonolith.Foundation.PhiForcingDerived.closure_forces_golden_equationOpen theorem →
Narrative
1. Setting
The golden ratio is the self-similar scale of the recognition ledger. It is forced by the closure equation, not chosen for aesthetic reasons. Once the J-cost is fixed, positive self-similar ladder closure admits the single ratio phi.
2. Equations
(E1)
$$ \varphi^2=\varphi+1,\qquad \varphi=\frac{1+\sqrt5}{2} $$
Golden-ratio fixed point.
3. Prediction or structural target
- phi: predicted 1.6180339887... (dimensionless); empirical classical algebraic value. Source: Foundation.PhiForcingDerived
This entry is one of the marquee derivations. The numerical or formal target is explicit, and the falsifier identifies the failure mode.
4. Formal anchor
The primary anchor is Foundation.PhiForcingDerived..closed_ratio_is_phi.
makes a geometric scale sequence closed is φ = (1 + √5)/2. -/
theorem closed_ratio_is_phi (S : GeometricScaleSequence)
(h_closed : S.isClosed) : S.ratio = phi := by
have h_eq := closure_forces_golden_equation S h_closed
have h_pos := S.ratio_pos
-- Both S.ratio and φ satisfy x² = x + 1
-- For x > 0, this equation has unique solution φ
have h_phi_eq : phi ^ 2 = phi + 1 := phi_sq_eq
-- The difference (r - φ) satisfies: (r-φ)(r+φ) = r² - φ² = (r+1) - (φ+1) = r - φ
-- So (r - φ)(r + φ - 1) = 0
5. What is inside the Lean module
Key theorems:
ledgerCompose_commledgerCompose_assocclosure_forces_golden_equationclosed_ratio_is_phiJ_composition_decompositionJ_additive_for_independentJ_cost_motivates_additive_compositionphi_forcing_completeminimal_closure_sufficient
Key definitions:
GeometricScaleSequenceledgerComposeJofLedgerComplete
6. Derivation chain
closed_ratio_is_phi- Closed self-similar ratio = φphi_forcing_complete- φ-forcing completelaw_of_logic_forces_jcost- J uniqueness (upstream of φ)closure_forces_golden_equation- Closure forces phi-equation
7. Falsifier
Any positive ratio different from phi that closes the same recognition scale sequence refutes closed_ratio_is_phi.
8. Where this derivation stops
Below this page the chain reduces to the RS forcing sequence: J-cost uniqueness, phi forcing, the eight-tick cycle, and the D=3 recognition substrate. If any upstream theorem changes, this page must be versioned rather than patched silently. The published URL is stable, but the version field is the contract.
10. Audit path
To audit golden-ratio, start with the primary Lean anchor Foundation.PhiForcingDerived.closed_ratio_is_phi. Then inspect the theorem names listed in the module-content section. The page is intentionally built so the public explanation is not a substitute for the proof object; it is a map into it. The mathematical dependency is the same in every case: reciprocal cost fixes J, J fixes the phi-ladder, the eight-tick cycle fixes the recognition clock, and the domain theorem listed above supplies the last step. If that last step is empirical, the falsifier section names what observation would break it. If that last step is formal, a Lean-checkable counterexample is the relevant failure mode.
Falsifier
Any positive ratio different from phi that closes the same recognition scale sequence refutes closed_ratio_is_phi.
Related derivations
Pith papers using these anchors
References
-
lean
Recognition Science Lean library (IndisputableMonolith)
https://github.com/jonwashburn/shape-of-logic
Public Lean 4 canon used by Pith theorem pages. -
paper
Uniqueness of the Canonical Reciprocal Cost
Peer-reviewed paper anchoring the J-cost uniqueness theorem. -
spec
Recognition Science Full Theory Specification
https://recognitionphysics.org
High-level theory specification and public program context for Recognition Science derivations.
How to cite this derivation
- Stable URL:
https://pith.science/derivations/golden-ratio - Version: 7
- Published: 2026-05-14
- Updated: 2026-05-15
- JSON:
https://pith.science/derivations/golden-ratio.json - YAML source:
pith/derivations/registry/bulk/upgraded/golden-ratio.yaml
@misc{pith-golden-ratio,
title = "The Golden Ratio as a Forced Self-Similar Scale",
author = "Recognition Physics Institute",
year = "2026",
url = "https://pith.science/derivations/golden-ratio",
note = "Pith Derivations, version 7"
}