pith. machine review for the scientific record. sign in
theorem proved term proof

regge_linearity

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  75theorem regge_linearity (r : ℕ) (n₁ n₂ : ℕ) :
  76    regge_mass_squared r (n₁ + n₂) pdg_regge_slope =
  77    regge_mass_squared r n₁ pdg_regge_slope + regge_mass_squared r n₂ pdg_regge_slope := by

proof body

Term-mode proof.

  78  simp [regge_mass_squared]
  79  ring
  80
  81end Physics
  82end IndisputableMonolith

depends on (2)

Lean names referenced from this declaration's body.