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

m_p_pos

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.StandardModel.ProtonMass on GitHub at line 80.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

  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