pith. machine review for the scientific record. sign in
def

m_p

definition
show as:
view math explainer →
module
IndisputableMonolith.StandardModel.ProtonMass
domain
StandardModel
line
78 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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