03.07.32 · modern-geometry / gauge-theory

Anomalies via descent equations and the Atiyah-Singer index theorem

shipped3 tiersLean: none

Anchor (Master): Sternberg — Curvature in Mathematics and Physics Ch. 24; Alvarez-Gaumé-Ginsparg 1984; Atiyah-Singer 1968 (Ann. Math. 87)

Intuition Beginner

A symmetry in physics is a rule that says some quantity never leaks away: it is conserved. Electric charge is the famous example. You can shuffle charges around, but the total never changes. Such conservation laws are the backbone of how physicists reason about the world.

An anomaly is a symmetry that survives in the classical theory but quietly breaks once you account for the quantum world. The conservation law that looked airtight develops a small leak, and the size of the leak is fixed, not adjustable. You cannot tune it away. It is set by the underlying geometry of the fields.

Think of a spinning top that ought to keep pointing the same way forever. In an idealized world it does. In the real world, tiny unavoidable effects make it slowly drift. The drift is not a mistake in your setup; it is a forced consequence of the situation. A quantum anomaly is that forced drift for a conservation law.

Visual Beginner

Picture a pipe carrying a current that is supposed to stay constant from one end to the other. A conservation law says: whatever flows in, flows out. An anomaly is a hidden side-tap on the pipe through which a precise, computable trickle escapes, even though you sealed every visible joint.

The remarkable part is that the leak rate is not random. It is dictated by the background field the current sits in. Change the field and the leak changes in a fixed proportion. This rigidity is why anomalies became a precision tool rather than a nuisance: the leak counts something geometric.

Worked example Beginner

Imagine counting two kinds of particles, left-handed and right-handed, that a classical rule says should always balance. Start with 5 of each, so the difference is 0. Now switch on a background field for a moment.

The quantum rule says the difference between left and right counts changes by a fixed amount tied to the field. Suppose the field is tuned so the change is exactly 2. After the field acts, you have 6 left-handed and 4 right-handed: the difference is now 6 − 4 = 2, matching the prediction.

You did nothing by hand; the field forced the imbalance. If you doubled the field strength in the right way, the change would be 4 instead of 2.

What this tells us: the anomaly converts a background field into a definite, whole-number mismatch between two populations. That whole number is the seed of the deep link to counting solutions of an equation, which is what the index theorem measures.

Check your understanding Beginner

Formal definition Intermediate+

Let be a connection on a principal -bundle over an even-dimensional manifold, with curvature valued in the Lie algebra , and let denote the ghost field of the BRST construction 03.07.31, a Grassmann-odd -valued generator of ghost number one. Write for the BRST differential, an odd nilpotent derivation acting by and , where [tong anomalies].

Form the gauge-invariant invariant polynomial of degree in the curvature, the relevant piece of the Chern character,

a closed -form by the Chern-Weil homomorphism 03.06.06. Being closed and built from , it is locally exact:

and the -form is the Chern-Simons form (the transgression of ). Because is gauge-invariant, its descendant is invariant only up to a total derivative, so its BRST variation is exact:

The -form , linear in the ghost and therefore of ghost number one, is the consistent anomaly in dimension .

A consistent anomaly is a local -form functional of ghost number one satisfying the Wess-Zumino consistency condition , taken modulo BRST-exact terms . A non-example worth flagging: a quantity that fails is not a candidate anomaly at all, because consistency is forced by the abelian nature of successive symmetry variations; and a quantity of the form is removable by a counterterm, so it represents the zero class. The genuine anomalies are the nonzero classes of at ghost number one and form degree .

The full descent tower reads $$ 0 = s,P_{2n+2}, \qquad s,\omega_{2n+1} + d,\omega_{2n}^{1} = 0, \qquad s,\omega_{2n}^{1} + d,\omega_{2n-1}^{2} = 0, ;\ldots, $$ with of ghost number two encoding the Schwinger term in the current-algebra commutator [tong anomalies].

Key theorem with proof Intermediate+

Theorem (Stora-Zumino descent). Let be the degree- Chern-Weil polynomial of a connection with curvature , and let be the BRST differential with and , anticommuting with the exterior derivative in the sense . Then there exist local forms of bidegree (form, ghost) such that

and the ghost-number-one term satisfies the Wess-Zumino condition up to a total derivative.

Proof. The polynomial is closed: by the Bianchi identity and the invariance of the symmetrised trace. It is also BRST-invariant, , because acts on as an infinitesimal gauge transformation with the anticommuting parameter , and is gauge-invariant by Chern-Weil 03.06.06.

Closedness on a region with vanishing de Rham cohomology in degree yields a primitive with , the Chern-Simons form obtained by the standard transgression: interpolate , , and set $$ \omega_{2n+1}^{0} = (n+1)\int_0^1 ! dt ,\operatorname{Str}\big(A,F_t^{,n}\big). $$

