Precision Band for the Fine-Structure Constant
Lean-certified upper and lower bounds on alpha^{-1} place CODATA inside
Lean-certified upper and lower bounds on alpha^{-1} place CODATA inside. Stronger lower bound for the gap term using log(φ) > 0.481.
Predictions
| Quantity | Predicted | Units | Empirical | Source |
|---|---|---|---|---|
| alpha inverse | in (137.030, 137.039) |
dimensionless | 137.035999084(21) |
CODATA 2022 |
Equations
[ \alpha^{-1}=44\pi\exp!\left(-\frac{w_8\ln\varphi}{44\pi}\right),\qquad 137.030<\alpha^{-1}<137.039 ]
Closed-form alpha inverse and its Lean-certified band.
Derivation chain (Lean anchors)
Each row links to the corresponding Lean 4 declaration in the Recognition Science canon. A resolved anchor has a green check; an unresolved anchor flags a registry/canon mismatch.
-
1 Lower bound 137.030 theorem checked
IndisputableMonolith.Numerics.Interval.AlphaBounds.alphaInv_gtOpen theorem → -
2 Upper bound 137.039 theorem checked
IndisputableMonolith.Numerics.Interval.AlphaBounds.alphaInv_ltOpen theorem → -
3 Strong upper bound theorem checked
IndisputableMonolith.Numerics.Interval.AlphaBounds.alphaInv_lt_strongOpen theorem → -
4 f_gap lower bound theorem checked
IndisputableMonolith.Numerics.Interval.AlphaBounds.f_gap_gtOpen theorem → -
5 f_gap upper bound theorem checked
IndisputableMonolith.Numerics.Interval.AlphaBounds.f_gap_ltOpen theorem → -
6 alpha_seed lower theorem checked
IndisputableMonolith.Numerics.Interval.AlphaBounds.alpha_seed_gtOpen theorem → -
7 alpha_seed upper theorem checked
IndisputableMonolith.Numerics.Interval.AlphaBounds.alpha_seed_ltOpen theorem →
Narrative
1. Setting
The alpha page is the benchmark for the whole derivations surface. It is not a numerology page. The Lean proof bounds the closed-form expression for alpha inverse between 137.030 and 137.039, and CODATA sits inside. The inputs are J-cost uniqueness, phi forcing, the eight-tick weight, and the 44 pi geometric seed.
2. Equations
(E1)
$$ \alpha^{-1}=44\pi\exp!\left(-\frac{w_8\ln\varphi}{44\pi}\right),\qquad 137.030<\alpha^{-1}<137.039 $$
Closed-form alpha inverse and its Lean-certified band.
3. Prediction or structural target
- alpha inverse: predicted in (137.030, 137.039) (dimensionless); empirical 137.035999084(21). Source: CODATA 2022
This entry is one of the marquee derivations. The numerical or formal target is explicit, and the falsifier identifies the failure mode.
4. Formal anchor
The primary anchor is Numerics.Interval.AlphaBounds..alphaInv_gt.
theorem alphaInv_gt : (137.030 : ℝ) < alphaInv := by
simp only [alphaInv]
have hseed_pos : (0 : ℝ) < alpha_seed := lt_trans (by norm_num) alpha_seed_gt
have hy_hi : f_gap / alpha_seed < (0.00871 : ℝ) := by
have hmul : f_gap < (0.00871 : ℝ) * alpha_seed := by
have h1 : f_gap < (1.203 : ℝ) := f_gap_lt
have h2 : (1.203 : ℝ) < (0.00871 : ℝ) * (138.230048 : ℝ) := by norm_num
have h3 : (0.00871 : ℝ) * (138.230048 : ℝ) < (0.00871 : ℝ) * alpha_seed := by
exact mul_lt_mul_of_pos_left alpha_seed_gt (by norm_num)
5. What is inside the Lean module
Key theorems:
alpha_seed_gtalpha_seed_ltexp_048_taylor_ceilingexp_048_ltexp_0481_taylor_ceilingexp_0481_ltexp_0483_taylor_floorexp_0483_gtlog_phi_gt_048log_phi_gt_0481log_phi_lt_0483f_gap_gt
Key definitions:
exp_taylor_10_at_048exp_error_10_at_048exp_taylor_10_at_0481exp_error_10_at_0481exp_taylor_10_at_0483exp_error_10_at_0483exp_taylor_10_at_neg_00871exp_error_10_at_neg_00871
6. Derivation chain
alphaInv_gt- Lower bound 137.030alphaInv_lt- Upper bound 137.039alphaInv_lt_strong- Strong upper boundf_gap_gt- f_gap lower boundf_gap_lt- f_gap upper boundalpha_seed_gt- alpha_seed loweralpha_seed_lt- alpha_seed upper
7. Falsifier
A future consensus value for alpha inverse outside (137.030, 137.039), after experimental systematics are settled, refutes the RS alpha derivation.
8. Where this derivation stops
Below this page the chain reduces to the RS forcing sequence: J-cost uniqueness, phi forcing, the eight-tick cycle, and the D=3 recognition substrate. If any upstream theorem changes, this page must be versioned rather than patched silently. The published URL is stable, but the version field is the contract.
11. Why this belongs in the derivations corpus
The corpus is organized around load-bearing consequences, not around file names. This entry is included because Numerics.Interval.AlphaBounds contributes a reusable theorem or definitional bridge that other pages can cite. Keeping the page public gives readers a stable URL, a JSON record, and a direct path into the Lean theorem page. If the entry becomes redundant with a stronger derivation later, the current slug should be retired rather than silently rewritten; the replacement should absorb its anchors and preserve the audit history.
Falsifier
A future consensus value for alpha inverse outside (137.030, 137.039), after experimental systematics are settled, refutes the RS alpha derivation.
Related derivations
References
-
lean
Recognition Science Lean library (IndisputableMonolith)
https://github.com/jonwashburn/shape-of-logic
Public Lean 4 canon used by Pith theorem pages. -
paper
Uniqueness of the Canonical Reciprocal Cost
Peer-reviewed paper anchoring the J-cost uniqueness theorem. -
paper
CODATA recommended values of the fundamental physical constants: 2022
doi:10.1103/RevModPhys.96.025002
How to cite this derivation
- Stable URL:
https://pith.science/derivations/alpha-precision-band - Version: 6
- Published: 2026-05-14
- Updated: 2026-05-14
- JSON:
https://pith.science/derivations/alpha-precision-band.json - YAML source:
pith/derivations/registry/bulk/alpha-precision-band.yaml
@misc{pith-alpha-precision-band,
title = "Precision Band for the Fine-Structure Constant",
author = "Recognition Physics Institute",
year = "2026",
url = "https://pith.science/derivations/alpha-precision-band",
note = "Pith Derivations, version 6"
}