Documentation

FUST.Physics.ParticleSpectrum

Particle Spectrum from State Functions #

Derives the complete SM particle spectrum from StateFunctions:

  1. Particle counts from structural integers + channel weights
  2. Forbidden particles from Fζ kernel structure
  3. Quantum number constraints from mode structure

Fermion generations #

3 flavors from the 3 active SY sub-operators (Diff5, Diff3, Diff2).

Spin degeneracy from AF channel #

SU(2) fundamental rep dimension = 2.

@[reducible, inline]
Equations
Instances For

    Lepton count: 2 per flavor (particle + neutrino) #

    spinDegeneracy = 2 from AF channel gives the isospin doublet.

    Quark count: 2 × flavors × colors #

    Each flavor has up-type + down-type. Color triplet from colorRank.

    SM fermion count #

    Boson counts from gauge structure #

    Photon: 1 (U(1) singlet = photonMultiplicity) W±, Z: colorRank (SU(2) adjoint dim) Gluons: gluonMultiplicity = colorRank² - 1 = 8 Higgs: 1

    Total SM particle count #

    SM count derivation chain #

    Allowed charges: Q = n/3 where 3 = colorRank #

    Electric charge quantization follows from C(colorRank, 2) = 3.

    Allowed spins from mode structure #

    Modes 0,1,2 give integer spin 0,1,2. Half-integer from spinDegeneracy doubling.

    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Kernel vs active mode disjointness #

        Quarks = kernel modes (0,2,3,4 mod 6), leptons = active modes (1,5 mod 6). A "colored lepton" would need both — the mod 6 classes are disjoint.

        theorem FUST.ParticleSpectrum.kernel_active_disjoint (k : ) :
        k % 6 = 0 k % 6 = 2 k % 6 = 3 k % 6 = 4k % 6 1 k % 6 5

        Generation structure from pair counts #

        All mass exponents are sums of C(n,2) for structural integers. Generation exponents are sums of C(n,2) for structural integers.

        Particle spectrum summary #