theorem
proved
term proof
rest_energy_is_mass
show as:
view Lean formalization →
formal statement (Lean)
299theorem rest_energy_is_mass (m : ℝ) :
300 m ^ 2 = 0 ^ 2 + 0 ^ 2 + 0 ^ 2 + m ^ 2 := by ring
proof body
Term-mode proof.
301
302/-- **Massless particles travel at c**: E = |p| when m = 0. -/