Apply to . Using and the anticommutation , $$ 0 = s,P = s,d,\omega_{2n+1}^{0} = -,d,(s,\omega_{2n+1}^{0}). $$ Hence is closed, and on the same acyclic region it is exact: there is a -form , linear in and of ghost number one, with $$ s,\omega_{2n+1}^{0} = -,d,\omega_{2n}^{1}. $$

Iterate. Applying to this equation and using together with , $$ 0 = s^2,\omega_{2n+1}^{0} = -,s,d,\omega_{2n}^{1} = d,(s,\omega_{2n}^{1}), $$ so is closed and equals for some ghost-number-two form. The recursion continues until the form degree reaches zero.

Finally, integrate the relation over the closed -manifold. The right side is a total derivative, so . Therefore , which is the Wess-Zumino consistency condition.

Bridge. The descent tower builds toward the cohomological classification of anomalies, in which is a representative of a ghost-number-one BRST class and the obstruction to gauge invariance is its nonvanishing in ; it appears again in the index theorem, where the top polynomial is the index density of a Dirac operator on a manifold two dimensions higher, so the anomaly inflow from to dimensions is the index theorem read along the descent; this construction generalises the abelian Adler-Bell-Jackiw anomaly to arbitrary compact gauge groups and even dimensions, and the index-density origin is dual to Fujikawa's statement that the path-integral measure transforms by the same density; the bridge is the single invariant polynomial feeding three faces at once — the index, the consistent anomaly, and the Chern-Simons term 03.06.06.

Exercises Intermediate+

Lean formalization Intermediate+

lean_status: none — the Chern-Weil transgression apparatus and the BRST bicomplex required to state the descent equations intrinsically are not present in Mathlib.

-- Pseudocode only: the anomaly descent tower is not yet available.
axiom Form : ℤ → ℤ → Type*          -- forms graded by (form degree, ghost number)
axiom d  {p q : ℤ} : Form p q → Form (p+1) q       -- exterior derivative
axiom s  {p q : ℤ} : Form p q → Form p (q+1)       -- BRST differential

axiom d_sq  {p q : ℤ} (ω : Form p q) : d (d ω) = 0
axiom s_sq  {p q : ℤ} (ω : Form p q) : s (s ω) = 0
axiom sd_anticommute {p q : ℤ} (ω : Form p q) :
    s (d ω) = - d (s ω)

axiom chernWeil : Form (2*n+2) 0                    -- Str(F^{n+1}), closed, s-closed
axiom chernSimons : Form (2*n+1) 0                  -- ω with d ω = chernWeil
axiom anomaly : Form (2*n) 1                        -- ω with s chernSimons = - d ω

-- Wess-Zumino consistency: s (∫ anomaly) = 0
axiom wessZumino : s anomaly = - d (0 : Form (2*n-1) 2) → True

The missing formalization work includes the bigraded complex of forms carrying both a de Rham degree and a ghost-number grading, the two anticommuting differentials and , the Chern-Weil invariant polynomial and its transgression, the solution of the descent tower, and the identification of the top polynomial with the Atiyah-Singer index density of a twisted Dirac operator.

Advanced results Master

The chiral (axial) current of a Dirac fermion coupled to an abelian gauge field is conserved at the classical level. At one loop it acquires the Adler-Bell-Jackiw anomaly $$ \partial_\mu j^\mu_5 = \frac{1}{16\pi^2},\varepsilon^{\mu\nu\rho\sigma}F_{\mu\nu}F_{\rho\sigma} = \frac{1}{4\pi^2},F\wedge F . $$ The right-hand side is precisely the four-form , the second Chern form, evaluated as a density. The integrated anomaly equals twice the instanton number , an integer [tong anomalies].

This integer is the index of the Dirac operator. By the Atiyah-Singer index theorem [03.07.05 background; Atiyah-Singer 1968], for a twisted Dirac operator on a compact even-dimensional spin manifold, $$ \operatorname{ind}(D_A) = n_+ - n_- = \int_M \hat{A}(R),\operatorname{ch}(F), $$ the difference between positive- and negative-chirality zero modes. On four-manifolds the relevant term is , so the integrated axial anomaly counts the net chirality of fermion zero modes. The anomaly is the local index density: the pointwise version of restricted to the degree matching the spacetime dimension.

Fujikawa's derivation makes this identification manifest at the level of the path integral. Under an infinitesimal chiral rotation , the fermionic measure is not invariant: it picks up a Jacobian , where is the regularised trace of over the Dirac spectrum. The heat-kernel expansion of this trace produces exactly , the local index density. The anomalous divergence is the Jacobian, and the Jacobian is the index density [tong anomalies].

