Encyclopedia Constants Constants Fermi Constant Score Card Fermi Constant Score Card Cert Holds
ARTICLE 4 claims 4 theorems
Constants Fermi Constant Score Card Fermi Constant Score Card Cert Holds
A machine-checked certificate confirms the Fermi constant's predicted value lands in a narrow window around the measured one, but the derivation's foundation remains a stated target.
The Fermi bracket
The Fermi constant G_F measures the strength of the weak nuclear force, the interaction responsible for radioactive beta decay. Its measured value, from CODATA/PDG, is 1.1663787 × 10⁻⁵ GeV⁻². In the Recognition Science framework, the prediction comes from a simple formula: G_F equals 1 divided by the square root of 2 times the electroweak vacuum expectation value v, squared. With v set to 246 GeV, the predicted value is about 1.1664 × 10⁻⁵ GeV⁻².
The framework's machine-checked library of formal theorems contains a certificate, named fermiConstantScoreCardCert_holds, that proves three things. First, the predicted Fermi constant lies strictly between 1.16 × 10⁻⁵ and 1.17 × 10⁻⁵ GeV⁻². Second, the measured CODATA value also lies in that same interval. Third, the chosen vacuum expectation value of 246 GeV sits between 244 and 248 GeV. The certificate is a theorem: it is checked by the library's kernel with zero axioms and zero unproven assumptions.
The certificate does not claim that the framework derives the Fermi constant from first principles. The formula G_F = 1/(√2 v²) is a definitional choice, and the value v = 246 GeV is the canonical display value, not a fully derived quantity. The bridge that would derive this GeV-scale vacuum expectation value from the framework's deeper structure remains open. The certificate's role is narrower: it verifies that the chosen formula and the chosen value produce a prediction consistent with measurement, to within a stated bracket.
This bracketing is the certificate's honest content. It is a consistency check, not a derivation. A future falsifier would be a CODATA/PDG measurement of G_F outside the interval (1.16 × 10⁻⁵, 1.17 × 10⁻⁵) GeV⁻², or a future derivation of the vacuum expectation value that does not recover the 246 GeV scale. Until then, the certificate is a verified statement about the framework's internal consistency with experiment.
THEOREM row_fermi_pred_bracket · IndisputableMonolith/Constants/FermiConstantScoreCard.lean
theorem row_fermi_pred_bracket :
(1.16e-5 : ℝ) < row_fermi_pred ∧ row_fermi_pred < (1.17e-5 : ℝ) :=
⟨row_fermi_pred_lower, row_fermi_pred_upper⟩
THEOREM row_fermi_codata_in_bracket · IndisputableMonolith/Constants/FermiConstantScoreCard.lean
theorem row_fermi_codata_in_bracket :
(1.16e-5 : ℝ) < row_fermi_codata ∧ row_fermi_codata < (1.17e-5 : ℝ) := by
unfold row_fermi_codata
constructor <;> norm_num
THEOREM fermiConstantScoreCardCert_holds · IndisputableMonolith/Constants/FermiConstantScoreCard.lean
theorem fermiConstantScoreCardCert_holds :
Nonempty FermiConstantScoreCardCert :=
⟨{ fermi_bracket := row_fermi_pred_bracket
codata_in_bracket := row_fermi_codata_in_bracket
vev_range := vev_in_range }⟩
THEOREM fermiConstantScoreCardCert_holds · IndisputableMonolith/Constants/FermiConstantScoreCard.lean
theorem fermiConstantScoreCardCert_holds :
Nonempty FermiConstantScoreCardCert :=
⟨{ fermi_bracket := row_fermi_pred_bracket
codata_in_bracket := row_fermi_codata_in_bracket
vev_range := vev_in_range }⟩
What this page does not claim
The certificate does not derive the Fermi constant from the framework's foundational principles. The certificate does not prove that the canonical 246 GeV value is uniquely forced by the framework. The certificate does not claim the prediction is exact; it only establishes a bracketing interval.
Verify this page
Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:
$ lake env lean IndisputableMonolith/Constants/FermiConstantScoreCard.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)
A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.
Derived articles
This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:
- What physical mechanism in the framework fixes the electroweak vacuum expectation value to 246 GeV?
- How does the Fermi constant prediction connect to the framework's derivation of other particle physics constants?
- What experimental precision would be needed to distinguish the framework's prediction from the measured value?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM row_fermi_pred_bracket · IndisputableMonolith/Constants/FermiConstantScoreCard.lean
theorem row_fermi_pred_bracket : (1.16e-5 : ℝ) < row_fermi_pred ∧ row_fermi_pred < (1.17e-5 : ℝ) := ⟨row_fermi_pred_lower, row_fermi_pred_upper⟩The predicted Fermi constant lies strictly between 1.16 × 10⁻⁵ and 1.17 × 10⁻⁵ GeV⁻². row_fermi_pred_bracket · IndisputableMonolith/Constants/FermiConstantScoreCard.leanTHEOREM row_fermi_codata_in_bracket · IndisputableMonolith/Constants/FermiConstantScoreCard.lean
theorem row_fermi_codata_in_bracket : (1.16e-5 : ℝ) < row_fermi_codata ∧ row_fermi_codata < (1.17e-5 : ℝ) := by unfold row_fermi_codata constructor <;> norm_numThe measured CODATA value also lies in that same interval. row_fermi_codata_in_bracket · IndisputableMonolith/Constants/FermiConstantScoreCard.leanTHEOREM fermiConstantScoreCardCert_holds · IndisputableMonolith/Constants/FermiConstantScoreCard.lean
theorem fermiConstantScoreCardCert_holds : Nonempty FermiConstantScoreCardCert := ⟨{ fermi_bracket := row_fermi_pred_bracket codata_in_bracket := row_fermi_codata_in_bracket vev_range := vev_in_range }⟩The chosen vacuum expectation value of 246 GeV sits between 244 and 248 GeV. fermiConstantScoreCardCert_holds · IndisputableMonolith/Constants/FermiConstantScoreCard.leanTHEOREM fermiConstantScoreCardCert_holds · IndisputableMonolith/Constants/FermiConstantScoreCard.lean
theorem fermiConstantScoreCardCert_holds : Nonempty FermiConstantScoreCardCert := ⟨{ fermi_bracket := row_fermi_pred_bracket codata_in_bracket := row_fermi_codata_in_bracket vev_range := vev_in_range }⟩The certificate is a theorem: it is checked by the library's kernel with zero axioms and zero unproven assumptions. fermiConstantScoreCardCert_holds · IndisputableMonolith/Constants/FermiConstantScoreCard.lean