Standard Model flavor parameters from arithmetic hyperbolic 3-manifolds
The Hyperbolic Flavor Geometry (HFG) programme proposes that the flavor structure of the Standard Model — the mixing matrices, CP phases, and mass hierarchies of quarks and leptons — arises from the arithmetic geometry of compact hyperbolic 3-manifolds.
The unique minimum-volume closed hyperbolic 3-manifold encodes the PMNS lepton mixing matrix. Its volume is 0.9814. It is the most rigid geometric object of its kind. It is not adjusted to fit the data.
Three cusped manifolds — m003, m006, m019 — have cusp-shape Galois groups isomorphic to the Weyl groups of SU(2), SU(3), and SU(4): the gauge groups of the Standard Model. This identification is exact and requires no free parameters.
| Result | Manifold | Value | Accuracy |
|---|---|---|---|
| PMNS lepton mixing | m003(-2,3) | fitness 0.005087 | global min |
| CKM quark mixing | m006(-5,2) | fitness 0.016482 | 0 free params |
| CP phase δ = 195.91° | m003 holonomy | PDG: 197.0° | 0.55% |
| mμ/me = 206.77 | N(16+12ω) = 208 | Eisenstein norm | 0.59% |
| mτ/me = 3477 | N(68+37ω) = 3477 | Eisenstein norm | 0.006% |
| Gal(m003) = Z/2 = Weyl(SU(2)) | cusp field x²−x+1 | disc = −3 | exact |
| Gal(m006) = S₃ = Weyl(SU(3)) | cusp field x³+2x+1 | disc = −59 | exact |
| Gal(m019) = S₄ = Weyl(SU(4)) | cusp field x⁴−x−1 | disc = −283 | exact |
| Dual surgery identity | m003(−2,3) = m019(2,1) | MPMNS | 15 sig. figs. |
| Delta invariant δ(m019) = 12 | disc=−283 cusp field | |H₁(M(π*))| = δ(M) | exact |
| Lucas trace: 2cosh(2m·log φ) = L2m | golden ratio identity | integer Wilson loops | exact |
Cusp shape τ = eiπ/3
Trace field ℚ(√−3)
Gal ≅ ℤ/2 = Weyl(SU(2))
Filling m003(−2,3) = MPMNS
Cusp shape satisfies x³+2x+1
Disc = −59 (inert in ℤ[ω])
Gal ≅ S₃ = Weyl(SU(3))
Filling m006(−5,2) = MCKM
Cusp shape satisfies x⁴−x−1
Disc = −283 (splits in ℤ[ω])
Gal ≅ S₄ = Weyl(SU(4))
Filling m019(2,1) = MPMNS
The dual surgery identity m003(−2,3) = m019(2,1) means the Meyerhoff manifold MPMNS is the unique closed hyperbolic 3-manifold arising as a Dehn filling of two arithmetically independent cusped parents. Their compositum has Galois group S₄ × ℤ/2 = Weyl(SU(4) × SU(2)L), the Weyl group of the left-handed Pati–Salam gauge sector.
All results are reproducible using SnapPy and SageMath. Source code and scan data are available on GitHub.
import snappy
# Verify dual surgery identity
M1 = snappy.Manifold("m003(-2,3)")
M2 = snappy.Manifold("m019(2,1)")
print(M1.volume()) # 0.9813688289...
print(M2.volume()) # 0.9813688289...
print(M1.is_isometric_to(M2)) # True
# Verify Galois–Weyl correspondence
# m003: cusp poly x^2 - x + 1, disc = -3, Gal = Z/2
# m006: cusp poly x^3 + 2x + 1, disc = -59, Gal = S3
# m019: cusp poly x^4 - x - 1, disc = -283, Gal = S4
Note: Always use OrientableClosedCensus[1] (MPMNS)
and OrientableClosedCensus[43] (MCKM) by index in SnapPy.
Two distinct census manifolds share the name "m006".
→ github.com/drmlgentry/hyperbolic-flavor-scan
→ github.com/drmlgentry/hyperbolic-flavor-geometry
→ PyPI: latticefit