2026 FIELDS MEDAL · YU DENG

How do billiard-ball atoms become a flowing gas?

A visual route through the 125-year question linking reversible Newtonian particles, Boltzmann’s statistical equation, and the fluid laws we see.

Audience undergraduate + curious expert Reading time 75–110 min Interactive labs 14+
zj = (xj, vj)
𝔼N · εd−1 ≈ 1
fs → f⊗s
Conceptual gas-particle field · not a numerical hard-sphere simulation

One physical gas.

MICROMESOMACRO

Three mathematical languages.

HOW TO READ THIS

A map of a proof—not a replacement for 192 pages

This guide makes every logical dependency visible, proves the elementary mechanics and scaling calculations in full, and gives a step-by-step reconstruction of the long-time argument. The deepest cutting-algorithm estimates are explained structurally and schematically; reproducing their full hypotheses, constants, and case analysis requires the research article.

Intuition Derivation Research-level bridge

00 · THE BIG PICTURE

Zoom out. The language changes.

Use the scale switcher. The object never changes—only what information we retain.

What are all positions and velocities?

State: (x₁,v₁), …, (xₙ,vₙ)
MODEL

Newton + elastic collisions

Follow every hard sphere. Between collisions it travels in a straight line; at collision, momentum and kinetic energy are conserved.

KEEPS

Exact particle identities and trajectories.

FORGETS

Nothing—this is why the state has about 6N numbers in 3D.

I

Microscopic

Hard-sphere dynamics

N particles; Newton’s laws
Kinetic limit N → ∞, ε → 0 Deng–Hani–Ma
II

Mesoscopic

Boltzmann equation

density f(t,x,v)
Hydrodynamic limit Kn → 0 (collision rate → ∞) Established Boltzmann → fluid limits + Deng–Hani–Ma’s periodic kinetic limit
III

Macroscopic

Fluid equations

ρ(t,x), u(t,x), T(t,x)
TWO DIFFERENT LIMITS

Stage 1: let ε→0 while α=(𝔼N)εd−1 is fixed; this produces Boltzmann. Stage 2: after the kinetic equation is obtained, let the Knudsen number Kn→0; in the nondimensional convention used for this bridge, Kn=α−1. This is a separate hydrodynamic limit, and the companion paper specifies the permissible iterated/scaling variants.

01 · WHAT THE MEDAL RECOGNIZES

“For his work in partial differential equations, including the rigorous derivation of the Boltzmann equation from hard-sphere dynamics for rarefied gases, the derivation of wave kinetic equations from nonlinear dispersive systems, and probabilistic approaches to nonlinear Schrödinger dynamics.”
Official IMU citation ↗
02

Where the method matured

Waves → kinetic theory

Rigorous statistical laws for weakly nonlinear waves at their natural kinetic timescale, with Zaher Hani.

03

A second probability program

Randomness → PDE control

Random tensors, probabilistic scaling, and Gibbs-measure dynamics, with Andrea Nahmod and Haitian Yue.

The hard-sphere Boltzmann theorem and its companion fluid-limit paper are joint work of Yu Deng, Zaher Hani, and Xiao Ma. The wave-kinetic results discussed here are joint work of Deng and Zaher Hani; the highlighted probabilistic NLS results are joint work of Deng, Andrea Nahmod, and Haitian Yue.

02 · START AT THE BOTTOM

One collision, derived completely

Before the probability and combinatorics, the microscopic rule is just geometry plus two conservation laws.

STATE
zj = (xj, vj) ∈ ℝd × ℝd

Particle j has a center xj and velocity vj. In 3D that is six real numbers.

NO OVERLAP
|xi − xj| ≥ ε

Each sphere has diameter ε. Their centers can approach to distance ε, never less.

FREE FLIGHT
j = vj,   ṽj = 0

Until a collision, velocity stays constant and position changes linearly.

INTERACTIVE LAB 1

Turn the collision normal

At impact, only the component of relative velocity parallel to the line of centers is exchanged. The perpendicular component is untouched.

Total momentum before(1.20, 0.10)
Total momentum after(1.20, 0.10)
Kinetic energy error0.000000
Follow the live calculation

1 · normal componenta=(v−v*)·ω

2 · particle 1v′=v−aω

3 · particle 2v′*=v*+aω

BEFORE AFTER

particle 1 particle 2 collision normal ω

Exact velocity calculation; schematic replay, not a many-particle simulation.

WORKED BRIDGE · WHERE THE FORMULA COMES FROM

In the center-of-mass frame, a collision is a reflection

Define the center-of-mass velocity and relative velocity

V = (v+v*)/2,    g = v−v*.

Momentum conservation keeps V fixed. For identical, frictionless, perfectly elastic spheres, the tangent component of g is unchanged and the normal component reverses:

g = gtan + (g·ω)ω
g′ = gtan − (g·ω)ω = g − 2(g·ω)ω.

Since v=V+g/2 and v*=V−g/2, substituting g′ gives the collision rule used above.

EXACT NUMERICAL EXAMPLE
ω=(1,0),   v=(2,1),   v*=(0,−1)
a=(v−v*)·ω=2
v′=(0,1),   v′*=(2,−1)
momentum
(2,0) → (2,0)
squared-speed sum
6 → 6
relative normal component
+2 → −2
One exact oblique example
v=(2,0), v*=(0,1), ω=(3/5,4/5)
a=(2,−1)·(3/5,4/5)=2/5
aω=(6/25,8/25)
v′=(44/25,−8/25),   v′*=(6/25,33/25)

Momentum is (2,1) on both sides. The squared-speed sums are 5 before and 2000/625+1125/625=3.2+1.8=5 after; the normal relative velocity changes from +2/5 to −2/5.

Scope. “Exchange the parallel component” is special to equal-mass, smooth, perfectly elastic spheres. Unequal masses or rough bodies obey different formulas.

DERIVATION A

