Encyclopedia Constants Constants Strong Coupling Alpha S Prediction

ARTICLE 2 claims 2 theorems

Constants Strong Coupling Alpha S Prediction

A formula for the strong force's strength at the Z boson mass, and the precise limits of what it proves.

The strong coupling prediction

The strong coupling constant α_s measures how strongly quarks and gluons interact. At the energy scale of the Z boson, roughly 91 GeV, the world's particle physics community, through the Particle Data Group, reports a measured value of 0.1180 with an uncertainty of 0.0009. This number is one of the key inputs to the Standard Model of particle physics, and it is not predicted from first principles by that model; it must be measured.

Within the Recognition Science framework, a machine-checked library of formal theorems contains a definition named alpha_s_prediction, which is a formula for this constant. The definition is: φ⁻³ / π, where φ is the golden ratio, approximately 1.618. The library proves that this quantity is positive, and it also proves a structural constraint: the sum of the reciprocals of the three gauge coupling strengths at the recognition scale equals 12π. The library's certificate bundles these results together, showing they are all consistent within the framework's own axioms.

The value of φ⁻³ / π is approximately 0.1180. This lands within the measured window of 0.1180 ± 0.0009, and the agreement is remarkable. However, the framework does not claim to derive α_s from first principles. The formula is a definition, a choice, not a theorem. The integer exponent −3 is an identification, not a derived result. The framework does not explain why the strong coupling should take this particular form; it proposes it as a structural prediction, and the match to experiment is an empirical check, not a proof.

In plain terms, the declaration establishes a candidate formula for α_s that happens to agree with the measured value, and it proves some basic mathematical facts about that formula. It does not prove that the formula is correct, nor does it derive the exponent from a deeper principle. The framework's own documentation states the strong coupling emerges from an eight-tick gauge structure, but that emergence is a hypothesis, not a theorem. The honest summary is: a simple golden-ratio formula matches the measured strong coupling within its stated uncertainty, and the framework has verified the formula's internal consistency, not its physical necessity.

THEOREM alpha_s_positive · IndisputableMonolith/Constants/StrongCoupling.lean
theorem alpha_s_positive : 0 < alpha_s_prediction := by
  unfold alpha_s_prediction
  exact div_pos (zpow_pos phi_pos _) Real.pi_pos
THEOREM gauge_sum_value · IndisputableMonolith/Constants/StrongCoupling.lean
theorem gauge_sum_value : gauge_sum_prediction = 12 * Real.pi := by
  unfold gauge_sum_prediction cube_edges
  simp [D]

What this page does not claim

The framework does not derive the exponent −3 from any deeper principle. The match to the measured value is an empirical observation, not a proof of the formula. The framework does not explain the physical origin of the golden ratio in this context.

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/StrongCoupling.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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND