IndisputableMonolith.PhiSupport
PhiSupport supplies the algebraic identity φ² = φ + 1 together with the fixed-point and ordering properties of the golden ratio. Mass and mixing derivations in the Recognition framework (T9–T12) cite these relations when constructing the phi-ladder. The module consists of three short declarations that verify the quadratic equation by direct substitution, confirm the fixed point, and establish 1 < φ.
claimThe golden ratio satisfies $\phi^2 = \phi + 1$ with $\phi > 1$ and the self-similar fixed-point relation under the J-cost.
background
Recognition Science forces φ as the unique positive fixed point of the self-similar map in the T0–T8 chain (T6). The module imports the RS time quantum τ₀ = 1 tick from Constants and supplies the minimal algebraic support needed by later physics modules. Its doc-comment records the classical verification: φ = (1 + √5)/2 implies φ² = (3 + √5)/2 = φ + 1.
proof idea
This is a definition module; the three sibling declarations perform direct algebraic substitution for the quadratic identity, a one-line fixed-point check, and a numeric inequality proof.
why it matters in Recognition Science
The module feeds the core definitions for electron mass (T9), lepton generations (T10), CKM geometry (T11), and quark masses (T12). It supplies the phi-ladder foundation required by the mass formula yardstick · φ^(rung − 8 + gap(Z)) and the eight-tick octave structure.
scope and limits
- Does not derive φ from the J-cost functional equation.
- Does not compute numerical values of physical constants.
- Does not prove uniqueness of φ within the forcing chain.
- Does not address the Berry creation threshold or Z_cf.
used by (9)
-
IndisputableMonolith.Physics.CKMGeometry -
IndisputableMonolith.Physics.ElectronMass.Defs -
IndisputableMonolith.Physics.LeptonGenerations.Defs -
IndisputableMonolith.Physics.LeptonGenerations.Necessity -
IndisputableMonolith.Physics.QuarkMasses -
IndisputableMonolith.RRF.Physics.ElectronMass.Defs -
IndisputableMonolith.RRF.Physics.LeptonGenerations.Defs -
IndisputableMonolith.RRF.Physics.LeptonGenerations.Necessity -
IndisputableMonolith.RRF.Physics.QuarkMasses