pith. machine review for the scientific record. sign in
theorem

alpha_high_precision

proved
show as:
view math explainer →
module
IndisputableMonolith.Physics.AlphaHighPrecision
domain
Physics
line
26 · github
papers citing
none yet

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

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

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