03.10.05 · modern-geometry / conformal-field-theory

The Coulomb gas, screening charges, and the conformal bootstrap

shipped3 tiersLean: nonepending prereqs

Anchor (Master): Dotsenko-Fateev 1984 *Nucl. Phys. B* 240; Dotsenko-Fateev 1985 *Nucl. Phys. B* 251; Feigin-Fuks 1982 *Funct. Anal. Appl.* 16; Di Francesco-Mathieu-Sénéchal 1997 Ch. 8-9

Intuition Beginner

A two-dimensional conformal field theory built from a single free wave field is one of the simplest exactly solvable theories. The wave field is a height that fluctuates over the plane, like the rippling surface of a pond. Out of this one field you can build a whole family of measuring operators by riding the field with different sensitivities.

The clever trick is to put a fixed "background charge" very far away. This far-off charge tilts every measurement by a known amount. Tuning how strongly it tilts is the same as tuning a single number, the central charge, that labels the theory. With the right tilt, this simple free-field model reproduces the critical points of famous lattice models, such as the Ising magnet at its phase transition.

To make all the bookkeeping balance, you sometimes need to add a few neutral "screening" pieces that carry away leftover charge. Counting how many you need, and where their contours can run, is what turns a correlation question into a definite integral you can actually evaluate.

Visual Beginner

Picture the plane with several measuring operators pinned at fixed points. Each carries a small charge label. A large opposite charge sits at the far edge to keep the books balanced. A few extra wandering markers, the screening pieces, slide along loops that thread between the pinned points.

The picture looks like charges in a flat landscape, which is why the method is named after a gas of charges. But these charges are labels on field operators, not real particles sitting in a real electric field. The loops are integration paths, and sliding a marker around a pinned point can multiply the answer by a phase. Keeping track of those phases is the whole game.

Worked example Beginner

Take the model whose central charge is one half. This is the value that describes the two-dimensional Ising magnet exactly at its critical temperature. The theory has three basic operators, with scaling weights equal to , , and .

The weight operator is the identity, the "do nothing" measurement. The weight operator tracks the local magnetisation, the tendency of a spin to point up or down. The weight operator tracks the boundary between an up region and a down region, called the disorder or spin-flip operator.

Now ask a concrete question. If you compute how two magnetisation operators a distance apart correlate, the free-field rule says the answer falls off like divided by to the power times , that is like over squared. The single number fixes the whole power law. The same machine, with a different tilt, fixes every other critical model in the same family.

Check your understanding Beginner

Formal definition Intermediate+

Work with a single chiral free boson with the propagator normalisation . The plain free boson has central charge . The Coulomb gas modifies the stress tensor by a background charge :

The added improvement term shifts the central charge to

equivalently after setting the background charge at infinity. The vertex operators are the normal-ordered exponentials

Computing the OPE of with shows that is a Virasoro primary of conformal weight

This weight is invariant under the reflection , so two distinct charges represent the same primary weight; this is the charge-conjugation symmetry of the free-field representation.

The two screening charges are the contour integrals of the weight-one vertex operators solving :

Because each has weight one, commutes with the Virasoro algebra and can be inserted into a correlator without changing its conformal covariance. The degenerate primaries of the Kac table sit at the lattice of charges

Convention. This is the Dotsenko-Fateev normalisation, ; some references absorb factors into and write with a rescaled . The reflection-symmetric pairing is convention-independent.

This construction must be distinguished from the electrostatic Coulomb gas of the Kosterlitz-Thouless transition 08.15.01: there the charges are integer vortex numbers of the XY model interacting through a genuine logarithmic potential at finite temperature, with a fugacity-driven unbinding transition. Here the charges are formal momenta of holomorphic vertex operators in a chiral CFT, the neutrality is the sphere sum rule, and there is no temperature.

Key theorem with proof Intermediate+

Theorem (charge neutrality and the screened correlator). On the sphere, a product of vertex operators has a nonzero expectation value only if the total charge equals the background charge,

When the bare charges fail neutrality, inserting screening charges and screening charges restores it provided

and the resulting correlator is the Dotsenko-Fateev integral

Proof. The background charge at infinity assigns the vacuum a charge when read against the zero mode, so the path integral over the zero mode is a delta function setting the total charge of all insertions to . With neutrality met, the Gaussian (Wick) contraction of the exponentials gives

