The complex geometric field admits a local U(1) gauge symmetry with structural consequences within the TNFR formalism. This document derives the gauge structure, identifies gauge-invariant observables, establishes the conservation-gauge unification, and extends conservation laws to the spectral domain.
Status: CANONICAL — Derived from the nodal equation and U(1) representation theory.
The gauge transformation acts on the geometric-transport sector while leaving the remaining fields as gauge singlets:
In component form:
The fields , , , and are gauge singlets (invariant under the transformation).
Five quantities are exactly gauge-invariant:
| Quantity | Definition | Physical meaning |
|---|---|---|
| Energy density | $\Phi_s^2 + | \nabla\phi |
| Field magnitude $ | \Psi(i) | ^2$ |
| Coherence | Depends on /phase, not | Network stability |
| Topological norm $ | \mathcal{T} | ^2$ |
| Chirality norm $ | \mathcal{X} | ^2$ |
where:
The following transform as 2D rotation doublets under :
Their norms and are invariant because quadratic sums are preserved under rotation.
The proof follows from representation theory of U(1) on the 6D field space :
Implementation: src/tnfr/physics/gauge.py — verify_gauge_invariance(), GaugeInvarianceResult dataclass.
The natural gauge connection on edges emerges from the phase gradient:
The discrete covariant derivative along edge :
Under gauge transformation :
Therefore is gauge-invariant.
The gauge curvature on a cycle is the discrete holonomy:
Non-zero indicates gauge vortices — topological defects analogous to magnetic flux tubes.
The Yang-Mills action functional:
The Yang-Mills field equations with matter current follow from .
Implementation: src/tnfr/physics/gauge.py — compute_gauge_curvature(), compute_covariant_derivative_magnitude(), compute_yang_mills_action().
Four interaction regimes emerge from the gauge structure, classified by which sector dominates:
| Regime | Condition | Physical analogy |
|---|---|---|
| em_like | Geometric-dominant, weak coupling | |
| weak_like | Transport-dominant, chiral asymmetry | |
| strong_like | $ | F_C |
| gravity_like | $\Phi_s \gg | \Psi |
Activity criterion (audit 2026 redesign): the four sectors share a unit score budget; a sector is active when its normalised score exceeds the equipartition share (the maximum-entropy reference). This is parameter-free — it derives from the number of gauge sectors (the four structural channels), with no overlay constant. The dominant regime is always the sector with the highest score.
Implementation: src/tnfr/physics/gauge.py — classify_interaction_regime(), classify_interaction_regime_formal(), GaugeSnapshot dataclass.
Each canonical operator has a specific gauge interpretation:
| Operator | Gauge role |
|---|---|
| UM (Coupling) | Creates gauge links — establishes the connection field |
| IL (Coherence) | Acts as covariant derivative operator — reduces gauge-variant fluctuations |
| OZ (Dissonance) | Sources gauge curvature — creates topological defects |
| RA (Resonance) | Propagates gauge-invariant quantities along links |
Grammar rule U3 constrains the external phase via , while the internal gauge phase provides an independent degree of freedom.
The central theoretical result: grammar rules, symmetries, conservation laws, and gauge structure are four projections of a single mathematical structure — the stationarity of the TNFR action functional:
This encodes the nodal equation as its Euler-Lagrange equation.
Under grammar-compliant evolution (U1–U6), possesses:
| Symmetry | Conservation law | Via |
|---|---|---|
| Time-translation | Energy conservation | Noether's theorem |
| Internal U(1) | Gauge structure on | |
| Grammar symmetry | Structural continuity | Ward identities |
| Symplectic structure | Phase space geometry | Canonical form |
Each grammar rule protects a specific conservation law:
| Grammar rule | Symmetry protected | Conservation consequence |
|---|---|---|
| U1 (Initiation/Closure) | Boundary conditions | Energy finiteness (action endpoints) |
| U2 (Convergence) | Lyapunov stability | (stability) |
| U3 (Resonant Coupling) | Gauge connection | regularity (smooth connection) |
| U4 (Bifurcation) | Topological charge | Quantisation of |
| U5 (Multi-Scale) | Hierarchical action | Action factorisation across scales |
| U6 (Confinement) | Potential energy | (boundedness) |
The symplectic 2-form on the structural phase space:
Two conjugate pairs:
Canonical operators preserve (Liouville theorem analogue).
Implementation: src/tnfr/physics/conservation_gauge_unification.py — ConservationGaugeUnification, GrammarSymmetryMapping, SymplecticGaugeCompatibility dataclasses.
The structural conservation equations are lifted to the spectral domain using the Graph Fourier Transform (GFT) in the Laplacian eigenbasis .
Given the discrete structural continuity equation:
Projecting onto eigenvectors :
where:
| Mode regime | Condition | Behaviour |
|---|---|---|
| Low-frequency (small ) | Global coherence modes | Near-exact conservation (); corresponds to U5 multi-scale structure |
| High-frequency (large ) | Local fluctuation modes | Rapid equilibration via dissipation; grammar violations manifest here |
Energy in the spatial domain equals energy in the spectral domain:
Drift in this identity signals numerical or structural inconsistency.
The Lyapunov energy decomposes mode-by-mode:
Under grammar compliance (U2): for stabiliser-dominated modes.
Implementation: src/tnfr/physics/spectral_conservation.py — SpectralConservationBalance, SpectralWardIdentity, SpectralLyapunovResult dataclasses.
The gauge-conservation unification implies that the TNFR-Riemann operator has spectral properties constrained by both:
This provides the structural basis for the coherence axis read from the emergent prime-NFR nodal pulse (src/tnfr/riemann/nodal_pulse.py).
| Module | Content |
|---|---|
src/tnfr/physics/gauge.py | U(1) gauge symmetry, connection, curvature, Yang-Mills, interaction regimes |
src/tnfr/physics/conservation_gauge_unification.py | Action functional, four symmetries, grammar mapping, symplectic structure |
src/tnfr/physics/spectral_conservation.py | Spectral continuity, Parseval identity, per-mode Lyapunov |
Tests: tests/test_gauge.py, tests/test_conservation_gauge_unification.py, tests/test_spectral_conservation.py
Example: examples/02_physics_regimes/26_gauge_structure_demo.py
| Example | Concept from this document |
|---|---|
| 26_gauge_structure_demo.py | U(1) gauge symmetry of Ψ, connections, curvature, Wilson loops |
src/tnfr/physics/gauge.py — Gauge field structure and symmetriessrc/tnfr/physics/fields.py — Complex geometric field Ψ = K_φ + i·J_φ