IndisputableMonolith.Physics.ElectronMass.Necessity
Certified numerical bounds on the golden ratio and on exp/log at the electron-mass anchor points. Physicists citing T9 (electron mass) or T10 (lepton ladder necessity) use these inequalities to close residue comparisons without floating-point trust. The module chains algebraic √5 bounds with degree-10 Taylor remainders and rational target comparisons.
claimA suite of rigorous inequalities: bounds on $\varphi=(1+\sqrt{5})/2$ from $\sqrt{5}$ sandwiches; Taylor expansions of $\exp$ at the anchors $\approx 4.81211$ and $\approx 4.81212$ with explicit remainder control; and matching lower/upper bounds on $\log$ that force the electron-mass residue comparisons used downstream.
background
Recognition Science places particle masses on a $\varphi$-ladder: mass equals a yardstick times $\varphi$ raised to a rung offset by a geometric gap. The electron is the first charged rung (T9). Closing that derivation needs certified comparisons of transcendental expressions against rational targets, not machine floats.
This module sits under Physics.ElectronMass and imports interval infrastructure for $\varphi$, $\alpha^{-1}$, and $x^y=\exp(y\log x)$, plus the electron-mass definitions and mass-topology scaffolding. Upstream PhiBounds records the strategy $2.236^2<5<2.237^2$; Pow supplies the exp-log power identity used when ladder exponents appear.
Sibling lemmas named in the module (phi bounds, degree-10 Taylor sums and errors at the 4.81211/4.81212 anchors, rational equalities for sum and remainder, and numerical log lower/upper bounds) are the concrete certificates those comparisons rest on.
proof idea
Argument structure is numerical certification, not a single theorem.
- Bound $\varphi$ algebraically from tight rational squares around $\sqrt{5}$ (direct, as the module note states).
- Expand $\exp$ to order 10 at the two anchor abscissae near 4.81211 and 4.81212; identify the partial sum and Lagrange-style remainder with explicit rationals.
- Prove the Taylor sum lies below (or the combined sum-plus-error lies below) a fixed rational target, and the companion expansion lies above its target.
- Convert those exp inequalities into matching numerical lower and upper bounds on $\log$ at the dual points needed by the electron residue arithmetic.
No single wrapper: each lemma is a short interval or rational comparison discharging one side of a sandwich.
why it matters in Recognition Science
T9 (electron mass) imports this module to replace floating checks with Lean-checked inequalities in the ledger-fraction residue. Downstream, LeptonGenerations.Necessity (T10) uses the same certificates to force muon and tau masses from the electron anchor and geometric constants, aiming to retire axioms in the lepton ladder.
Further consumers: MassResidueNoGo (literal SM RG residue cannot hit the geometric band), NeutrinoSector (deep-ladder scale), QuarkMasses (quarter-ladder numerics), RecognitionCoupling (geometric vs perturbative residue gap), and Verification.LeptonCoefficientPerturbation. Without these bounds, the mass-ladder necessity claims stay conditional on external numerics. Landmarks touched: $\varphi$ from T6, the mass formula on the $\varphi$-ladder, and the electron as the first break after the eight-tick and $D=3$ forcing chain.
scope and limits
- Does not derive the electron mass formula or residue closed form; only supplies numerical inequalities.
- Does not prove uniqueness of the electron rung without the parent T9 assembly.
- Does not certify PDG experimental masses; targets are internal rational anchors.
- Does not bound alpha inverse beyond what imported AlphaBounds already provide.
- Does not close neutrino or quark mass theorems; those modules only import the certificates.
used by (7)
-
IndisputableMonolith.Physics.ElectronMass -
IndisputableMonolith.Physics.LeptonGenerations.Necessity -
IndisputableMonolith.Physics.MassResidueNoGo -
IndisputableMonolith.Physics.NeutrinoSector -
IndisputableMonolith.Physics.QuarkMasses -
IndisputableMonolith.Physics.RecognitionCoupling -
IndisputableMonolith.Verification.LeptonCoefficientPerturbation
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