a product of power laws in the separations, where the run over both the external charges and the screening charges at the contour points . Since each has weight one, integrating its position over a closed contour leaves the correlator a conformally covariant function of the external points . Each independent way of distributing the screening contours produces one conformal block; the number of blocks matches the fusion multiplicity of the degenerate external fields.

Bridge. This screened integral builds toward the conformal bootstrap: the conformal blocks it produces are exactly the holomorphic objects whose crossing matrix the bootstrap constrains, and the neutrality sum rule appears again in 03.10.04 as the truncation of the Kac table that gives the finite minimal-model fusion rules. The foundational reason the free boson can encode an interacting minimal model is that the background charge makes the naive Gaussian theory non-unitary in a controlled way; this is exactly the Feigin-Fuks resolution of the Virasoro Verma module by free-field Fock spaces. The screening charges are dual to the singular vectors of 03.10.04: putting these together, a singular-vector decoupling on the algebraic side is the statement that a screening contour can be deformed off the correlator on the analytic side, and that duality generalises the Kac determinant from a vanishing condition into an explicit integral formula for every degenerate correlator.

Exercises Intermediate+

Lean formalization Intermediate+

lean_status: none — Mathlib can express Gaussian integrals and some special functions, but not vertex operators, screening contours, or conformal blocks.

-- Pseudocode only: no CFT / vertex-operator structure exists in Mathlib.
axiom FreeBoson : Type
axiom backgroundCharge : ℝ → FreeBoson → FreeBoson

-- Vertex operator weight h_α = α (α - 2 α₀)
def vertexWeight (α α₀ : ℝ) : ℝ := α * (α - 2 * α₀)

-- Screening condition: weight one
axiom screening_weight_one
    (α₀ : ℝ) :
    vertexWeight (α₀ + Real.sqrt (α₀^2 + 1)) α₀ = 1

A genuine formalization needs a vertex operator algebra with a deformed conformal vector, the Feigin-Fuks Fock-space resolution of Virasoro Verma modules, and the Riemann-Hilbert monodromy of the resulting Fuchsian system. None of these is presently in Mathlib.

Advanced results Master

The decoupling of a singular vector turns a correlator into a differential equation. Let be the level-two degenerate field, with weight obeying the relation that produces the null state . Inserting into a four-point function and demanding that the null combination annihilate the correlator yields a second-order ordinary differential equation in the cross-ratio. After fixing three of the four points to , , , the equation is Fuchsian with three regular singular points, and its solutions are the Gauss hypergeometric functions . These two independent solutions are the holomorphic conformal blocks of the four-point function.

The physical correlator is built by combining holomorphic and antiholomorphic blocks into a single-valued, crossing-symmetric sum:

where are the hypergeometric blocks and are constants fixed by single-valuedness around the singular points. The same four-point function admits two natural decompositions: an -channel OPE as and a -channel OPE as . The hypergeometric connection formulae relate the two bases of blocks.

The conformal bootstrap is the requirement that these two decompositions agree:

This associativity of the operator algebra is a system of quadratic equations for the OPE structure constants . Dotsenko and Fateev solved it for the minimal models by computing both sides as Coulomb-gas (Selberg-type) integrals; consistency forces the external charges onto the Kac lattice and selects the truncated minimal-model fusion rules over the allowed range.

Synthesis. The central insight is that one free field, deformed by a background charge, computes an entire interacting family: the Coulomb-gas integral is exactly the analytic shadow of the algebraic null-vector decoupling, and putting these together identifies the conformal blocks of 03.10.04 with explicit hypergeometric functions. This generalises the BPZ differential-equation method from a single fixed correlator to a closed bootstrap, where crossing symmetry is dual to the associativity of the OPE; the foundational reason the minimal models are exactly solvable is that the bootstrap equations, infinite in principle, collapse to a finite algebraic problem on the Kac table. The bridge runs in both directions: Coulomb-gas integrals supply the structure constants that the bootstrap demands, and the bootstrap in turn certifies that the free-field representation reproduces a unitary, crossing-symmetric theory.

Full proof set Master

Proposition (level-two null vector gives a hypergeometric four-point function). Let be a primary of weight whose Verma module contains the singular vector

Then the four-point function satisfies a second-order Fuchsian ODE whose solutions are Gauss hypergeometric functions.