The descent reading and the index reading are two faces of one object. The consistent anomaly , the BRST descendant of the Chern-Simons form whose differential is the invariant polynomial , lives in dimension ; the index density lives in dimension . The phenomenon of anomaly inflow connects them: a gauge anomaly localised on a -dimensional boundary or defect is cancelled by the variation of a Chern-Simons term in the -dimensional bulk, whose differential is the -dimensional index density. The descent equations are the differential-form bookkeeping of this inflow, and the Atiyah-Singer theorem supplies the topological content of the top rung.

The distinction between the consistent anomaly , which satisfies the Wess-Zumino condition by construction, and the covariant anomaly, which transforms covariantly but fails consistency, is resolved by a local counterterm (the Bardeen-Zumino polynomial). They differ by a BRST-exact piece, so they represent the same physics measured in two bases. For gravitational anomalies the same machinery applies with the curvature two-form of the tangent bundle replacing and the polynomial built from ; these occur only in dimensions and were classified geometrically by Alvarez-Gaumé and Witten and by Alvarez-Gaumé and Ginsparg [Alvarez-Gaumé-Ginsparg 1985].

Synthesis. A single gauge-invariant invariant polynomial governs the entire subject: it is closed and BRST-closed, its transgression is the Chern-Simons form with , and the BRST variation produces the consistent anomaly of ghost number one. This descent tower builds toward the cohomological definition of an anomaly as a nonzero class in obeying the Wess-Zumino consistency condition 03.07.31; it appears again in the Atiyah-Singer index theorem, where is the index density of a twisted Dirac operator on a manifold two dimensions higher, so the integrated axial anomaly equals the net chirality . The Fujikawa Jacobian is dual to this statement, computing the same density as the regularised trace of the fermion measure. Anomaly inflow identifies the -dimensional boundary anomaly with the variation of a bulk Chern-Simons term whose differential is the index density. Putting these together, the abelian ABJ result generalises to every compact group and even dimension as one rung of a ladder whose top is a characteristic number 03.06.06, and the central insight is that the obstruction to gauge invariance, the count of Dirac zero modes, and the second Chern form are three readings of the one invariant polynomial.

Full proof set Master

Proposition (abelian descent and the two-dimensional anomaly). Let be an abelian connection, , and . Then , , and the Wess-Zumino condition holds on a closed surface .

Proof. Closedness holds since . The primitive is because . Apply the abelian BRST variation , : $$ s,\omega_3^0 = s(A,dA) = (sA),dA - A,d(sA) = (-dc),dA - A,d(-dc) = -dc,dA, $$ where . Now , so with . Integrating over a closed : since and . Hence outright, a fortiori up to a total derivative.

Proposition (index-anomaly equality in four dimensions). For a twisted Dirac operator on a closed spin four-manifold , the integrated abelian axial anomaly equals twice the second Chern number, and this is in the relevant normalisation.

Proof. The anomalous divergence is . Integrating over , $$ \int_M \partial_\mu j^\mu_5;d^4x = \frac{1}{16\pi^2}\int_M \varepsilon^{\mu\nu\rho\sigma}F_{\mu\nu}F_{\rho\sigma},d^4x = \frac{1}{4\pi^2}\int_M \operatorname{tr}(F\wedge F) = 2,c_2[F], $$ using for the second Chern character. The Atiyah-Singer theorem gives ; on a spin four-manifold with the curvature-quadratic term picks out for the gauge part. Hence the integrated axial anomaly equals , twice the Dirac index in this normalisation, and is an even integer.

Proposition (consistency is automatic from descent). Any anomaly arising as the ghost-one descendant of a transgressed invariant polynomial satisfies the Wess-Zumino consistency condition.

Proof. By the descent theorem, . Integrate over a closed -manifold : by Stokes, since has no boundary. Therefore , the Wess-Zumino condition. Consistency is a structural consequence of the anomaly descending from a closed invariant polynomial, not an extra assumption.

Connections Master

  • BRST cohomology and Faddeev-Popov-ghost quantisation 03.07.31 — the consistent anomaly is a ghost-number-one BRST cohomology class, and the Wess-Zumino consistency condition is exactly BRST-closedness; the ghost of the Faddeev-Popov construction is the variable in which the anomaly is linear, so anomaly theory is the degree-one chapter of the cohomology whose degree-zero chapter is the space of physical observables.

  • Chern-Weil homomorphism 03.06.06 — the entire descent tower is generated by a single Chern-Weil invariant polynomial , whose closedness and gauge-invariance are the input to transgression; the anomaly is the obstruction to gauge-invariance of the transgressed Chern-Simons form, so anomalies are a physical manifestation of the Chern-Weil construction one degree down.

  • Yang-Mills action 03.07.05 — anomalies are obstructions to consistently quantising a Yang-Mills theory coupled to chiral fermions; a gauge theory whose anomaly class is nonzero is inconsistent, which is why the symmetric structure constant must vanish in any sensible chiral gauge theory, constraining the allowed fermion content.

  • Electromagnetism as a U(1) Yang-Mills theory 03.07.29 — the original Adler-Bell-Jackiw anomaly is the abelian case, where with the Maxwell field strength, giving the neutral-pion decay rate as the simplest physical consequence of the descent ladder.