Why the collision formula conserves momentum and energy

  1. 1

    Isolate the exchanged scalar

    Let v,v* be the velocities before impact and v′,v′* the corresponding velocities after impact. Set a = (v − v*) · ω, the signed normal component of relative velocity along the unit collision normal ω.

    v′ = v − aω,    v′* = v* + aω

    The same vector aω is subtracted from one velocity and added to the other.

  2. 2

    Add the two outgoing velocities

    v′ + v′* = (v − aω) + (v* + aω) = v + v*

    So total momentum is exactly conserved (equal masses are normalized to 1).

  3. 3

    Expand the outgoing kinetic energy

    |v′|² + |v′*
    = |v − aω|² + |v* + aω|²
    = |v|² + |v*|² + 2a² − 2a(v − v*)·ω

    Because |ω| = 1 and a = (v − v*)·ω, the last two terms are 2a² − 2a² = 0.

  4. Conclude

    |v′|² + |v′*|² = |v|² + |v*

    The microscopic map is invertible: reverse every velocity and the spheres retrace their paths.

03 · FROM ONE TRAJECTORY TO A LAW

Randomness enters at time zero

Newton evolves each chosen configuration deterministically. Probability describes which configuration we chose—and what a typical particle does.

01

N-particle density

WN(t, z₁,…,zN)

The sequence (WN/N!) gives the sector densities of the random-N grand-canonical law. Each N-sector lives on a 2dN-dimensional phase space.

02

s-particle correlation

fs(t,z₁,…,zs)

A rescaled factorial-moment density built from the grand-canonical sequence (WN). It plays the role of an s-particle joint intensity, but is not generally a normalized tagged-particle marginal.

03

Propagation of chaos

fsε(t) ≈ f(t)⊗s𝟙Ds

At finite ε, exclusion forbids overlap. For fixed s, the appropriately scaled correlation approaches the factorized density on the allowed domain as ε → 0.

f2(z₁,z₂)f(z₁) f(z₂)

THE CRUCIAL WORD: “CHAOS”

It means independence, not disorder.

If knowing particle 1’s state gives asymptotically no information about particle 2’s state, their limiting correlation factorizes. Collisions do create dependence; the theorem controls the aggregate connected contribution of all relevant histories through estimates and cancellations.

Why factorization closes the equation

The exact evolution equation for f₁ depends on f₂. If f₂ ≈ f₁f₁, that unknown two-particle term becomes a quadratic expression in f₁. That quadratic expression is precisely the Boltzmann collision operator.

VISUAL CHECKPOINT · CHAOS

Equal marginals do not imply independence

Two binary variables X and Y always have 50–50 marginals here. Move only their connected correlation c, then find the one setting where knowing X tells you nothing about Y.

Goal: make P(Y=L | X=L) equal the marginal P(Y=L)=0.500.

P(Y=L | X=L)
0.900
marginal P(Y=L)
0.500
connected cell remainder
c = +0.200
L¹ factorization error
hidden until checked

The four joint probabilities and factorization diagnostics update with the correlation slider.

Continuous analogue: a two-particle cumulant measures f₂−f⊗f. The theorem controls this in an integrated norm, with the finite-ε exclusion indicator 𝟙D₂.

Grand-canonical and factorial correlation—in plain language

Grand-canonical means the particle count N is itself random, concentrated around a large mean 𝔼N; this simplifies cluster bookkeeping. The function fs counts expected ordered s-tuples near (z₁,…,zs), so it need not integrate to 1. For a fixed-N normalized marginal, the analogous statement is the joint law of s tagged particles. Factorization means f⊗s(z₁,…,zs)=f(z₁)···f(zs).

04 · THE MESOSCOPIC LAW

Read the Boltzmann equation like a balance sheet

Left: particles move through space. Right: collisions move probability into and out of velocity v.

(∂t + v·∇x) f = Q(f,f)
∫∫
f′ f′* f f*
[(v − v*)·ω]+
dω dv*

Symbol key. f=f(t,x,v), f*=f(t,x,v*), f′=f(t,x,v′), f′*=f(t,x,v′*). The partner velocity v* runs over ℝd, the impact normal ω over Sd−1, and [a]+=max(a,0). The displayed PDE normalizes the order-one particle collision rate to 1.

Transport

Along a free particle path x(t) = x₀ + tv, the operator ∂t + v·∇x is the total rate of change of f.

VISUAL CHECKPOINT · GAIN MINUS LOSS

Does one collision channel add or remove density at v?

For one fixed partner velocity and collision normal, predict the sign of B=f′f′*−ff*. Then reveal the multiplication.

Predict the local bracket

Bars show the incoming and outgoing pair products. This is one integrand channel—not the sign of the fully integrated Q(f,f)(v).

DERIVATION B

Why the collision term has “gain minus loss” form

  1. 1

    Pick the state

    Fix position x and velocity v. We ask how collisions change the number of particles near this state.

  2. 2

    Count arrivals

    A pre-collision pair (v′,v′*) can scatter into (v,v*). Under independence its density is f′f′*.

  3. 3

    Count departures

    A present pair (v,v*) can collide and leave velocity v. Under independence its density is ff*.

  4. 4

    Weight geometry

    [(v−v*)·ω]+ is the positive part of the signed normal component of relative velocity. Integrate over partners and impact directions.

INTERACTIVE LAB 2

The Boltzmann–Grad balance

Make each sphere smaller. To keep roughly one collision per unit flight length, add just enough particles to compensate for the shrinking collision cross-section.

Collision cross-sectionε² = 10⁻⁶
Required particle countN ≈ 10⁶
ProductN ε² ≈ 1
Mean free path (scaled)ℓ ≈ 1
Occupied volume fractionN ε³ ≈ ε = 10⁻³

The dots are a capped, subsampled illustration; the readout gives the actual scale. The unit-volume heuristic suppresses fixed geometric constants and a typical speed. Here ≍ or ≈ means “the same order up to fixed constants.”

Worked 3D numbers with geometric constants

Take ε=10−3 and 𝔼N=ε−2=106 in unit volume. The center-to-center collision cross-section is σ=πε²=π·10−6. At unit relative speed, the simplified collision rate is nσ≈π and mean free path ℓ≈1/π≈0.318—still order one.

