theorem
proved
term proof
alpha_high_precision
show as:
view Lean formalization →
formal statement (Lean)
26theorem alpha_high_precision (h : H_AlphaPrecision) :
27 ∃ (error : ℝ), abs (alphaInv - 137.035999) < error ∧ error < 1e-11 := h
proof body
Term-mode proof.
28
29end Alpha
30end Physics
31end IndisputableMonolith