IndisputableMonolith.Physics.ElectronMass.Necessity
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
- Does not derive the electron mass formula itself.
- Does not prove the full T9 theorem.
- Limits to interval bounds at specific numeric points.
- Does not address quark or neutrino sectors.
- Does not replace the symbolic mass formula with numerics.
used by (8)
-
IndisputableMonolith.Physics.ElectronMass -
IndisputableMonolith.Physics.LeptonGenerations.Necessity -
IndisputableMonolith.Physics.MassResidueNoGo -
IndisputableMonolith.Physics.NeutrinoSector -
IndisputableMonolith.Physics.QuarkMasses -
IndisputableMonolith.Physics.RecognitionCoupling -
IndisputableMonolith.RRF.Physics.LeptonGenerations.Necessity -
IndisputableMonolith.RRF.Physics.QuarkMasses
depends on (10)
-
IndisputableMonolith.Constants -
IndisputableMonolith.Constants.Alpha -
IndisputableMonolith.Constants.AlphaDerivation -
IndisputableMonolith.Numerics.Interval.AlphaBounds -
IndisputableMonolith.Numerics.Interval.PhiBounds -
IndisputableMonolith.Numerics.Interval.Pow -
IndisputableMonolith.Physics.ElectronMass.Defs -
IndisputableMonolith.Physics.MassTopology -
IndisputableMonolith.RSBridge.Anchor -
IndisputableMonolith.RSBridge.GapProperties
declarations in this module (45)
-
lemma
phi_bounds -
def
exp_taylor_10_at_481211 -
def
exp_error_10_at_481211 -
lemma
exp_combined_lt_target -
lemma
taylor_sum_eq_rational -
lemma
error_term_eq_rational -
lemma
taylor_sum_lt_target -
theorem
log_lower_numerical -
def
exp_taylor_10_at_481212 -
def
exp_error_10_at_481212 -
lemma
exp_taylor_481212_gt_target -
theorem
log_upper_numerical -
lemma
log_phi_bounds -
lemma
alpha_bounds -
lemma
alpha_sq_bounds -
lemma
alpha_cube_bounds -
lemma
ledger_fraction_exact -
lemma
base_shift_bounds -
lemma
radiative_correction_bounds -
lemma
refined_shift_bounds -
lemma
electron_Z_value -
def
exp_67144_lt_824_hypothesis -
def
val_824_lt_exp_67145_hypothesis -
lemma
exp_six_upper -
lemma
exp_six_lower -
def
exp_taylor_10_at_7144 -
def
exp_error_10_at_7144 -
lemma
exp_07144_upper_q -
lemma
exp_07144_upper -
def
exp_taylor_10_at_7145 -
def
exp_error_10_at_7145 -
lemma
exp_07145_lower_q -
lemma
exp_07145_lower -
theorem
exp_67144_lt_824 -
theorem
val_824_lt_exp_67145 -
theorem
one_plus_1332_div_phi_lower -
theorem
log_824_lower -
theorem
one_plus_1332_div_phi_upper -
theorem
log_824_upper -
lemma
gap_1332_bounds -
theorem
structural_mass_bounds -
def
electron_residue_lower_hypothesis -
def
electron_residue_upper_hypothesis -
def
phi_pow_neg207063_lower_hypothesis -
def
phi_pow_neg20705_upper_hypothesis