occupied fraction = (𝔼N)(π/6)ε³ = (π/6)·10−3 ≈ 5.24·10−4

The collision opportunity stays finite while the volume occupied by matter tends to zero. The theorem absorbs fixed geometric constants into its normalization; this is the physical order-of-magnitude calculation.

DERIVATION C

Why Nεd−1 must stay of order one

  1. 1

    Sweep a collision tube

    In time Δt, one sphere with speed |v| sweeps a tube of length |v|Δt. Another center causes collision if it lies within a (d−1)-dimensional cross-section of scale εd−1.

    swept volume ≍ |v| Δt · εd−1
  2. 2

    Multiply by particle density

    In a unit-volume normalization, the number density is of order 𝔼N; in a general volume V it is (𝔼N)/V. Multiply that by the swept volume.

    expected collisions ≍ (𝔼N) εd−1 |v| Δt
  3. 3

    Demand a nontrivial limit

    If (𝔼N)εd−1 → 0, collisions disappear. If it tends to ∞, collisions occur infinitely fast. Keeping it near α ∈ (0,∞) preserves an order-one collision rate.

    𝔼N → ∞,   ε → 0,   (𝔼N)εd−1 → α

THE EXACT BRIDGE · BBGKY

Before taking a limit, one equation never closes

The Bogoliubov–Born–Green–Kirkwood–Yvon hierarchy is the infinite ladder where “independence” must be proved—not inserted by hand. To predict particle 1, we need the chance that a partner is at contact: two-particle information f₂. The f₂ equation similarly needs f₃.

tfsε + ∑i=1s vi·∇xi fsε = Cs,s+1ε fs+1ε

schematic BBGKY hierarchy; boundary collision terms are compressed into Cs,s+1ε

Contact-flux geometry for the first BBGKY equation Particle two reaches the epsilon contact sphere around particle one. The normal relative velocity measures flux through that boundary. 12 ωincoming flux |x₂−x₁|=ε

WORKED BRIDGE · WHY f₁ NEEDS f₂

  1. 1

    Integrate Liouville’s equation over every variable except z₁=(x₁,v₁). Interior transport terms cancel by integration by parts.

  2. 2

    The exception is the contact boundary x₂=x₁+εω. Specular reflection relates incoming and outgoing traces there; for s≥2, observed-particle collisions also appear as boundary conditions on Dsε, while Cs,s+1ε describes contact with an added partner.

  3. 3

    Flux through a surface patch is weighted by the positive normal relative speed B=[(v₁−v₂)·ω]+.

  4. 4

    For normalized tagged marginals, contact area εd−1 and the order-𝔼N partner count appear as a prefactor. The paper’s rescaled factorial correlations fsε absorb that Boltzmann–Grad normalization into their definition, so the displayed hierarchy has coefficient 1.

  5. 5

    Formally, contact points merge and f₂ε factorizes, producing Q(f,f). This is only the closure picture: bulk L¹ convergence alone does not control a boundary trace. The collision-history estimates justify the limiting contact flux.

(∂t+v₁·∇x₁)f₁ε
= ∫ B(v₁−v₂,ω)
×[f₂ε(z₁′,x₁+εω,v₂′)−f₂ε(z₁,x₁+εω,v₂)] dωdv₂

Schematic formula in the site’s rescaled-correlation normalization, with z₁′=(x₁,v₁′). Prime/sign conventions vary with the orientation of ω; the reversible collision map makes the equivalent forms agree.

factorization + ε→0 ↓
(∂t+v·∇x)f = Q(f,f)
f₁needsf₂needsf₃needs
propagation of chaos
f₂ ≈ f⊗ftf + v·∇xf = Q(f,f)
1

Exact: Liouville’s transport equation for the full N-particle density preserves all microscopic information.

2

Form factorial correlations: integrating out particles makes fs depend on fs+1.

3

Close: only the limiting factorization f2 ≈ f⊗f produces a one-particle kinetic equation.

05 · WHY 1975 WAS NOT ENOUGH

The short-time proof grows a forest

Lanford expanded a tagged particle’s possible collision histories backward in time. The method was revolutionary—but its absolute series converged only for a small fraction of a mean free time.

INTERACTIVE LAB 3

Grow one real Duhamel history

At each backward collision, one new possible partner is attached to one particle already in the history. Compare that actual structure with a binary branching metaphor.

particles in one history5
possible parent sequences24
ordered-time simplext⁴ / 4!

The displayed graph is one selected history. Its rapidly growing count comes from choosing a parent at every creation and integrating labels, times, velocities, and impact directions—not from particles literally doubling.

EXACT TOY COUNT · WHY A FINITE TIME RADIUS APPEARS

Parent choices and ordered times contain opposite factorials

n creations1·2···n = n! parent choices×Vol{0<tn<···<t₁<t} = tn/n!(Ct)n after collision integrals

The factorials roughly cancel. Thus the obstruction is not literal binary population doubling; it is that the remaining absolute series ∑(Ct)n has only a finite radius of convergence. Time layering makes Cτ<1 locally, while cumulants carry the correlations that a naïve restart would erase.

absolute n-collision bound ≲ (Ct)n

Then ∑n≥0(Ct)n is a geometric series and converges only when Ct<1. Time layering keeps each local width τ in that safe regime; the difficult part is carrying old correlations across the layer boundaries.

1975

Lanford’s expansion

  • Expand all collision histories from time t back to 0.
  • Bound the absolute value of every tree contribution.
  • Sum the resulting series.

Works only while the series stays small

2024–25

Deng–Hani–Ma’s iteration

  • Divide long time into locally manageable layers.
  • Stop expanding the factorized leading part.
  • Locally update the leading density; carry multi-layer history only through cumulants.

Reaches every regular Boltzmann time

06 · THE PROOF ENGINE

Keep the signal. Expand the error.

The central innovation is an inductive representation that remembers the entire relevant collision history without expanding the already-understood Boltzmann part.

MAIN THEOREM

Deng–Hani–Ma
arXiv:2408.07818 v3
Theorem 1

Long-time Boltzmann limit, decoded