Historical & philosophical context Master

The anomaly was discovered in 1969 by Adler and independently by Bell and Jackiw, who found that the axial-vector current of spinor electrodynamics is not conserved at one loop and that the triangle diagram produces a finite, regularisation-independent term proportional to [Adler 1969] [Bell-Jackiw 1969]. Wess and Zumino formulated the consistency condition on anomalous Ward identities in 1971, identifying the algebraic constraint that any candidate anomaly must satisfy [Wess-Zumino 1971]. The topological origin became explicit through the descent equations of Stora and Zumino in the 1983 Cargèse and Les Houches lectures, which recast the consistency condition as BRST-closedness and traced the anomaly to the transgression of a Chern-Weil polynomial [Zumino 1983] [Stora 1983]. Fujikawa supplied the path-integral derivation in 1979, showing the anomaly is the Jacobian of the fermionic measure under a chiral rotation, computed as a regularised spectral trace [Fujikawa 1979]. The bridge to the Atiyah-Singer index theorem of 1968, in which the integrated anomaly counts the net chirality of Dirac zero modes through , was developed and synthesised by Alvarez-Gaumé and Ginsparg, who gave the unified geometric account of gauge and gravitational anomalies in even dimensions [Atiyah-Singer 1968] [Alvarez-Gaumé-Ginsparg 1985].

Bibliography Master

@article{Adler1969,
  author  = {Adler, Stephen L.},
  title   = {Axial-Vector Vertex in Spinor Electrodynamics},
  journal = {Physical Review},
  volume  = {177},
  pages   = {2426--2438},
  year    = {1969}
}

@article{BellJackiw1969,
  author  = {Bell, J. S. and Jackiw, R.},
  title   = {A PCAC Puzzle: $\pi^0 \to \gamma\gamma$ in the $\sigma$-Model},
  journal = {Nuovo Cimento A},
  volume  = {60},
  pages   = {47--61},
  year    = {1969}
}

@article{WessZumino1971,
  author  = {Wess, J. and Zumino, B.},
  title   = {Consequences of Anomalous Ward Identities},
  journal = {Physics Letters B},
  volume  = {37},
  pages   = {95--97},
  year    = {1971}
}

@article{Fujikawa1979,
  author  = {Fujikawa, Kazuo},
  title   = {Path-Integral Measure for Gauge-Invariant Fermion Theories},
  journal = {Physical Review Letters},
  volume  = {42},
  pages   = {1195--1198},
  year    = {1979}
}

@article{AtiyahSinger1968,
  author  = {Atiyah, M. F. and Singer, I. M.},
  title   = {The Index of Elliptic Operators: I},
  journal = {Annals of Mathematics},
  volume  = {87},
  pages   = {484--530},
  year    = {1968}
}

@incollection{Zumino1983,
  author    = {Zumino, Bruno},
  title     = {Chiral Anomalies and Differential Geometry},
  booktitle = {Relativity, Groups and Topology II (Les Houches 1983)},
  publisher = {North-Holland},
  year      = {1984}
}

@incollection{Stora1984,
  author    = {Stora, Raymond},
  title     = {Algebraic Structure and Topological Origin of Anomalies},
  booktitle = {Progress in Gauge Field Theory (Carg\`ese 1983)},
  publisher = {Plenum Press},
  year      = {1984}
}

@article{AlvarezGaumeGinsparg1985,
  author  = {Alvarez-Gaum\'e, Luis and Ginsparg, Paul},
  title   = {The Structure of Gauge and Gravitational Anomalies},
  journal = {Annals of Physics},
  volume  = {161},
  pages   = {423--490},
  year    = {1985}
}

@article{AlvarezGaumeWitten1984,
  author  = {Alvarez-Gaum\'e, Luis and Witten, Edward},
  title   = {Gravitational Anomalies},
  journal = {Nuclear Physics B},
  volume  = {234},
  pages   = {269--330},
  year    = {1984}
}

@book{Sternberg2012,
  author    = {Sternberg, Shlomo},
  title     = {Curvature in Mathematics and Physics},
  publisher = {Dover Publications},
  year      = {2012}
}

@book{BertlmannAnomalies1996,
  author    = {Bertlmann, Reinhold A.},
  title     = {Anomalies in Quantum Field Theory},
  publisher = {Oxford University Press},
  year      = {1996}
}