theorem
proved
gap_zero_neutral
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Masses.MassLaw on GitHub at line 75.
browse module
All declarations in this module, on Recognition.
explainer page
Derivations using this theorem
depends on
formal source
72
73/-- The "gap" term corrects for the charge-based shift.
74 When Z=0 (neutral sector baseline), gap(0) = 0. -/
75theorem gap_zero_neutral : gap_correction 0 = 0 := by
76 unfold gap_correction
77 simp only [Int.cast_zero, zero_div, add_zero, Real.log_one, zero_div]
78
79end MassLaw
80end Masses
81end IndisputableMonolith