sup0≤t≤T ‖ fsε(t,zs) − [∏j=1s f(t,zj)] 𝟙Ds ≤ εθ

uniformly for s ≤ |log ε|, provided ε is small enough and the Boltzmann solution remains regular on [0,T].

Open the assumption ledger

Model: hard spheres of diameter ε in ℝd, d≥2; the specified grand-canonical initial ensemble, conditioned on non-overlap.

Initial profile: f0 is a normalized nonnegative density, sufficiently regular in x, spatially localized, and bounded by a Gaussian tail in v. The paper packages these requirements in a weighted norm denoted ‖·‖Bol,2β; β and the bound B0 are fixed positive constants.

Effective solution: f solves the hard-sphere Boltzmann equation on [0,T] and retains a uniform Gaussian velocity bound, summarized by a fixed constant A.

Limit: the ensemble has 𝔼N·εd−1≈1; first choose T and its solution bounds, then take ε sufficiently small.

fsε is the exact rescaled s-particle factorial correlation of the grand-canonical hard-sphere ensemble. It is a joint intensity, not generally a normalized tagged-particle probability density.

THE INVARIANT CARRIED FROM LAYER TO LAYER

Here “invariant” means an ansatz preserved by induction, not a conserved physical quantity.

Kε(ℓτ) = ∑H⊆K (fA)⊗(K∖H)(ℓτ) · EHε(ℓτ) + ErrKcumul,   E=1
fKε(T) = f̃Kε(T) + fKtrunc(T)
fA almost-factorized leading density; stays close to Boltzmann f EH defect/cumulant; a singleton is a one-root defect, while |H|≥2 contains genuine multi-root correlation Two errors cumulant-representation error and separately truncated rare events; both are negligible
TWO-ROOT EXPANSION
E{1} ≈ f̃₁ε−f₁A
E{1,2} ≈ f̃₁₂ε−f₁Af₂A−f₁AE{2}−f₂AE{1}
RECONSTRUCTION
f̃₁₂ε ≈ f₁Af₂A
+ f₁AE{2} + f₂AE{1}
+ E{1,2} + Err

Read it carefully. The ≈ signs suppress the representation and truncation errors shown in the invariant above. E{i} measures how one represented root differs from the chosen stable leading state fA. Only E{1,2} is a genuinely two-root connected term. If fA were the exact one-particle density and errors vanished, singleton defects would vanish; the layered proof chooses fA because it can be updated and controlled.

TWO-LAYER TOY INDUCTION

The method neither forgets correlation nor re-expands everything

WRONG 1 · DISCARD
f₂ε ↦ fA⊗fA

Erasing E₁₂ assumes fresh independence at every boundary—the very statement that must be proved.

THE NARROW PATH · CARRY
f₂ε ≈ fA⊗fA + E₁₂

Schematic after suppressing singleton defects and both error families. Update the product locally; expand the represented defects/cumulants backward so old correlation remains recorded.

WRONG 2 · RE-EXPAND
expand(fA⊗fA + E₁₂)

Re-expanding the already-understood product recreates the long divergent history forest.

δℓ+1 ≤ (1+Cτ)δ + Cεν
δL ≲ eCT(δ₀+LCεν) → 0,   L=T/τ fixed before ε→0

This scalar recurrence is a pedagogical stability analogy, not the paper’s estimate. The proof replaces δ by weighted cumulants and molecule integrals with detailed support conditions.

STEP 1 OF 8 intuition

Step 1 of 8: Replace one impossible interval by L small ones. Level: intuition.

Replace one impossible interval by L small ones

Choose a short layer width τ = T/L. Local cluster expansions remain convergent inside each layer, even though a single expansion across [0,T] would diverge.

INPUT

A regular Boltzmann solution on [0,T]

OUTPUT

Short intervals [(ℓ−1)τ, ℓτ]

RISK

Correlations from earlier layers cannot be forgotten

IDENTIFICATION STEP · WHY THE MAIN TERMS ARE BOLTZMANN

No-recollision histories reproduce the kinetic Duhamel series

f(t) = U(t)f₀ + ∫₀t U(t−s)Q(f,f)(s) ds
U(t)g(x,v)=g(x−tv,v)

Substituting this integral equation into itself attaches an earlier collision partner and builds a tree. A microscopic history with no recollision has the same four limiting ingredients: free flight, the elastic collision map, relative-speed weighting, and an independent new partner drawn from f.

Recollisions make a particle meet someone already in its history. Those non-tree edges are controlled by cutting estimates; additional signed cluster terms are paired by the paper’s involution and cancel before absolute estimation.

THE COMBINATORIAL HEART

A collision history becomes a “molecule”

Atoms are collision/overlap events; bonds carry particle lines and order. In one layer, E−V+C counts independent cycles, where E is the number of edges, V vertices, and C connected components: a three-vertex path has 2−3+1=0 cycles; a triangle has 3−3+1=1. The paper’s multi-layer complexity ρ is richer, adding root/cross-layer and recollision information.

GEOMETRIC MODEL · WHERE SMALLNESS COMES FROM

A second prescribed encounter is a thin target

Fix one trajectory during a layer of length τ. Another trajectory hits its ε-neighborhood only if the transverse impact parameter lies in a (d−1)-dimensional disk of radius O(ε):

allowed transverse measure = O(εd−1).

An ordinary first collision uses the freedom already balanced by (𝔼N)εd−1≈1. A further independently prescribed encounter imposes an extra constraint. The complete proof earns a weaker but robust net ενρ, because grazing, nearly parallel, degenerate, and cross-layer configurations must also be covered.

INTERACTIVE LAB 4

Cut a complex molecule

Choose cuts in a legal order. Each cut is a Fubini decision: which variables will be integrated first, uniformly in the variables that remain fixed?

Normal {3}0
Good {33}0
Bad {4}0
Net ε-gainpending

Start at the top to respect time ordering.

This toy displays a nondegenerate support configuration in which the shown {33} is good. The topology label alone does not guarantee an ε-gain.

