Galois Coarsening: Canonical Projections from ℤ[φ,ζ₆] #
Fζ eigenvalues live in ℤ[φ,ζ₆] with Galois group Gal(ℚ(√5,√-3)/ℚ) ≅ (ℤ/2)². The three nontrivial Galois elements define canonical coarsening projections with NO free parameters:
- N_σ: ℤ[φ,ζ₆] → ℤ[ζ₆] (remove scale φ, keep gauge ζ₆)
- N_τ: ℤ[φ,ζ₆] → ℤ[φ] (remove gauge ζ₆, keep scale φ)
- N: ℤ[φ,ζ₆] → ℤ (remove both)
These are the UNIQUE coarsenings determined by the algebraic structure itself.
Eigenvalue dimension system in ℤ[φ,ζ₆] #
Fζ eigenvalue = α(n)·AF_coeff + β(n) where α,β ∈ ℤ[φ], AF_coeff = -2+4ζ₆. Mass formula: |eigenvalue|² = β² + 12α² (AF_coeff = 2i√3).
Construct ℤ[φ,ζ₆] element from AF/SY channels: α·AF_coeff + β
Equations
- One or more equations did not get rendered due to their size.
Instances For
ψ^n in ℤ[φ] via Galois conjugation: ψ^n = conj(φ^n)
Equations
Instances For
Φ_A eigenvalue on z^n in ℤ[φ]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Φ_S_int eigenvalue on z^n in ℤ[φ]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Eigenvalue of Fζ on z^{6k+1} as ℤ[φ,ζ₆] element
Equations
- FUST.Coarsening.eigenFζ_mod1 k = FUST.Coarsening.fromChannels ({ a := 5, b := 0 } * FUST.Coarsening.phiA_goldenInt (6 * k + 1)) ({ a := 6, b := 0 } * FUST.Coarsening.phiS_goldenInt (6 * k + 1))
Instances For
Eigenvalue of Fζ on z^{6k+5}: AF sign flipped
Equations
- One or more equations did not get rendered due to their size.
Instances For
Active/Kernel mode classification #
Equations
Instances For
Composite state multiplication #
Equations
- FUST.Coarsening.compositeEigenvalue x y = x.mul y
Instances For
AF_coeff² = -12 in ℤ[ζ₆] ⊂ ℤ[φ,ζ₆]
τ-norm formula: |eigenvalue|² = β² + 12α² #
Equations
Instances For
Bridge: Fζ evaluation ↔ GEI eigenvalue ↔ tauNormSq #
Fζ(z^{6k+1})(1) = toComplex(eigenFζ_mod1 k)
Fζ(z^{6k+5})(1) = toComplex(eigenFζ_mod5 k)
|Fζ(z^{6k+1})(1)|² = tauNormSq(eigenFζ_mod1 k)
|Fζ(z^{6k+5})(1)|² = tauNormSq(eigenFζ_mod5 k)
|δ(z^{6j+3}, z^{6k+4})(1)|² = tauNormSq (matter emergence)
|δ(z^{6j+2}, z^{6k+3})(1)|² = tauNormSq (antimatter emergence)
Eigenvalue for each active mode as ℤ[φ,ζ₆] element #
Fζ eigenvalue for active mode n
Equations
- FUST.Coarsening.eigenGEI n = if n % 6 = 1 then FUST.Coarsening.eigenFζ_mod1 (n / 6) else if n % 6 = 5 then FUST.Coarsening.eigenFζ_mod5 (n / 6) else FUST.FrourioAlgebra.GoldenEisensteinInt.zero
Instances For
N_τ projection: ℤ[φ,ζ₆] → ℤ[φ] (remove gauge, keep scale) #
τ-coarsening of mode n: eigenvalue projected to ℤ[φ]
Equations
Instances For
N_σ projection: ℤ[φ,ζ₆] → ℤ[ζ₆] (remove scale, keep gauge) #
σ-coarsening of mode n: eigenvalue projected to ℤ[ζ₆] as (p, q) = p + q·ζ₆
Equations
Instances For
Full norm N: ℤ[φ,ζ₆] → ℤ (remove all structure) #
Full Galois norm of mode n
Equations
Instances For
N_τ preserves τ-norm: |λ|² = toReal(N_τ(λ)) #
Equations
- One or more equations did not get rendered due to their size.
Instances For
Coarsening on spectral coefficients #
Apply τ-coarsening to spectrum: project each eigenvalue to ℤ[φ]
Equations
- FUST.Coarsening.coarsenTau c n = if FUST.Coarsening.isActiveMode n = true then c n * ↑(FUST.Coarsening.tauCoarsen n).toReal else 0
Instances For
Apply full norm coarsening: project each eigenvalue to ℤ
Equations
- FUST.Coarsening.coarsenFull c n = if FUST.Coarsening.isActiveMode n = true then c n * ↑(FUST.Coarsening.fullNorm n) else 0
Instances For
Kernel preservation #
Linearity #
Galois coarsening hierarchy #
The three projections form a commutative diagram: ℤ[φ,ζ₆] --N_σ--> ℤ[ζ₆] | | N_τ N_{ℤ[ζ₆]} | | v v ℤ[φ] --N_{ℤ[φ]}--> ℤ
Spectral decomposition: N_τ = 36·Φ_S² + 300·Φ_A² #
Φ_A(1) = 2√5 and Φ_A(1)² = 20 #
tauNormSq = toReal(tauNorm) bridge #
Poincaré Casimir decomposition: tauNormSq vs casimirMassSq #
phiS_goldenInt.toReal = 5 · Φ_S_coeff
phiA_goldenInt equals temporal Dζ component
eigenNormSq = 900·Φ_S² + 300·Φ_A²
tauNormSq = 25·casimirMassSq + 1800·Φ_S²