The Circle Method

Here is a question that sounds like arithmetic but is really analysis in disguise: in how many ways can you write a big number N as a sum of three primes? Or as a sum of nine cubes, or nineteen fourth powers? These are additive questions — you are told the ingredients (primes, or k-th powers) and asked to count the recipes. There is no formula for "the number of primes below N", let alone for "the number of ways to add three of them to N", so brute force is hopeless as N grows.

The Hardy–Littlewood circle method is the analytic machine that answers questions of exactly this shape. Its central trick is breathtaking: it turns a counting problem into an integral, splits the circle of integration into a tame part and a wild part, evaluates the tame part almost for free, and wins the whole game by proving the wild part is small. It was born in the 1910s and 1920s in the hands of G. H. Hardy, Srinivasa Ramanujan, and J. E. Littlewood, and it is still the workhorse of additive number theory a century later.

The one idea: counting by integrating

Everything rests on a single, almost magical fact about the exponential e(x) = e^{2\pi i x}. Integrate it over a full period and you get an indicator of zero:

For every integer m,

\int_0^1 e(m\alpha)\,d\alpha = \begin{cases} 1 & m = 0, \\ 0 & m \neq 0. \end{cases}

The reason is that e(m\alpha) winds around the unit circle |m| times as \alpha runs across [0,1), and a full number of laps averages to zero — unless m = 0, where nothing moves and the average is 1. This is the "detector" that will pick out solutions of an equation from an ocean of non-solutions.

Now build a generating sum over the ingredients you care about. If you are counting with primes up to N, set

F(\alpha) = \sum_{p \le N} e(p\alpha),