later time ↑ time layer 3 time layer 2 time layer 1 {3} {33} {3}
atom particle line cycle constraint chosen cut

THE NUMERICAL LOGIC OF THE PROOF

Complexity loses logarithms; geometry wins powers.

COUNT
# molecules of complexity ρ ≤ C|M||log ε|

Each unit of multi-layer complexity incurs a logarithmic counting loss.

×
COST
‖IM‖ ≤ τ|M| ενρ

The full cutting/root budget combines good thin-set restrictions, compensates bad pieces, and earns a net ενρ. It is not literally one gain per graph cycle.

NET
|log ε| ενρ → 0

Any fixed positive power of ε beats every logarithmic power.

First sum molecule sizes. Choose τ so Cτ<1; then ∑m≥0(Cτ)m converges for m=|M|. What remains per unit of complexity is |log ε|Cεν→0. Here ν>0 and c>0 below are fixed small constants depending on dimension; ν is not a velocity.

Research-level precision: the cutting budget
THE CUTTING THEOREM’S BUDGET · SCHEMATIC
½υ · #good + (d−1)(|H| − #bad) ≥ cρ

Good elementary restrictions and the root normalization jointly pay for bad pieces and for a positive fraction of the multi-layer complexity. The paper fixes υ=3−d−1; this auxiliary bookkeeping constant is distinct from the final gain exponent ν. Constants, topology subtypes, and logarithmic factors are suppressed here.

VISUAL CHECKPOINT · ASYMPTOTIC BUDGET

When does the ε-power actually win?

Explore the explicitly pedagogical bound Rρ(ε)=(|log ε|Aεν)ρ, with A=1 and ν=0.15. These are chosen for visibility, not claimed constants from the paper.

At this ε, increasing ρ will…

3[log₁₀(3 log 10) − 0.15·3] = +1.17

Positive log₁₀R means this illustrative numerical bound exceeds one; negative means it is small. The theorem is asymptotic and does not claim practical accuracy at moderate ε.

NORMAL

{2}

Two fixed ends determine the remaining collision variables. No power gained or lost.

NORMAL

{3}

One free incoming trajectory supplies exactly the ordinary collision freedom.

GOOD

{33}

A second prescribed encounter constrains a free trajectory to a thin tube: a positive ε-power gain.

BAD

{4}

No end is fixed, so an integration degree is wasted. The algorithms ensure good pieces compensate these losses.

Research-level precision: topology alone does not determine “good”

The four cards are the intuition used in the exposé. In the paper, “good” depends on support restrictions created during splitting, not topology alone: a {3} or {33A} piece may be normal or good; {33B} supplies important good cases; a {4} is counted as bad but can also carry a good restriction; and good {44} pieces handle strongly degenerate configurations.

A

Boltzmann stability keeps fA(ℓτ) close to f(ℓτ).

B

Cutting/root gains make every cumulant EH small after the full budget is summed.

C

Truncation estimates make Err negligible.

Induction closes for ℓ = 1,…,L.

07 · COMPLETE THE CHAIN

From velocity clouds to fields

At very high collision rate, velocity distributions rapidly approach local Maxwellians. Their few parameters become the fluid variables.

LOCAL EQUILIBRIUM

One bell curve, three fields

M(t,x,v) = ρ(t,x)[2πT(t,x)]d/2 exp(−|v−u(t,x)|² / 2T(t,x))
ρ
mass density—the area under the velocity bell
u
bulk velocity—the bell’s center
T
temperature—the bell’s width
∫M dv=ρ,   ρ−1∫vM dv=u,   (dρ)−1∫|v−u|²M dv=T

So the three fields really are moments of one velocity bell. The canvas shows a one-dimensional velocity slice; particle mass and Boltzmann’s constant are normalized to 1.

Two macroscopic zooms. Compressible Euler observes order-one density changes on an advective (hyperbolic) time scale. Incompressible NSF zooms into small fluctuations over a slower diffusive scale, so viscosity and heat conduction survive.

Fast collisions + small perturbations

Incompressible Navier–Stokes–Fourier

tu + u·∇u − μ₁Δu = −∇p
tϑ + u·∇ϑ − μ₂Δϑ = 0
∇·u = 0

ϑ is the coupled temperature/density fluctuation. The companion paper writes an equivalent scalar ρ under its Boussinesq relation ρ + ϑ = 0.

Local Maxwellian + hyperbolic scaling

Compressible Euler

tρ + ∇·(ρu) = 0
t(ρu) + ∇·(ρu⊗u) + ∇p = 0
tE + ∇·[(E+p)u] = 0
E = ½ρ|u|² + ½dρT,   p=ρT

What “resolves Hilbert’s sixth problem” means here

PROVED

Deng, Hani, and Ma derive the Boltzmann equation from dilute identical hard spheres on ℝd, d≥2, through every fixed interval on which the required regular Boltzmann solution exists. Their companion paper extends the kinetic limit to 𝕋d, d=2,3, and combines it with established Boltzmann-to-fluid limit theorems to derive incompressible Navier–Stokes–Fourier and compressible Euler under the paper’s stated prepared-data, regularity, and iterated/scaling limits.

NOT CLAIMED

A complete axiomatization of physics; dense gases or liquids; arbitrary interactions, shapes, domains, or boundary conditions; every hydrodynamic scaling; one unrestricted simultaneous limit; or global regularity for the Boltzmann or three-dimensional Navier–Stokes equations.

THE ARROW OF TIME

Reversible rules, irreversible statistics

Visual analogy: colored dots mix under an invertible playback. This is not a correlation simulation.

  1. 1

    The hard-sphere flow preserves phase-space volume and can be reversed.

  2. 2

    The initial ensemble selects “chaotic” states: particles are almost independent.

  3. 3

    The time-reversed state after mixing has extraordinarily organized correlations; it is not a fresh chaotic initial state.

  4. 4

    Thus an irreversible effective law can emerge for the prescribed forward-chaotic ensemble in the kinetic limit without contradicting reversible microscopic mechanics.

The theorem justifies the Boltzmann description across its regular lifespan. The entropy interpretation additionally uses Boltzmann’s H-theorem and the statistical choice of initial ensemble.

