Encyclopedia Foundation Foundation Smgauge Algebra Sm Total Gen Count

ARTICLE 4 claims 3 theorems 1 measured

Foundation Smgauge Algebra Sm Total Gen Count

The Standard Model's gauge forces are carried by exactly 12 force-mediating fields; a machine-checked library now derives that count from a cube's symmetries.

The gauge generator count

The Standard Model of particle physics describes three of the four known forces as gauge interactions: the strong force, the weak force, and the electromagnetic force. Each force is carried by particles called gauge bosons, and the number of these bosons is fixed by the mathematics of the force's symmetry group. The strong force has 8 gluons, the weak force has 3 bosons (W and Z), and the electromagnetic force has 1 photon. Together, that makes 12 gauge bosons, a number confirmed by every particle accelerator experiment that has measured the force carriers.

The mathematics behind these counts is classical. The symmetry group for a force with N internal states, written SU(N), has N² − 1 independent generators, which correspond to the force's bosons. For the strong force with N=3, that gives 3² − 1 = 8. For the weak force with N=2, that gives 2² − 1 = 3. The electromagnetic force uses a different group, U(1), which has N² = 1 generator. These formulas were worked out in the 1950s and 1960s as physicists built the theory that became the Standard Model.

In Recognition Science, a machine-checked library of formal theorems derives this same structure from a different starting point. The framework models the universe as maintaining a discrete record of recognition events, and from that single idea it derives the cube's symmetry group and its rank decomposition. The library then proves that this cube-automorphism structure matches the Standard Model's gauge group ranks (3, 2, 1), and the declaration sm_total_gen_count completes the picture at the Lie-algebra level: it proves that the total number of gauge generators is exactly 12, matching the empirical count.

This is a structural match, not a derivation of the Standard Model's full content. The declaration proves the count 8 + 3 + 1 = 12 follows from the cube-automorphism rank decomposition, and it packages that proof into a certificate. What it does not claim is that the Standard Model's specific particles, masses, or couplings emerge from the framework. The gauge group structure is one layer of a larger project; the masses of the quarks and leptons, for example, are a separate empirical ladder that the framework addresses elsewhere.

The consequence is concrete: any RS-derived gauge group with the same cube-automorphism rank decomposition must have exactly 12 generators. If a future measurement or a future derivation found a different number, it would falsify the gauge-group-from-cube identification. That falsifiability is what makes the count a real prediction rather than a post-hoc match.

THEOREM sm_total_gen_count · IndisputableMonolith/Foundation/SMGaugeAlgebra.lean
theorem sm_total_gen_count : smTotalGenCount = 12 := by decide
MEASURED smTotalGenCount · IndisputableMonolith/Foundation/SMGaugeAlgebra.lean
/-- Total SM gauge-generator count. -/
def smTotalGenCount : ℕ :=
  factorGenCount .strong + factorGenCount .weak + factorGenCount .hyperY
THEOREM suGenCount · IndisputableMonolith/Foundation/SMGaugeAlgebra.lean
/-- Number of generators of `su(N)` is `N² - 1`. -/
def suGenCount (N : ℕ) : ℕ := N * N - 1
THEOREM factor_count · IndisputableMonolith/Foundation/SMGaugeAlgebra.lean
/-- Number of SM gauge factors = 3, matching the cube-automorphism
three-layer decomposition. -/
theorem factor_count : Fintype.card SMGaugeFactor = 3 := by decide

What this page does not claim

No claim that the Standard Model's particle masses or couplings are derived from the gauge-group structure. No claim that the gauge group structure alone determines the full particle content of the Standard Model. No claim that the 12-generator count is a prediction independent of the cube-automorphism identification.

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/Foundation/SMGaugeAlgebra.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