def
definition
m_p
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.StandardModel.ProtonMass on GitHub at line 78.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
75 have h_base := mul_pos hA h4_pos
76 nlinarith [mul_lt_mul_of_pos_left h10_gt h_base]
77
78def m_p : ℝ := m_valence + E_binding
79
80theorem m_p_pos : 0 < m_p := by
81 unfold m_p; linarith [m_valence_pos, E_binding_pos]
82
83end
84
85end ProtonMass
86end StandardModel
87end IndisputableMonolith