theorem
proved
alpha_high_precision
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Physics.AlphaHighPrecision on GitHub at line 26.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
23/-- **THEOREM: High-Precision Alpha Identity**
24 The inverse fine-structure constant matches the complete geometric series
25 within the CODATA 2024 uncertainty band. -/
26theorem alpha_high_precision (h : H_AlphaPrecision) :
27 ∃ (error : ℝ), abs (alphaInv - 137.035999) < error ∧ error < 1e-11 := h
28
29end Alpha
30end Physics
31end IndisputableMonolith