Proof. The mode acts on an insertion as the holomorphic derivative , and acts through the conformal Ward identity as a first-order differential operator in built from the weights and positions of the other three insertions:

Substituting both replacements into the null condition gives a linear relation between and together with its first -derivative. Global conformal invariance fixes the dependence on up to a function of the single cross-ratio . Setting , the relation becomes a second-order ODE in of the form

the hypergeometric equation, with determined rationally by the four weights. Its regular singular points are , and the local exponents at reproduce the two allowed fusion weights in the OPE. The two Frobenius solutions are the conformal blocks.

Proposition (charge balance forces the Kac lattice). If has a hypergeometric four-point function whose fusion channels are exactly two, then the external charges must lie on the lattice .

Proof. Charge neutrality on the sphere requires for nonnegative integers . A two-channel fusion corresponds to exactly two admissible screening counts, which is possible only when each external charge differs from by a half-integer combination of and . Writing and using recovers , with positive integers labelling the Kac table. The two screening routings are the two fusion channels, matching the two Frobenius exponents of the hypergeometric equation.

Connections Master

  • Minimal models, the Kac formula, and null vectors 03.10.04 — this unit is the analytic companion to the algebraic minimal-model construction. The degenerate primaries and singular vectors defined there are realised here as charges on the Kac lattice whose null-vector decoupling produces the hypergeometric blocks; the Coulomb-gas integrals compute the very structure constants whose existence the Kac determinant only certifies.

  • CFT basics 03.10.02 — the vertex operators, stress tensor, OPE, and central charge used throughout are the general apparatus introduced there. The background-charge deformation specialises the free-boson stress tensor of that unit to the range.

  • Gaussian free field / free boson 08.06.01 — the entire construction is a controlled deformation of the Gaussian free field. The Wick-contraction formula for vertex-operator correlators is the free-field two-point function exponentiated, and the screening contours integrate that Gaussian data.

  • The Kosterlitz-Thouless transition / 2D Coulomb gas 08.15.01 — a deliberate contrast, not a dependency. That unit's Coulomb gas is a finite-temperature electrostatic gas of integer vortex charges with a real logarithmic potential and an unbinding transition; the present construction's charges are formal momenta of holomorphic vertex operators with no temperature. The shared name reflects only the common Gaussian / logarithmic-correlator origin.

Historical & philosophical context Master

Feigin and Fuks gave the free-field resolution of Virasoro highest-weight modules in 1982, exhibiting the singular-vector structure of degenerate representations through Fock spaces of a single boson with a background charge [Feigin-Fuks 1982]. Belavin, Polyakov, and Zamolodchikov had, in the same period, identified the degenerate fields whose null vectors give differential equations for correlators [Belavin-Polyakov-Zamolodchikov 1984].

Dotsenko and Fateev turned this into a computational engine in two papers of 1984 and 1985, representing minimal-model correlators as multiple contour integrals of screened vertex operators and evaluating the four-point structure constants explicitly [Dotsenko-Fateev 1984]. Their evaluation of the crossing equations as Selberg-type integrals supplied the first complete solution of the conformal bootstrap for an interacting unitary family [Dotsenko-Fateev 1985].

Bibliography Master

  • Feigin, B. L. & Fuks, D. B., "Invariant skew-symmetric differential operators on the line and Verma modules over the Virasoro algebra", Functional Analysis and Its Applications 16 (1982), 114–126.
  • Belavin, A. A., Polyakov, A. M. & Zamolodchikov, A. B., "Infinite conformal symmetry in two-dimensional quantum field theory", Nuclear Physics B 241 (1984), 333–380.
  • Dotsenko, Vl. S. & Fateev, V. A., "Conformal algebra and multipoint correlation functions in 2D statistical models", Nuclear Physics B 240 (1984), 312–348.
  • Dotsenko, Vl. S. & Fateev, V. A., "Four-point correlation functions and the operator algebra in 2D conformal invariant theories with central charge ", Nuclear Physics B 251 (1985), 691–734.
  • Di Francesco, P., Mathieu, P. & Sénéchal, D., Conformal Field Theory, Springer, 1997. Chapters 8–9.
  • Ginsparg, P., "Applied Conformal Field Theory", Les Houches Lectures (1988), arXiv/9108028.