theorem
proved
term proof
weak_range_short
show as:
view Lean formalization →
formal statement (Lean)
104theorem weak_range_short : weakRange_fm < 0.01 := by
proof body
Term-mode proof.
105 -- 0.197327 / 80.3692 ≈ 0.00245 fm < 0.01
106 simp only [weakRange_fm, hbar_c_GeV_fm, wBosonMass_GeV]
107 norm_num
108
109/-- G_F relation: G_F / (ℏc)³ = √2 g² / (8 m_W²). -/