def
definition
electron_structural_mass
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Physics.ElectronMass.Defs on GitHub at line 161.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
-
electron_rung -
lepton_yardstick -
octave_period -
electron_rung -
electron_structural_mass -
lepton_yardstick
used by
-
alphaG_pred_closed -
alphaG_pred_eq -
native_very_not_codata -
row_alphaG_pred -
row_alphaG_pred_eq -
electron_residue -
electron_structural_mass_forced -
electron_structural_ratio -
predicted_electron_mass -
gap_1332_bounds -
structural_mass_bounds -
predicted_mass_mu -
predicted_mass_tau -
predicted_mass_mu_lower -
predicted_mass_mu_lower_tight -
predicted_mass_mu_lower_v2 -
predicted_mass_mu_upper -
predicted_mass_mu_upper_tight -
predicted_mass_mu_upper_v2 -
predicted_mass_tau_lower -
predicted_mass_tau_lower_tight -
predicted_mass_tau_lower_v2 -
predicted_mass_tau_upper -
predicted_mass_tau_upper_tight -
predicted_mass_tau_upper_v2 -
dm2_31_frac_pred_with_legacy_in_nufit_2sigma -
MassDisplayCalibration -
nu1_frac_pred_bounds -
nu2_frac_pred_bounds -
nu2_pred_bounds -
nu3_frac_pred_bounds -
nu3_pred_bounds -
predicted_mass_eV_frac_legacy -
predicted_mass_eV_frac_with -
predicted_mass_eV_legacy -
predicted_mass_eV_with -
predicted_mass -
electron_residue -
electron_structural_mass -
electron_structural_mass_forced
formal source
158 lepton_B_eq, lepton_R0_eq]
159
160/-- The Structural Mass: m_struct = Y · φ^(r-8). -/
161noncomputable def electron_structural_mass : ℝ :=
162 lepton_yardstick * phi ^ (electron_rung - (octave_period : ℤ))
163
164/-- Dimensionless Structural Ratio to E_coh. -/
165noncomputable def electron_structural_ratio : ℝ :=
166 electron_structural_mass / E_coh
167
168/-! ## The Residue (The Break) -/
169
170/-- Observed Electron Mass (in MeV, placeholder for ratio matching).
171 Ref: 0.510998950 MeV.
172
173 IMPORTANT: “MeV” here is a **display convention** used for PDG comparisons.
174 The RS-native core is dimensionless; any SI/eV/MeV reporting must be treated
175 as an explicit calibration seam. This value is used only for the *diagnostic*
176 extracted residue `electron_residue`, not for the forward mass prediction. -/
177def mass_ref_MeV : ℝ := 0.510998950
178
179/-- The Residue Δ = log_φ(m_obs / m_struct).
180 Value from audit: -20.70596. -/
181noncomputable def electron_residue : ℝ :=
182 Real.log (mass_ref_MeV / electron_structural_mass) / Real.log phi
183
184/-- The Electron Mass Formula (T9). -/
185noncomputable def predicted_electron_mass : ℝ :=
186 electron_structural_mass * phi ^ (gap 1332 - refined_shift)
187
188/-! ## Main Theorems -/
189
190/-- Theorem: The Structural Mass is well-defined and forced by geometry.
191