pith. sign in
module module high

IndisputableMonolith.Physics.ElectronMass.Necessity

show as:
view Lean formalization →

Module Physics.ElectronMass.Necessity supplies interval bounds on the golden ratio φ together with Taylor error controls on exp and log at selected points. These close the numerical inequalities required for the electron mass residue in T9. Proofs rely on algebraic √5 comparisons imported from PhiBounds combined with power-function interval arithmetic.

claim$\phi = (1 + \sqrt{5})/2$ satisfies explicit rational interval bounds derived from $2.236^2 < 5 < 2.237^2$, together with error bounds on $\exp(10 \cdot \log x)$ and related terms at the points 481211 and 481212.

background

The module sits inside the T9 electron-mass layer of Recognition Science. It imports the RS time quantum $\tau_0 = 1$ tick, the geometric derivation of $\alpha^{-1}$ from the cubic ledger, and interval machinery for $\alpha^{-1}$ and $\phi$. PhiBounds supplies the core algebraic bounds on $\phi = (1 + \sqrt{5})/2$ via the inequality $2.236^2 = 4.999696 < 5 < 5.001956 = 2.237^2$. Pow supplies the identity $x^y = \exp(y \log x)$ for rigorous interval arithmetic on the phi-ladder exponents.

proof idea

The module consists of a sequence of lemmas. phi_bounds applies the √5 comparison directly. Subsequent lemmas (exp_taylor_10_at_481211, exp_error_10_at_481211, taylor_sum_eq_rational, etc.) expand the exponential to order 10, equate the partial sum to a rational, bound the remainder, and verify that the combined interval lies below the target threshold. All steps invoke the interval operations from Pow.

why it matters in Recognition Science

The bounds close the numerical side of the electron-mass necessity argument, feeding the parent module ElectronMass (T9) and LeptonGenerations.Necessity (T10). They also support MassResidueNoGo by confirming that the geometric band value gap(1332) ≈ 13.95 cannot be reproduced by a literal RG integral. The results rest on the T6 self-similar fixed point φ and the eight-tick octave structure.

scope and limits

used by (8)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (10)

Lean names referenced from this declaration's body.

declarations in this module (45)