DERIVATION D · THE H-THEOREM

Where the irreversible sign appears

Formal calculation for positive smooth f, with periodic x or sufficient spatial/velocity decay. Rigorous entropy identities or inequalities require the corresponding integrability and trace hypotheses.

1 · DEFINE
H[f] = ∫ f log f dx dv

Up to physical constants and a sign, −H is entropy.

2 · DIFFERENTIATE
dH/dt = ∫ Q(f,f) log f dx dv

The transport term integrates to zero on a periodic domain or with sufficient decay. The “+1” from differentiating f log f vanishes because ∫Q(f,f)dv=0: collisions conserve mass.

3 · SYMMETRIZE
dH/dt = −¼∫ [(v−v*)·ω]+ (A−C) log(A/C) dx dv dv*

Here A=f′f′* and C=ff*. The factor ¼ comes from averaging the equivalent expressions obtained by swapping particles and swapping pre/post-collision variables; with the positive-part kernel, the latter change is accompanied by ω↦−ω.

4 · SIGN
(a−c) log(a/c) ≥ 0  ⇒  dH/dt ≤ 0

Because log is increasing. Equality characterizes local collision equilibrium under the usual hypotheses.

NUMERICAL SIGN CHECK
B=1, A=4, C=1  ⇒  −¼B(A−C)log(A/C)=−¾log4≈−1.040

One symmetrized channel is negative. If A and C are interchanged, both A−C and log(A/C) change sign, so their product stays nonnegative and the leading minus sign still makes entropy production nonpositive.

08 · THE BIGGER PICTURE

One idea migrates across fields

Deng’s programs share a theme: randomness is not noise to discard—it is structure that can survive nonlinear evolution in a controlled form.

WAVES

Nonlinear Schrödinger equation

(i∂t − Δβ)u + λ²|u|²u = 0

Fourier modes interact weakly. Δβ is an anisotropic Laplacian with dispersion ω(k)=|k|β². Picard iterates produce paired trees and Feynman diagrams.

SHARED TEMPLATE layer long time preserve statistical history organize nonlinear diagrams make smallness beat their count
PARTICLES

Hard-sphere Newtonian flow

j=vj, ṽj=0 between impacts; vj jumps by the elastic rule at impact

Collision histories create clusters and recollisions. The wave strategy inspired the architecture; particle geometry required new algorithms.

WAVE-SPECIFIC MACHINERY

Paired interaction trees, layered “gardens,” oscillatory resonance estimates, twist/vine cancellations, and rigidity.

PARTICLE-SPECIFIC MACHINERY

Cumulants, collision/overlap molecules, hard-sphere recollision geometry, truncation, and cutting into elementary integrals.

THE SAME META-PROBLEM IN THREE DIALECTS

Propagation of randomness

Nonlinearity creates correlations. Deng’s work finds enough structure inside those correlations to retain a statistical law—or construct a rough random flow—over meaningful times. Both wave pillars start with random Fourier data, but wave kinetics averages over realizations to derive a closed law for a spectrum, whereas probabilistic PDE fixes almost every realization and constructs its canonical rough trajectory. This table compares proof problems; it does not claim the theorems are instances of one formal framework.

Comparison categoryParticlesWeak wavesRough random PDE
Microscopic system

Newtonian hard spheres

random-mode cubic NLS

Wick-ordered NLS flow

Object retained

marginals fs; density f

spectrum n(k)=𝔼|ûk

Gibbs-typical solution law

Naïve obstacle

recollisions destroy exact independence

resonant modes build correlations

rough products are not classically defined

Memory object

cumulants & molecules

paired trees & layered gardens

random averaging operators & tensors

Source of gain

thin recollision geometry εν

oscillation, pairings, cancellations

Gaussian contraction & operator norms

Output

quadratic Boltzmann closure

cubic wave-kinetic closure

strong flow + invariant Gibbs measure

VISUAL CHECKPOINT · THE BIGGER PICTURE

Match each source of smallness to its program

The three pillars share a count-versus-structure problem, but the small parameter and output object are different. Choose a program for each mechanism.

INTERACTIVE LAB 5 · WAVE PILLAR

When four Fourier modes resonate

On a periodic box, u(x)=∑kûkeik·x. A wavevector k labels a Fourier wave’s direction and wavelength; points here are wavevector tips, not physical positions. Momentum matching determines k=k₁−k₂+k₃. On the square torus, lasting exact resonance also matches ω(k)=|k|².

Goal: find the perpendicular rectangle where Δω=−2(k₁−k₂)·(k₃−k₂)=0.

Wavevector mismatch0 · enforced
Normalized mismatch Δω/|k₁−k₂|²0.000
Statusexact resonance
k₁ − k₂ + k₃ − k = 0 Δω = |k₁|² − |k₂|² + |k₃|² − |k|²

Why phase mismatch matters: ∫₀teiΔωsds=(eiΔωt−1)/(iΔω), whose size is at most 2/|Δω| when Δω≠0; at Δω=0 it equals t and accumulates.

Scope. This slider uses continuum Euclidean geometry. Finite-torus Fourier modes lie on a lattice, so an arbitrary angle need not be an allowed discrete quartet. The α=L−1 theorem in the 2023 paper uses generic anisotropic β; the lab explains resonance algebra, not its number-theoretic estimates.

EXACT INTEGER RESONANCE
k₂=(0,0), k₁=(1,0), k₃=(0,2), k=(1,2)
k₁−k₂+k₃−k=(0,0)
Δω=1−0+4−5=0
OFF RESONANCE
move k₃ to (1,1), so k=(2,1)
Δω=1+2−5=−2
∫₀πe−2isds=0, while resonance gives π

Momentum matching builds a parallelogram. For Euclidean quadratic dispersion, writing u=k₁−k₂ and w=k₃−k₂ gives Δω=−2u·w, so a rectangle is exactly resonant.

THE WAVE KINETIC COLLISION OPERATOR

Near-resonances concentrate onto a resonant manifold

