E8 Mass Spectrum
Overview
When the Ising CFT ($c = 1/2$) is perturbed by the magnetic (spin) operator $\sigma$, the resulting massive field theory is integrable and possesses a spectrum of exactly 8 stable particles whose mass ratios are determined by the $E_8$ exceptional Lie algebra.
This is one of the most striking connections between condensed matter physics and pure mathematics: the root system of $E_8$ (rank 8, dimension 248) governs the excitation spectrum of a perturbed quantum spin chain.
Physical realization: TFIM + longitudinal field
The TFIM at the critical point $h = J$, perturbed by a longitudinal magnetic field $\lambda$:
\[H = -J\sum_i \sigma^z_i\sigma^z_{i+1} - J\sum_i \sigma^x_i - \lambda\sum_i \sigma^z_i\]
In the continuum limit, this becomes the Ising CFT perturbed by $\sigma$:
\[\mathcal{A} = \mathcal{A}_{\text{Ising}} + \lambda\int d^2x\, \sigma(x)\]
The perturbation by $\sigma$ (scaling dimension $\Delta = 1/8$) is relevant and opens a mass gap. Crucially, it preserves integrability — a non-trivial fact discovered by Zamolodchikov (1989). See the derivation notes for the full argument:
- Ising CFT primary operators — the three operators (1, $\sigma$, $\varepsilon$) and why $\sigma$ is special
- Ising CFT magnetic perturbation — why integrability is preserved, contrast with $\varepsilon$ perturbation
- E8 mass spectrum derivation — bootstrap equations → mass ratios from E8 Toda field theory
Why $\sigma$ and not $\varepsilon$?
| Perturbation | Operator | $\Delta$ | Physical parameter | Resulting theory |
|---|---|---|---|---|
| Thermal | $\varepsilon$ | $1$ | $h - J$ | Free massive Majorana fermion |
| Magnetic | $\sigma$ | $1/8$ | $\lambda$ (longitudinal field) | E8 integrable field theory |
The thermal perturbation gives a trivial (free) theory. Only the magnetic perturbation produces the E8 structure, because the fusion rules of $\sigma$ in the Ising CFT generate the full tower of 8 bound states.
Mass Ratios
| Particle | $m_n / m_1$ | Exact expression | Numerical value |
|---|---|---|---|
| $m_1$ | $1$ | $1$ | $1.000$ |
| $m_2$ | $\varphi$ | $2\cos(\pi/5)$ | $1.618$ |
| $m_3$ | $2\cos(\pi/30)$ | $1.989$ | |
| $m_4$ | $2\varphi\cos(7\pi/30)$ | $2.405$ | |
| $m_5$ | $2\varphi\cos(2\pi/15)$ | $2.956$ | |
| $m_6$ | $2\varphi\cos(\pi/30)$ | $3.218$ | |
| $m_7$ | $4\varphi^2\cos(7\pi/30)$ | $3.891$ | |
| $m_8$ | $4\varphi^2\cos(2\pi/15)$ | $4.783$ |
where $\varphi = (1 + \sqrt{5})/2 = 2\cos(\pi/5)$ is the golden ratio.
Key features
\[m_2/m_1 = \varphi\]
— the most famous and experimentally confirmed prediction- Particles $m_1$–$m_3$ are below the two-particle threshold $2m_1$ (absolutely stable)
- Particles $m_4$–$m_8$ are above threshold but stabilized by integrability (elastic scattering forbids decay)
- All ratios involve trigonometric functions of rational multiples of $\pi$, reflecting the $E_8$ root system
The derivation via the S-matrix bootstrap is in E8 mass spectrum derivation.
Experimental Confirmation
Coldea et al. (2010) studied the quasi-1D Ising ferromagnet CoNb₂O₆ (cobalt niobate) near its quantum critical point at transverse field $B_c \approx 5.5\,\text{T}$.
In this material, weak inter-chain coupling acts as an effective longitudinal field $\lambda$, realizing the E8 perturbation. Neutron scattering resolved two sharp excitation modes with:
\[\frac{m_2}{m_1} = 1.618 \pm 0.015 \approx \varphi\]
The third particle $m_3$ was also tentatively identified. This constituted the first direct experimental observation of emergent $E_8$ symmetry in a condensed matter system.
Mass Gap Scaling
The mass of the lightest particle scales with the perturbation strength as:
\[m_1 \propto |\lambda|^{8/15}\]
The exponent $8/15$ follows from dimensional analysis of the perturbed action. See magnetic perturbation for the derivation.
QAtlas API
using QAtlas
# Fetch E8 mass ratios (8-element vector, normalized by m₁)
r = QAtlas.fetch(:E8, :mass_ratios)
# [1.0, 1.618..., 1.989..., 2.405..., 2.956..., 3.218..., 3.891..., 4.783...]
# Verify golden ratio
r[2] ≈ (1 + √5) / 2 # trueReferences
- A. B. Zamolodchikov, "Integrals of motion and S-matrix of the (scaled) $T = T_c$ Ising model with magnetic field", Int. J. Mod. Phys. A 4, 4235 (1989) — discovery of E8 integrability and mass spectrum.
- G. Delfino, "Integrable field theory and critical phenomena: the Ising model in a magnetic field", J. Phys. A 37, R45 (2004) — review.
- R. Coldea et al., "Quantum criticality in an Ising chain: experimental evidence for emergent E8 symmetry", Science 327, 177 (2010) — experimental confirmation in CoNb₂O₆.
- G. Mussardo, Statistical Field Theory, Oxford University Press (2010), Ch. 16 — pedagogical treatment.
- V. A. Fateev, Phys. Lett. B 324, 45 (1994) — E8 Toda S-matrix.
Connections
- Unperturbed theory: Ising CFT ($c = 1/2$ minimal model)
- Lattice realization: TFIM at $h = J$ with longitudinal field $\lambda$
- Ising universality: Ising exponents — the critical point from which E8 emerges
- Derivation chain: CFT operators → magnetic perturbation → E8 mass ratios