the sum running over primes p. (For Waring's problem you would instead sum e(n^k \alpha) over n with n^k \le N.) The whole method flows from what happens when you raise F to a power and integrate.

The integral representation

Suppose we want r(N), the number of ways to write N = p_1 + p_2 + \cdots + p_s as an ordered sum of s primes. Expand the s-th power of F:

F(\alpha)^s = \sum_{p_1 \le N}\cdots\sum_{p_s \le N} e\big((p_1 + \cdots + p_s)\alpha\big).

Multiply by e(-N\alpha) and integrate over the circle [0,1). By orthogonality, the term for a given tuple (p_1,\dots,p_s) contributes 1 when p_1 + \cdots + p_s = N and 0 otherwise. The integral therefore counts exactly the solutions:

r(N) = \int_0^1 F(\alpha)^s\, e(-N\alpha)\, d\alpha.

This is an exact equality, not an approximation — the counting problem has become an integral over a circle. The name of the method comes from this circle: writing \alpha = e^{2\pi i \theta} turns [0,1) into the unit circle in the complex plane, and Hardy and Ramanujan's original argument was a contour integral around it. The task now is to estimate this integral — and to do that we must understand where on the circle F(\alpha) is big and where it is small.

Where is F large? The major and minor arcs

The exponential sum F(\alpha) is a sum of e(p\alpha) — many little unit vectors. When they point in wildly different directions they cancel and F is small; when they line up, F is large. They line up precisely when \alpha is close to a rational a/q with a small denominator q, because then e(p\cdot a/q) takes only q different values and reinforces. This splits the circle into two kinds of territory.

The major arcs \mathfrak{M} are small neighbourhoods of the rationals a/q with q small (say q \le P for some threshold P that grows slowly with N). Here F(\alpha) is large and, crucially, well approximated by a clean main term. The minor arcs \mathfrak{m} are everything else — the vast bulk of the circle, where F is small and must simply be bounded. So

r(N) = \underbrace{\int_{\mathfrak{M}} F(\alpha)^s e(-N\alpha)\,d\alpha}_{\text{main term}} \;+\; \underbrace{\int_{\mathfrak{m}} F(\alpha)^s e(-N\alpha)\,d\alpha}_{\text{error, must be small}}.

The dividing line comes from Dirichlet's approximation theorem: every real \alpha lies within 1/(qQ) of some fraction a/q with q \le Q. Choosing the threshold well (a Farey dissection) guarantees the major arcs are disjoint little windows and the minor arcs are genuinely all that is left.

Seeing the dissection

The picture below is the circle [0,1) unrolled onto a line. Step through it: first the whole circle of integration; then the major arcs — narrow windows centred on the rationals with small denominator (0/1, 1/2, 1/3, 2/3, 1/4, \dots), where F spikes; then the minor arcs, the leftover stretches that make up almost the entire circle and where all the difficulty hides.

Notice how the major arcs cluster more tightly for larger denominators and thin out to nothing — they are deliberately kept few and narrow. Almost all of the circle is minor arc. That imbalance is the heart of the drama: the main term lives on a tiny set, and success depends on the enormous leftover contributing less than it.

The main term: singular series times singular integral

On a major arc around a/q, write \alpha = a/q + \beta with \beta tiny. The exponential sum factors, heuristically, into an arithmetic piece that depends on q and an analytic piece that depends on \beta. Summing the arithmetic pieces over all major arcs assembles the singular series \mathfrak{S}(N), and integrating the analytic pieces assembles the singular integral J(N). The upshot is a prediction of stunning simplicity:

When the method succeeds, the main term takes the shape

r(N) \sim \mathfrak{S}(N)\, J(N),

This is the "local-to-global" heuristic in action: the number of global solutions equals the product of densities of solutions in every completion of the rationals — one factor for each prime, plus one for the real numbers. If any local density vanishes (there is a congruence obstruction), then \mathfrak{S}(N) = 0 and there are no solutions; otherwise the singular series is a positive constant and the count grows exactly as size predicts.

Worked example: N as a sum of three primes

Take the case dearest to the method — the ternary Goldbach question of writing an odd N as p_1 + p_2 + p_3. Here s = 3, so the identity reads

r(N) = \int_0^1 F(\alpha)^3\, e(-N\alpha)\, d\alpha, \qquad F(\alpha) = \sum_{p \le N} e(p\alpha).

(In practice one uses the weighted sum S(\alpha) = \sum_{p \le N} (\log p)\, e(p\alpha), which behaves better; the shape of the argument is identical.) The major arcs deliver the main term

r(N) \sim \mathfrak{S}(N)\,\frac{N^2}{2(\log N)^3},

where N^2/(\log N)^3 is the singular integral — the expected count from the prime number theorem, since three primes near N have density about 1/(\log N)^3 and there are on the order of N^2 ways to choose two of them freely — and the singular series is the arithmetic correction

\mathfrak{S}(N) = \prod_{p \mid N}\!\left(1 - \frac{1}{(p-1)^2}\right)\prod_{p \nmid N}\!\left(1 + \frac{1}{(p-1)^3}\right).

For odd N this product is bounded away from zero (roughly between 0.66 and 2), so r(N) > 0 for all large odd Nevery large odd number is a sum of three primes. For even N the factor at p = 2 forces \mathfrak{S}(N) = 0, which is just the parity obstruction: three odd primes sum to an odd number. This is Vinogradov's three-primes theorem, proved unconditionally in 1937.

It is natural to assume the hard part is computing the main term — all those local densities and the singular series look intimidating. It is the reverse. The major arcs give the expected main term almost for free: near a rational with small denominator, F is well understood and the integral is a routine (if fiddly) calculation. The entire difficulty of the circle method is proving the minor-arc integral is smaller than the main term.

That is genuinely deep. On the minor arcs you cannot compute F(\alpha); you can only bound it, and you need the bound to be strong enough that \int_{\mathfrak{m}} |F|^s loses to \mathfrak{S}\,J. This is exactly where the hardest tools in the subject enter: Weyl's inequality for k-th power sums, and Vinogradov's method of exponential sums over primes. When someone "improves the bound in Waring's problem", they have almost always found a better minor-arc estimate. If you cannot beat the minor arcs, the method simply fails — the main term is a prediction with no proof behind it.

Binary Goldbach — every even N > 2 is a sum of two primes — N = p_1 + p_2 — is still open, and the circle method cannot reach it. The reason is a counting mismatch. With s primes the main term grows like N^{s-1}/(\log N)^s. The minor-arc integral, by contrast, is roughly \big(\sup_{\mathfrak{m}} |F|\big)^{s-2}\int_0^1 |F|^2, and \int_0^1 |F|^2 \approx N/\log N is fixed by orthogonality no matter how many variables you have.

So each extra prime beyond two gives you one more factor of \sup_{\mathfrak{m}}|F| to spend on shrinking the error. With s = 3 you have exactly one such factor, and the best minor-arc bound for a prime sum is just barely strong enough to make it smaller than the main term. With s = 2 you have zero spare factors: the error is the same size as the main term, and the method gives no information. Binary Goldbach fails not because the heuristic is wrong — the singular series predicts the right count — but because there aren't enough variables to control the minor arcs. Three primes is the threshold where the method just works.

The historical spark: partitions

The method did not begin with primes at all. In 1918, Hardy and Ramanujan attacked p(n), the number of ways to write n as a sum of positive integers (its partitions: p(4) = 5). They wrote p(n) as a contour integral of the generating function \prod_{m\ge 1}(1 - q^m)^{-1} around a circle inside the unit disc. That generating function blows up near every rational point on the boundary — worst at q = 1, less so at q = e(a/q) for larger denominators. Summing the contributions of these singularities gave their astonishing asymptotic

p(n) \sim \frac{1}{4n\sqrt{3}}\, e^{\pi\sqrt{2n/3}}.

The rationals a/q ordered by the size of the singularity there — biggest at small q — are the ancestors of the major arcs. Hardy and Littlewood then realised the same dissection could attack additive prime and power problems, launching their great series "Partitio Numerorum" in the 1920s and taking aim at Goldbach and Waring's problem (every integer is a sum of a bounded number of k-th powers). The circle method has been the engine of additive number theory ever since.

One of the loveliest features of the circle method is that the main term is a genuine prediction, usable even when the proof is out of reach. The heuristic r(N) \sim \mathfrak{S}(N)\,J(N) is the "expected" count you get by assuming the ingredients behave randomly subject only to their local (mod q) constraints. This is the Hardy–Littlewood conjecture in its many forms — for prime k-tuples, for Goldbach, for sums of powers.

Where the minor arcs can be tamed (enough variables), the prediction becomes a theorem. Where they cannot (binary Goldbach, the twin-prime count), the very same formula still tells you what the answer ought to be, and numerical experiments match it beautifully. The method thus draws a sharp line through additive number theory: on one side, conjectures we can prove because the arcs cooperate; on the other, conjectures we believe for exactly the same reason but cannot yet reach.