Write n=n(τ,k) and ni=n(τ,ki), where τ=t/Tkin. At finite L, near-resonant quartets accumulate; in the kinetic limit their contribution concentrates onto the continuum manifold represented by the two Dirac deltas. For d≥3 and the admissible scalings, n satisfies a closed cubic law. The β-subscript covers the anisotropic dispersion; on the square torus β is Euclidean.

τn(k) = ∫ [n₁n₂n₃ − nn₂n₃ + nn₁n₃ − nn₁n₂]
× δ(k₁−k₂+k₃−k)
× δ(|k₁|β²−|k₂|β²+|k₃|β²−|k|β²) dk₁dk₂dk₃

The Dirac deltas impose wavevector and frequency matching. The bracket is the wave analogue of gain minus loss—cubic rather than Boltzmann’s quadratic closure.

WHY RANDOM NLS NEEDS NEW OBJECTS

A function too rough to multiply by itself

u0(x) = ∑k∈ℤ² gk / ⟨k⟩ · eik·x

The coefficients gk are independent complex Gaussians and ⟨k⟩=(1+|k|²)1/2. Almost surely u0 lies in Hs for every s<0 (written H0−), but not generally in L². Naïve cutoff powers fail to converge as classical products; Wick ordering subtracts divergent self-contractions before the cutoff is removed.

u = ulin + 𝒬(ulin) + Y   (schematic)

Wick ordering subtracts divergent self-contractions before the cutoff limit. The random averaging correction 𝒬 isolates rough linear randomness; Y is smoother. Random tensors record how Gaussian inputs pair through nonlinear iterations.

SCALING THRESHOLDS FOR p-POWER NLS
sprob = −1/(p−1),   sdet = d/2 − 2/(p−1)

For odd nonlinear degree p≥3 (excluding the exceptional general-theorem case (d,p)=(1,3)), randomness can lower the relevant threshold from sdet toward sprob; the full probabilistically subcritical range s>sprob is covered. A tensor “flattening” groups input/output indices into a matrix; operator norms give stability while Hilbert–Schmidt bounds capture square-root cancellation.

INTERACTIVE LAB 6 · RANDOM-PDE PILLAR

Why H0− converges while L² diverges

Truncate u at |k|≤K in two dimensions. Its expected squared Sobolev norm is ∑⟨k⟩2s−2. A dyadic shell |k|≈2j has ≍22j modes, so—after suppressing fixed lattice constants—its normalized shell contribution is ≍22sj.

Which shell pattern gives a convergent norm?

normalized L² shell model
8.00 · grows like log K
normalized H−1/4 shell model
2.26 · approaches 2.41

This plots an asymptotically equivalent, normalized dyadic-shell model—not exact lattice sums and not a random sample. Standard independence/Gaussian arguments upgrade the threshold to the almost-sure statement.

INTELLECTUAL LINEAGE

From a physical guess to a long-time theorem

1872

A statistical equation is born

Ludwig Boltzmann formulates a kinetic equation using “molecular chaos”: particles about to collide are treated as statistically independent.

What it suppliedA correct and extraordinarily successful target equation—but not a theorem deriving it from Newtonian particles.

WAVE-TURBULENCE LINEAGE

Peierls, Hasselmann, and Zakharov formulated kinetic turbulence; Spohn, Lukkarinen–Spohn, Collot–Germain, and Buckmaster–Germain–Hani–Shatah established rigorous partial regimes before the full kinetic-time program.

RANDOM-PDE LINEAGE

Lebowitz–Rose–Speer and Bourgain built Gibbs–NLS foundations; Burq–Tzvetkov developed random-data well-posedness. Parabolic work such as Da Prato–Debussche and Hairer is adjacent, but dispersive NLS lacks parabolic smoothing.

WHAT CAME BEFORE THE LONG-TIME BREAKTHROUGH?

Earlier theorems were profound—but lived in different regimes

No single row “supersedes” all the others. Each controls a different combination of time, perturbation size, and closeness to equilibrium.

1975 · LANFORD

Non-perturbative regular dilute data, very short time

Collision-tree convergence for a small fraction of a mean-free time. This established the microscopic Boltzmann derivation.

1989 · ILLNER–PULVIRENTI

Long time, near vacuum

Global-in-time results in a dispersive low-density regime where particles separate strongly.

2010s–23 · EQUILIBRIUM PROGRAM

Long kinetic times at exact equilibrium

Bodineau, Gallagher, Saint-Raymond, Simonella and collaborators obtained fluctuation and linearized regimes where equilibrium cancellations are available—not nonlinear propagation of chaos for arbitrary near-equilibrium data.

2024–25 · DENG–HANI–MA

Long time, nonlinear off-equilibrium

Every fixed time in the lifespan of the required regular nonlinear Boltzmann solution, without a near-vacuum or equilibrium restriction.

KNOWLEDGE MAP

Prerequisites for the particle theorem

Multivariablecalculus Probability& marginals Classicalmechanics Measure &L¹ estimates Collisiongeometry Cumulants &cluster expansions BBGKYhierarchy Graphcombinatorics Long-timeBoltzmann limit

WHERE THE MACHINERY GOES NEXT

Extensions, bridges, and open terrain

These statuses matter: a related use of the machinery is not automatically a consequence of the hard-sphere theorem.

EXTENSION

Forced and inhomogeneous waves

Damped-driven wave turbulence and inhomogeneous kinetic limits bring forcing, dissipation, and space dependence into the picture.

Grande–Hani ↗
ACTIVE BRIDGE

Gravity water waves

Deng–Ionescu–Pusateri establish deterministic estimates and propagation of randomness. This is progress toward—not yet a full quasilinear wave-kinetic derivation.

Part II ↗
RELATED TOOL

Hyperbolic Φ⁴₃ and Hartree

Random-tensor and averaging ideas contribute to Gibbs dynamics and singular dispersive/wave equations beyond the original 2D NLS model.

Φ⁴₃ paper ↗
OPEN · PARTICLES

Beyond ideal hard spheres

