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

mass_ratio_formula

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)

 243theorem mass_ratio_formula (γ : AnomalousDimension) (f : Fermion) (m_μ₀ : ℝ)
 244    (lnμ₀ lnμ₁ : ℝ) (hm : m_μ₀ ≠ 0) :
 245    runningMass γ f m_μ₀ lnμ₀ lnμ₁ / m_μ₀ =
 246      Real.exp (-(∫ t in Set.Icc lnμ₀ lnμ₁, γ.gamma f (Real.exp t))) := by

proof body

Term-mode proof.

 247  simp only [runningMass]
 248  field_simp
 249
 250/-! ## Anchor Relation -/
 251
 252/-- The anchor scale from the papers: μ⋆ = 182.201 GeV. -/

depends on (10)

Lean names referenced from this declaration's body.