Most people know the golden ratio. φ ≈ 1.618, the root of x² = x + 1. It governs spirals, Fibonacci growth, and the geometry of the pentagon. It’s beautiful, famous, and everywhere.
Fewer people know the plastic constant. ρ ≈ 1.325, the root of x³ = x + 1. It governs the Padovan sequence, Dom Hans van der Laan’s architectural proportions, and the geometry of three-dimensional simplicial structures. It is less famous than φ but arguably more fundamental — it is the smallest Pisot number.
Almost nobody has met the next one.
σ ≈ 1.22074
σ is the unique positive real root of x⁴ − x − 1 = 0.
It is irreducible over ℚ — you cannot construct it from rationals, square roots, or cube roots. It is a genuine quartic irrational, living in a degree-4 algebraic field extension of the rationals. Its minimal polynomial factors into two complex-conjugate quadratic pairs over ℝ, and σ is the only real root greater than 1.
If φ is the organizing constant for two-dimensional simplicial geometry and ρ organizes three dimensions, then σ organizes four.
The Dimensional Hierarchy
These are the first members of an infinite family:
The xd = x + 1 hierarchy — one organizing constant per dimension, from the golden ratio to the isotropic limit.
DimensionEquationConstantRecurrenceGeometry2x² = x + 1φ ≈ 1.618F(n−1) + F(n−2)Golden spiral, pentagon3x³ = x + 1ρ ≈ 1.325P(n−2) + P(n−3)Padovan triangle, tetrahedron4x⁴ = x + 1σ ≈ 1.221T(n−3) + T(n−4)Pentatope, A₄ root lattice5x⁵ = x + 1≈ 1.167Q(n−4) + Q(n−5)5-simplex∞—→ 1.0—Isotropic limit
One polynomial family. One constant per dimension. Each governs energy propagation on the simplicial lattice of its dimension.
What Makes σ Interesting
The golden ratio has a famous self-referential identity: φ² = φ + 1. Square it, and you get yourself plus one. This identity is the engine behind Fibonacci growth and golden-ratio self-similarity.
σ has an analogous identity, but four-dimensional:
σ⁴ = σ + 1
Raise σ to its own dimension, and you get yourself plus one. On the A₄ root lattice — a four-dimensional lattice with 20 nearest neighbors (the A₄ kissing number) and a diameter of approximately 4 hops — this identity has a physical interpretation:
Energy that decays as 1/σ per hop returns to (energy + 1) after exactly 4 hops — the lattice’s own diameter.
We call this the Semantic Octave — a self-referential energy conservation law where the lattice dimension, the polynomial degree, the decay constant, and the geometric diameter all coincide. The geometry is not merely described by σ — it is σ.
The Semantic Octave: energy traverses the A₄ lattice and the identity σ⁴ = σ + 1 emerges from the geometry itself.
Where σ Comes From
σ emerges from a recurrence relation we call the Tetradic recurrence:
T(n) = T(n − 3) + T(n − 4)
This is the four-dimensional analog of the Fibonacci recurrence (d = 2) and the Padovan recurrence (d = 3). Its characteristic polynomial is x⁴ − x − 1 = 0, and its dominant root is σ.
The Tetradic recurrence captures the sparse coupling structure of the A₄ root lattice. In this lattice, each node connects to 20 neighbors arranged in the geometry of a four-simplex (pentatope). The recurrence’s gap structure — reaching back 3 and 4 steps rather than consecutive steps — reflects the lattice’s topological diameter and the non-local energy coupling pattern of its simplicial faces.
The Power Algebra
σ’s algebraic structure is remarkably compact. Using the minimal polynomial x⁴ = x + 1, every power of σ reduces to a degree-3 polynomial:
σ⁰ = 1
σ¹ = σ
σ² = σ²
σ³ = σ³
σ⁴ = σ + 1
σ⁵ = σ² + σ
σ⁶ = σ³ + σ²
σ⁷ = σ³ + σ + 1
σ⁸ = σ² + 2σ + 1
The entire arithmetic of σ lives in a four-dimensional vector space over ℚ. No power of σ, no matter how large, escapes the span of {1, σ, σ², σ³}. This is not a numerical coincidence — it is the algebraic consequence of irreducibility over ℚ.
Empirical Validation
We validated σ-decay through two independent, clean-room computational experiments:
Experiment 1: Hopfield Recall Optimization. We constructed an associative memory network on the A₄ root lattice from first principles — no external frameworks, no ML libraries. We swept the per-hop decay parameter across a range of values and measured multi-hop recall accuracy. The optimal decay factor: 1/σ ≈ 0.8192. The lattice itself selects its own constant.
Experiment 2: Spectral Laplacian Analysis. We computed the graph Laplacian of the A₄ lattice, extracted its eigenvalue spectrum, and analyzed the heat kernel diffusion profile. The intrinsic diffusion decay rate — extracted purely from the lattice’s spectral geometry, with zero free parameters — recovers 1/σ to four decimal places.
Two completely independent methods. Same constant. The geometry determines the answer.
Two independent methods — Hopfield recall optimization and spectral Laplacian analysis — both converge on 1/σ ≈ 0.8192 with zero free parameters.
Both verification scripts are publicly available under MIT license:
github.com/Calera-Computing-Inc/sigma-constant-verification
Run sim2_spectral_a4.py and watch 1/σ emerge from the lattice geometry in under 10 seconds.
The Conjecture
We conjecture that this pattern holds in full generality:
For each integer d ≥ 2, define c_d as the unique positive real root of x^d = x + 1. Then c_d is the geometry-native organizing constant for d-dimensional simplicial lattices based on the A_d root system, and 1/c_d is the principled energy decay base.
φ, ρ, and σ are not isolated curiosities. They are the first three members of an infinite dimensional hierarchy — one constant per dimension, each derived from the same polynomial family, each governing energy propagation on its native lattice.
As d → ∞, c_d → 1 from above, and the lattice approaches isotropy. The organizing constant vanishes into unity. The hierarchy has a natural limit.
Casey Lee Race
Calera Computing, Inc.
Lattice Physics · Neuromorphic Architecture
Paper: “The σ-Constant: A Universal Algebraic Invariant for Energy Propagation in d-Dimensional Simplicial Lattices”
DOI: 10.5281/zenodo.20350425
GitHub: github.com/Calera-Computing-Inc/sigma-constant-verification