Long-time limits for smooth or long-range potentials, boundaries, mixtures, non-spherical particles, off-equilibrium fluctuations, large deviations, and weak Boltzmann solutions.

OPEN · WAVES

Harder resonance worlds

Quasilinear water waves, lower-dimensional degeneracy, condensation or blow-up, and general quantum Boltzmann limits.

OPEN · PROOF THEORY

How universal is “memory + cutting”?

Which many-body systems admit a structured history object whose geometric or oscillatory gain beats combinatorial growth?

NOTATION WITHOUT FEAR

Search the glossary

ε

sphere diameter

The small parameter sent to zero in the dilute-gas limit.

𝔼N

expected particle count

In the grand-canonical ensemble, grows while ε shrinks, balanced by (𝔼N)εd−1 ≈ α.

f(t,x,v)

one-particle density

Expected density near position x and velocity v at time t.

fs

s-particle correlation

Rescaled factorial-moment density of the grand-canonical ensemble; a joint intensity, not generally a normalized marginal.

chaos

asymptotic independence

fs converges to the product f⊗s for fixed s.

EH

cumulant

The genuinely connected, non-factorized correlation among roots H.

M

molecule

A layered graph encoding collisions, overlaps, particle lines, and time order.

ρ

multi-layer complexity

Built from per-layer roots/crossings and recollision ranks; ordinary circuit rank E−V+C is the one-layer prototype.

τ

layer width

T/L, chosen short enough for local cluster expansion.

α

particle collision rate

The limiting value of (𝔼N)εd−1; unrelated to the weak-coupling notation used in some wave papers.

ω

collision normal

Unit vector along the centers of two spheres at impact.

𝟙Ds

exclusion indicator

Zero when any of the s spheres overlap, one otherwise.

Kn

Knudsen number

Mean free path divided by macroscopic length. Kn→0 is the fluid limit after the kinetic equation has been obtained.

ν

geometric gain exponent

A fixed positive number depending on dimension; εν is the smallness earned by a good collision restriction.

fA

leading one-particle state

The locally updated, almost-factorized density carried across time layers. A is a label, not an exponent.

n(τ,k), δ

wave spectrum and constraint

n is expected Fourier-mode energy; a Dirac delta restricts the kinetic integral to a matching manifold.

Hs

Sobolev regularity

A scale measuring derivatives in an averaged sense. H0− means membership for every s<0, generally rougher than L².

Wick ordering

renormalized product

Subtract divergent self-contractions before removing a frequency cutoff, producing a meaningful random nonlinear term.

Gibbs measure

energy-weighted random field law

A nonlinear energy weight applied to a Gaussian reference field; invariance means the PDE flow preserves this probability law.

same order

Two quantities bound each other up to fixed positive multiplicative constants.

CHECK YOUR MODEL

Ten questions that expose the common confusions

Score: 0 / 10 · answered 0 / 10

1 Where is probability introduced?

2 Why not expand the full solution on every time layer?

3 What pays for the many possible recollision diagrams?

4 Does the theorem prove all of Hilbert’s sixth problem in every interpretation?

5 Why does exact resonance matter for the wave limit?

6 What is the output of the highlighted random-PDE program?

7 In d=3, ε shrinks by a factor of 10. How must N change in Boltzmann–Grad scaling?

8 Which limiting substitution closes the first BBGKY equation?

9 One backward Duhamel history has three collision creations. How many particles does it contain?

10 If A=f′f′*=9 and C=ff*=4, what is the H-theorem sign?

09 · READ THE ORIGINALS

Source library

Primary papers first, expert exposition second, accessible context third. Dates and scopes are shown so claims remain auditable.

01 Award & primary papers

IMU · 2026Fields Medal citation for Yu Dengofficial IMU · 2026Full mathematical citation for Yu Dengofficial · detailed PDF Deng–Hani–Ma · submitted 2024; v3 2025Long time derivation of the Boltzmann equation from hard sphere dynamicsprimary · 192 pp. · Annals of Mathematics, to appear Deng–Hani–Ma · 2025Hilbert’s Sixth Problem: derivation of fluid equations via Boltzmann’s kinetic theoryprimary · arXiv v1 preprint Deng–Hani · 2023Full derivation of the wave kinetic equationprimary · Invent. Math. 233, 543–724 Deng–Hani · 2026Propagation of chaos and higher-order statistics in wave kinetic theoryprimary · JEMS 28, 673–733 Deng–Hani · 2023; v2 2024Long time justification of wave turbulence theoryprimary · arXiv preprint Deng–Nahmod–Yue · 2022Random tensors, propagation of randomness, and nonlinear dispersive equationsprimary · Invent. Math. 228, 539–686 Deng–Nahmod–Yue · 2024Invariant Gibbs measures and global strong NLS solutions in dimension twoprimary · Ann. of Math. 200, 399–486

02 Expert guide & historical bridge

Bodineau–Gallagher–Saint-Raymond–Simonella · 2026Derivation of the Boltzmann equation from hard-sphere dynamics (after Deng, Hani, Ma)Bourbaki expert account Lanford · 1975Time evolution of large classical systemslandmark predecessor Gallagher–Saint-Raymond–Texier · 2014From Newton to Boltzmann: hard spheres and short-range potentialsEMS Press monograph · modern reference Clay Mathematics Institute · 2026Research Award description for Deng and Haniinstitutional assessment

03 Accessible context

Plus Magazine · 2026The Fields Medals 2026: Yu Denginterview-based overview Quanta Magazine · 2025Epic Effort to Ground Physics in Math Opens Up the Secrets of Timereported exposition University of Chicago · 2026Yu Deng receives the Fields Medalinstitutional profile Yu DengResearch page and selected publicationsauthor page

Editorial standard

The displayed main theorem is a pedagogical compression, checked against arXiv:2408.07818 v3; consult the paper for the complete hypotheses and normalization. The proof architecture was also compared with the 2026 Bourbaki exposé. “Resolution of Hilbert’s sixth problem” is always qualified by model, limit, domain, regularity, and scope. Interactive simulations are conceptual illustrations, not numerical evidence for the theorem.

Last research verification: .