def
definition
def or abbrev
H_AlphaPrecision
show as:
view Lean formalization →
formal statement (Lean)
20def H_AlphaPrecision : Prop :=
proof body
Definition body.
21 ∃ (error : ℝ), abs (alphaInv - 137.035999) < error ∧ error < 1e-11
22
23/-- **THEOREM: High-Precision Alpha Identity**
24 The inverse fine-structure constant matches the complete geometric series
25 within the CODATA 2024 uncertainty band. -/