Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Wilson's area law at strong coupling: ∣⟨WγT×R⟩∣≤Ce−σTR|\langle W_{\gamma_{T\times R}}\rangle| \le C e^{-\sigma TR}∣⟨WγT×R​​⟩∣≤Ce−σTR for β<β0\beta < \beta_0β<β0​ (Osterwalder–Seiler)

Open
YangMills.strong_coupling_area_law

by korbonits · Sep 8, 2026 · Mathlib 0df444a (Lean v4.33.1)

constructive-qftgauge-theorylattice-gauge-theorymass-gapmathematical-physicsmillennium-prizeyang-mills

Wilson (1974) proposed the area law ∣⟨WγT×R⟩∣≤Ce−σ⋅Area|\langle W_{\gamma_{T\times R}}\rangle| \le C e^{-\sigma\cdot\text{Area}}∣⟨WγT×R​​⟩∣≤Ce−σ⋅Area for rectangular Wilson loops as the criterion for quark confinement; Osterwalder–Seiler proved it rigorously for every compact gauge group at sufficiently small β\betaβ (Chatterjee, §4: "the area law holds for any lattice gauge theory at sufficiently small β. A rigorous proof was given by Osterwalder and Seiler"). Jaffe–Witten list confinement among the natural extensions of the Millennium problem (p. 6).

Let ddd be any dimension, let GGG be a compact group with a continuous homomorphism ρ:G→U(N)\rho : G\to U(N)ρ:G→U(N). There is β0>0\beta_0 > 0β0​>0 such that for every 0<β<β00 < \beta < \beta_00<β<β0​ there are a string tension σ>0\sigma > 0σ>0 and a constant CCC such that for every scale kkk, box half-side LLL, side lengths T,R∈NT, R \in \mathbb{N}T,R∈N and distinct directions μ≠ν\mu \ne \nuμ=ν, if the rectangle γT×R\gamma_{T\times R}γT×R​ with corner 000, TTT lattice steps in direction μ\muμ and RRR in direction ν\nuν (at scale kkk) lies in the box, then

∣⟨tr⁡ρ(UγT×R)⟩k,L,β∣≤C e−σ TR.\big|\langle\operatorname{tr}\rho(U_{\gamma_{T\times R}})\rangle_{k,L,\beta}\big| \le C\,e^{-\sigma\,TR}.​⟨trρ(UγT×R​​)⟩k,L,β​​≤Ce−σTR.

The bound is uniform in the box, which is how the cluster expansion controls the infinite-volume limit; σ\sigmaσ is of order log⁡(1/β)\log(1/\beta)log(1/β) for small β\betaβ.

Formalization Note The order of quantifiers is ∃β0 ∀β∈(0,β0) ∃σ>0 ∃C ∀k,L,T,R,μ,ν\exists\beta_0\ \forall\beta\in(0,\beta_0)\ \exists\sigma>0\ \exists C\ \forall k, L, T, R, \mu, \nu∃β0​ ∀β∈(0,β0​) ∃σ>0 ∃C ∀k,L,T,R,μ,ν. The area TRTRTR is in lattice plaquettes at scale kkk. Degenerate rectangles (T=0T = 0T=0 or R=0R = 0R=0) have trivial holonomy and expectation NNN, so C≥NC \ge NC≥N is forced; the hypothesis that the rectangle lies in the box excludes the junk link value 111 outside the box. For d≤1d \le 1d≤1 the statement is vacuous.

Preamble
import Definitions.Def_YangMills
import Mathlib
Formal statement
namespace YangMills
theorem strong_coupling_area_law {d : ℕ} {G : Type*} [Group G] [TopologicalSpace G]
    [IsTopologicalGroup G] [CompactSpace G] [MeasurableSpace G] [BorelSpace G]
    {N : ℕ} (ρ : G →* Matrix.unitaryGroup (Fin N) ℂ) (hρ : Continuous ρ) :
    ∃ β₀ : ℝ, 0 < β₀ ∧ ∀ β : ℝ, 0 < β → β < β₀ → ∃ σ C : ℝ, 0 < σ ∧
      ∀ (k L T R : ℕ) (μ ν : Fin d), μ ≠ ν → (Loop.rect k T R μ ν).InBox k (L * 2 ^ k) →
        ‖loopCorrelation ρ k L β [Loop.rect k T R μ ν]‖ ≤
          C * Real.exp (-σ * ((T : ℝ) * R)) := by sorry
end YangMills
Source
K. G. Wilson, Confinement of quarks, Phys. Rev. D 10 (1974), 2445–2459, https://doi.org/10.1103/PhysRevD.10.2445 (area law criterion, strong-coupling expansion); rigorous proof at small β: K. Osterwalder, E. Seiler, Gauge field theories on a lattice, Ann. Physics 110 (1978), 440–471, https://doi.org/10.1016/0003-4916(78)90039-8; attribution and statement as Problem 4.1 (area law) in S. Chatterjee, Yang–Mills for probabilists (2019), §4, https://doi.org/10.1007/978-3-030-15338-0_1
Read-back

What the Lean code literally says, in plain math · claude-fable-5-1

Read-back: YangMills.strong_coupling_area_law

Ambient data and assumptions

The statement is made relative to the following fixed data, all of which are parameters of the theorem (the first two and NNN are implicit, inferred from the others):

  • a natural number d∈Nd \in \mathbb{N}d∈N (the lattice dimension; d=0d = 0d=0 and d=1d = 1d=1 are allowed);
  • a type GGG carrying a group structure, a topology, the assumption that multiplication and inversion are continuous (topological group), the assumption that GGG is compact, a σ\sigmaσ-algebra, and the assumption that this σ\sigmaσ-algebra is the Borel σ\sigmaσ-algebra of the topology. Nothing else is assumed about GGG: it need not be Hausdorff, connected, non-abelian, simple, or non-trivial (the one-point group is admitted);
  • a natural number N∈NN \in \mathbb{N}N∈N (N=0N = 0N=0 is allowed);
  • a group homomorphism ρ:G→U(N)\rho : G \to \mathrm{U}(N)ρ:G→U(N), where U(N)\mathrm{U}(N)U(N) is the group of N×NN\times NN×N complex matrices AAA with A∗A=AA∗=IA^{*}A = AA^{*} = IA∗A=AA∗=I;
  • a hypothesis hρh_\rhohρ​: ρ\rhoρ is continuous (as a map into U(N)\mathrm{U}(N)U(N) with the topology inherited from N×NN \times NN×N complex matrices). This hypothesis is assumed but does not otherwise appear in the conclusion.

The assertion, with quantifiers in their exact order

There exists a real number β0\beta_0β0​ with 0<β00 < \beta_00<β0​ such that, for every real β\betaβ with 0<β0 < \beta0<β and β<β0\beta < \beta_0β<β0​, there exist real numbers σ\sigmaσ and CCC with 0<σ0 < \sigma0<σ (no constraint at all is placed on CCC) such that, for all natural numbers k,L,T,R∈Nk, L, T, R \in \mathbb{N}k,L,T,R∈N and all indices μ,ν∈{0,…,d−1}\mu, \nu \in \{0, \dots, d-1\}μ,ν∈{0,…,d−1}, if μ≠ν\mu \neq \nuμ=ν and if the rectangle γ=rectk(T,R;μ,ν)\gamma = \mathrm{rect}_k(T, R; \mu, \nu)γ=rectk​(T,R;μ,ν) (defined below) satisfies the "in-box" condition InBox(γ;k,L⋅2k)\mathrm{InBox}(\gamma; k, L\cdot 2^{k})InBox(γ;k,L⋅2k) (defined below), then

∥  ⟨W(γ)⟩β, L⋅2k  ∥  ≤  C⋅exp⁡(−σ⋅(T⋅R)),\bigl\|\; \langle W(\gamma) \rangle_{\beta,\, L\cdot 2^k} \;\bigr\| \;\le\; C \cdot \exp\bigl(-\sigma \cdot (T \cdot R)\bigr),​⟨W(γ)⟩β,L⋅2k​​≤C⋅exp(−σ⋅(T⋅R)),

where T,RT, RT,R on the right are cast to real numbers, ∥⋅∥\|\cdot\|∥⋅∥ is the modulus of a complex number, and ⟨W(γ)⟩β,L2k\langle W(\gamma) \rangle_{\beta, L 2^k}⟨W(γ)⟩β,L2k​ is the complex number loopCorrelation ρ k L β [γ] unfolded below.

Dependencies allowed by the quantifier order: β0\beta_0β0​ may depend only on d,G,N,ρd, G, N, \rhod,G,N,ρ. The pair (σ,C)(\sigma, C)(σ,C) may depend on β\betaβ (and on d,G,N,ρd, G, N, \rhod,G,N,ρ) but not on k,L,T,R,μ,νk, L, T, R, \mu, \nuk,L,T,R,μ,ν: the same σ\sigmaσ and CCC must work simultaneously for every scale kkk, every box parameter LLL, every rectangle size T×RT \times RT×R, and every pair of distinct directions. The exponent is −σ⋅TR-\sigma \cdot T R−σ⋅TR with σ>0\sigma > 0σ>0, so exp⁡(−σTR)∈(0,1]\exp(-\sigma T R) \in (0, 1]exp(−σTR)∈(0,1] and it decreases as the product TRT RTR grows; TTT and RRR enter only through their product, and there is no rescaling by 2−k2^{-k}2−k or by any lattice spacing.

Unfolding the custom definitions

Sites, unit vectors, the box

  • A site is a function x:{0,…,d−1}→Zx : \{0,\dots,d-1\} \to \mathbb{Z}x:{0,…,d−1}→Z, i.e. a point of Zd\mathbb{Z}^dZd. Write eμe_\mueμ​ for the unit vector with a 111 in coordinate μ\muμ and 000 elsewhere.
  • For R′∈NR' \in \mathbb{N}R′∈N, the box BR′={x∈Zd:−R′≤xi≤R′ for all i}B_{R'} = \{x \in \mathbb{Z}^d : -R' \le x_i \le R' \text{ for all } i\}BR′​={x∈Zd:−R′≤xi​≤R′ for all i}, a cube of side 2R′+12R'+12R′+1 centred at the origin. (For d=0d = 0d=0 it is the single empty function.)
  • An edge is a pair (x,i)(x, i)(x,i) of a site and a direction, read as the segment from xxx to x+eix + e_ix+ei​. The box edges ER′E_{R'}ER′​ are the edges (x,i)(x,i)(x,i) with x∈BR′x \in B_{R'}x∈BR′​ and x+ei∈BR′x + e_i \in B_{R'}x+ei​∈BR′​.
  • A plaquette is a triple (x,i,j)(x, i, j)(x,i,j). The box plaquettes PR′P_{R'}PR′​ are those with i<ji < ji<j and all four corners x, x+ei, x+ej, x+ei+ejx,\ x+e_i,\ x+e_j,\ x+e_i+e_jx, x+ei​, x+ej​, x+ei​+ej​ in BR′B_{R'}BR′​.
  • A configuration on the box of half-width R′R'R′ is a function U:ER′→GU : E_{R'} \to GU:ER′​→G (one group element per box edge).

Links, plaquette products, Wilson action

  • The link variable of an arbitrary edge eee (not necessarily in the box) is
linkU(e)={U(e)e∈ER′1 (identity of G)e∉ER′.\mathrm{link}_U(e) = \begin{cases} U(e) & e \in E_{R'} \\ 1 \ (\text{identity of } G) & e \notin E_{R'}.\end{cases}linkU​(e)={U(e)1 (identity of G)​e∈ER′​e∈/ER′​.​

So every edge outside the box, or leaving the box, carries the identity.

  • The plaquette product for p=(x,i,j)p = (x,i,j)p=(x,i,j) is
plaqU(p)=linkU(x,i)⋅linkU(x+ei,j)⋅linkU(x+ej,i)−1⋅linkU(x,j)−1.\mathrm{plaq}_U(p) = \mathrm{link}_U(x,i)\cdot \mathrm{link}_U(x+e_i, j)\cdot \mathrm{link}_U(x+e_j, i)^{-1}\cdot \mathrm{link}_U(x, j)^{-1}.plaqU​(p)=linkU​(x,i)⋅linkU​(x+ei​,j)⋅linkU​(x+ej​,i)−1⋅linkU​(x,j)−1.
  • The Wilson action is the real number
Sρ(U)=∑p∈PR′Re⁡ tr⁡(ρ(plaqU(p))),S_\rho(U) = \sum_{p \in P_{R'}} \operatorname{Re}\,\operatorname{tr}\bigl(\rho(\mathrm{plaq}_U(p))\bigr),Sρ​(U)=p∈PR′​∑​Retr(ρ(plaqU​(p))),

the trace being that of the N×NN\times NN×N complex matrix underlying ρ(⋅)\rho(\cdot)ρ(⋅). There is no 1/N1/N1/N normalisation and no constant offset.

Measure and expectation

  • haarProb(G)\mathrm{haarProb}(G)haarProb(G) is the Haar measure on GGG normalised so that the whole space GGG (taken as the distinguished positive compact set) has measure 111; i.e. it is a left-invariant probability measure on GGG.
  • The configuration measure PR′\mathbf{P}_{R'}PR′​ on U:ER′→GU : E_{R'} \to GU:ER′​→G is the product measure ⨂e∈ER′haarProb(G)\bigotimes_{e \in E_{R'}} \mathrm{haarProb}(G)⨂e∈ER′​​haarProb(G) (one independent normalised Haar factor per box edge), hence a probability measure. If ER′E_{R'}ER′​ is empty (e.g. d=0d = 0d=0) the configuration space is a single point.
  • The Gibbs weight is wβ(U)=exp⁡(β⋅Sρ(U))>0w_\beta(U) = \exp\bigl(\beta \cdot S_\rho(U)\bigr) > 0wβ​(U)=exp(β⋅Sρ​(U))>0, with a plus sign in the exponent.
  • The expectation of a complex-valued function FFF of the configuration is the complex number
⟨F⟩β,R′=∫F(U) wβ(U) dPR′(U)∫wβ(U) dPR′(U),\langle F \rangle_{\beta, R'} = \frac{\displaystyle\int F(U)\, w_\beta(U)\, d\mathbf{P}_{R'}(U)}{\displaystyle\int w_\beta(U)\, d\mathbf{P}_{R'}(U)},⟨F⟩β,R′​=∫wβ​(U)dPR′​(U)∫F(U)wβ​(U)dPR′​(U)​,

where both integrals are Lebesgue–Bochner integrals of complex-valued functions and the quotient is division in C\mathbb{C}C. Two conventions are in force here: (i) the Bochner integral of a function that is not integrable (not a.e. strongly measurable, or with non-finite integral of its norm) is defined to be 000; (ii) division by 000 in C\mathbb{C}C yields 000. Consequently, if the denominator integral is 000 (in particular if the integrand is deemed non-integrable), then ⟨F⟩β,R′=0\langle F\rangle_{\beta,R'} = 0⟨F⟩β,R′​=0 for every FFF.

Steps, paths, holonomy

  • A step is a pair (i,b)(i, b)(i,b) with iii a direction and b∈{true,false}b \in \{\mathsf{true},\mathsf{false}\}b∈{true,false}; its displacement vector is +ei+e_i+ei​ if b=trueb = \mathsf{true}b=true and −ei-e_i−ei​ if b=falseb = \mathsf{false}b=false.
  • The vertices of a path starting at xxx with step list s1,…,sns_1, \dots, s_ns1​,…,sn​ are the nnn starting points x, x+v(s1), x+v(s1)+v(s2), …x,\ x + v(s_1),\ x+v(s_1)+v(s_2),\ \dotsx, x+v(s1​), x+v(s1​)+v(s2​), … (the final endpoint is not listed; the empty step list has no vertices).
  • The holonomy of a path starting at xxx with steps s1,…,sns_1, \dots, s_ns1​,…,sn​ is the ordered product (first step leftmost)
holU(x;s1,…,sn)=f(x,s1) f(x+v(s1),s2)⋯ ,f(y,(i,true))=linkU(y,i),f(y,(i,false))=linkU(y−ei, i)−1,\mathrm{hol}_U(x; s_1,\dots,s_n) = f(x, s_1)\, f(x+v(s_1), s_2)\cdots,\qquad f(y,(i,\mathsf{true})) = \mathrm{link}_U(y,i),\quad f(y,(i,\mathsf{false})) = \mathrm{link}_U(y-e_i,\, i)^{-1},holU​(x;s1​,…,sn​)=f(x,s1​)f(x+v(s1​),s2​)⋯,f(y,(i,true))=linkU​(y,i),f(y,(i,false))=linkU​(y−ei​,i)−1,

and the holonomy of the empty step list is the identity 1∈G1 \in G1∈G.

Loops, scale, refinement

  • A loop is a record consisting of a natural number scale, a base site, a list of steps, and a proof that the displacement vectors of the steps sum to 000.
  • refine(γ,j)\mathrm{refine}(\gamma, j)refine(γ,j) has scale γ.scale+j\gamma.\text{scale} + jγ.scale+j, base 2j⋅γ.base2^j \cdot \gamma.\text{base}2j⋅γ.base, and steps obtained by repeating each step of γ\gammaγ exactly 2j2^j2j times consecutively.
  • atScale(γ,k)\mathrm{atScale}(\gamma, k)atScale(γ,k) is the pair (base, steps) of refine(γ, k−˙γ.scale)\mathrm{refine}(\gamma,\, k \dot- \gamma.\text{scale})refine(γ,k−˙​γ.scale), where −˙\dot-−˙​ is truncated natural-number subtraction (if k<γ.scalek < \gamma.\text{scale}k<γ.scale the exponent is 000 and no refinement occurs).
  • verticesAt(γ,k)\mathrm{verticesAt}(\gamma, k)verticesAt(γ,k) is the vertex list of the path atScale(γ,k)\mathrm{atScale}(\gamma,k)atScale(γ,k), and
InBox(γ;k,R′)  ⟺  ∀x∈verticesAt(γ,k), x∈BR′.\mathrm{InBox}(\gamma; k, R') \iff \forall x \in \mathrm{verticesAt}(\gamma,k),\ x \in B_{R'}.InBox(γ;k,R′)⟺∀x∈verticesAt(γ,k), x∈BR′​.

This is vacuously true when the vertex list is empty.

The rectangle rectk(T,R;μ,ν)\mathrm{rect}_k(T,R;\mu,\nu)rectk​(T,R;μ,ν)

It is the loop with scale kkk, base 000, and step list

(μ,+),…,(μ,+)⏟T  ,  (ν,+),…,(ν,+)⏟R  ,  (μ,−),…,(μ,−)⏟T  ,  (ν,−),…,(ν,−)⏟R.\underbrace{(\mu,+),\dots,(\mu,+)}_{T}\;,\;\underbrace{(\nu,+),\dots,(\nu,+)}_{R}\;,\;\underbrace{(\mu,-),\dots,(\mu,-)}_{T}\;,\;\underbrace{(\nu,-),\dots,(\nu,-)}_{R}.T(μ,+),…,(μ,+)​​,R(ν,+),…,(ν,+)​​,T(μ,−),…,(μ,−)​​,R(ν,−),…,(ν,−)​​.

Since its scale is exactly the kkk used in the theorem, k−˙k=0k \dot- k = 0k−˙​k=0 and atScale(γ,k)\mathrm{atScale}(\gamma, k)atScale(γ,k) is (base 000, the same 2T+2R2T+2R2T+2R steps) with no refinement. Its vertex list (length 2T+2R2T + 2R2T+2R) is, concretely,

0, eμ, 2eμ, …, (T−1)eμ,Teμ, Teμ+eν, …, Teμ+(R−1)eν,Teμ+Reν, (T−1)eμ+Reν, …, eμ+Reν,Reν, (R−1)eν, …, eν.0,\ e_\mu,\ 2e_\mu,\ \dots,\ (T-1)e_\mu,\quad T e_\mu,\ T e_\mu + e_\nu,\ \dots,\ T e_\mu + (R-1) e_\nu,\quad T e_\mu + R e_\nu,\ (T-1) e_\mu + R e_\nu,\ \dots,\ e_\mu + R e_\nu,\quad R e_\nu,\ (R-1) e_\nu,\ \dots,\ e_\nu .0, eμ​, 2eμ​, …, (T−1)eμ​,Teμ​, Teμ​+eν​, …, Teμ​+(R−1)eν​,Teμ​+Reν​, (T−1)eμ​+Reν​, …, eμ​+Reν​,Reν​, (R−1)eν​, …, eν​.

All coordinates are ≥0\ge 0≥0, so the hypothesis InBox(γ;k,L2k)\mathrm{InBox}(\gamma; k, L 2^k)InBox(γ;k,L2k) says exactly that every listed vertex has all coordinates ≤L⋅2k\le L\cdot 2^k≤L⋅2k; for T+R>0T + R > 0T+R>0 and μ≠ν\mu\ne\nuμ=ν this is equivalent to T≤L⋅2kT \le L\cdot 2^kT≤L⋅2k and R≤L⋅2kR \le L\cdot 2^kR≤L⋅2k. For T=R=0T = R = 0T=R=0 the vertex list is empty and the hypothesis holds for every k,Lk, Lk,L. If L=0L = 0L=0 the box is {0}\{0\}{0}, so the hypothesis forces T=R=0T = R = 0T=R=0.

The quantity bounded

loopCorrelation ρ k L β [γ] is the expectation, on the box of half-width R′=L⋅2kR' = L\cdot 2^kR′=L⋅2k, of the function

U⟼Wγ(U):=tr⁡(ρ(holU(0; steps of γ)))∈CU \longmapsto W_\gamma(U) := \operatorname{tr}\Bigl(\rho\bigl(\mathrm{hol}_U(0;\ \text{steps of }\gamma)\bigr)\Bigr) \in \mathbb{C}U⟼Wγ​(U):=tr(ρ(holU​(0; steps of γ)))∈C

(the product over the one-element list [γ][\gamma][γ] is just this one factor). Writing U(y,i)U(y,i)U(y,i) for linkU(y,i)\mathrm{link}_U(y,i)linkU​(y,i) (which is UUU's value on the edge if the edge is a box edge and 111 otherwise), the holonomy is

holU=[∏a=0T−1U(aeμ, μ)][∏b=0R−1U(Teμ+beν, ν)][∏a=T−10U(aeμ+Reν, μ)−1][∏b=R−10U(beν, ν)−1],\mathrm{hol}_U = \Bigl[\prod_{a=0}^{T-1} U(a e_\mu,\ \mu)\Bigr]\Bigl[\prod_{b=0}^{R-1} U(T e_\mu + b e_\nu,\ \nu)\Bigr]\Bigl[\prod_{a=T-1}^{0} U(a e_\mu + R e_\nu,\ \mu)^{-1}\Bigr]\Bigl[\prod_{b=R-1}^{0} U(b e_\nu,\ \nu)^{-1}\Bigr],holU​=[a=0∏T−1​U(aeμ​, μ)][b=0∏R−1​U(Teμ​+beν​, ν)][a=T−1∏0​U(aeμ​+Reν​, μ)−1][b=R−1∏0​U(beν​, ν)−1],

with products written left to right in the order indicated. So the asserted inequality is

∥ ∫Wγ(U) eβSρ(U) dPL2k(U)∫eβSρ(U) dPL2k(U) ∥≤C e−σTR.\left\|\ \frac{\int W_\gamma(U)\, e^{\beta S_\rho(U)}\, d\mathbf{P}_{L 2^k}(U)}{\int e^{\beta S_\rho(U)}\, d\mathbf{P}_{L 2^k}(U)}\ \right\| \le C\, e^{-\sigma T R}.​ ∫eβSρ​(U)dPL2k​(U)∫Wγ​(U)eβSρ​(U)dPL2k​(U)​ ​≤Ce−σTR.

Degenerate and edge cases included by the quantifiers

  • d=0d = 0d=0 or d=1d = 1d=1. There are no (resp. no two distinct) directions, so the hypothesis μ≠ν\mu \ne \nuμ=ν can never be met and the inner universal statement is vacuous; the theorem then asserts only that there exist β0>0\beta_0 > 0β0​>0 and, for each β∈(0,β0)\beta \in (0,\beta_0)β∈(0,β0​), some σ>0\sigma > 0σ>0 and some CCC, which is trivially true.
  • T=R=0T = R = 0T=R=0. The loop has no steps, the holonomy is 111, Wγ≡tr⁡(ρ(1))=tr⁡(IN)=NW_\gamma \equiv \operatorname{tr}(\rho(1)) = \operatorname{tr}(I_N) = NWγ​≡tr(ρ(1))=tr(IN​)=N, the in-box hypothesis is vacuous, and the right-hand side is Ce0=CC e^{0} = CCe0=C. If the denominator integral ZZZ is non-zero and the integrals are genuinely evaluated, the left side equals ∥N⋅Z/Z∥=N\|N \cdot Z / Z\| = N∥N⋅Z/Z∥=N and the instance reads N≤CN \le CN≤C, for every kkk and LLL.
  • T=0<RT = 0 < RT=0<R or R=0<TR = 0 < TR=0<T. The steps go out along one direction and straight back; the holonomy telescopes to 111 (each factor is cancelled by its own inverse in reverse order), so again Wγ≡NW_\gamma \equiv NWγ​≡N and the exponent is −σ⋅0=0-\sigma\cdot 0 = 0−σ⋅0=0; the instance reads ∥⟨N⟩∥≤C\|\langle N\rangle\| \le C∥⟨N⟩∥≤C, i.e. N≤CN \le CN≤C whenever Z≠0Z \ne 0Z=0.
  • N=0N = 0N=0. U(0)\mathrm{U}(0)U(0) is the trivial group, every trace is 000, Sρ≡0S_\rho \equiv 0Sρ​≡0, wβ≡1w_\beta \equiv 1wβ​≡1, Wγ≡0W_\gamma \equiv 0Wγ​≡0, and the left-hand side is 000; the instance reads 0≤Ce−σTR0 \le C e^{-\sigma TR}0≤Ce−σTR.
  • Zero denominator / non-integrability. If ∫wβ dP=0\int w_\beta\, d\mathbf{P} = 0∫wβ​dP=0 (which by the Bochner convention includes the case where the integrand is not integrable), the correlation is 000 by the division-by-zero convention and the inequality reduces to 0≤Ce−σTR0 \le C e^{-\sigma T R}0≤Ce−σTR, i.e. C≥0C \ge 0C≥0.
  • Edges outside the box. No hypothesis prevents the rectangle's edges from leaving BL2kB_{L 2^k}BL2k​ other than the vertex condition above; any edge not in EL2kE_{L2^k}EL2k​ contributes the identity to the holonomy by the definition of link\mathrm{link}link. (Given the vertex condition, the rectangle's vertices all lie in the box; the edge (y,i)(y, i)(y,i) used in a step is a box edge exactly when both yyy and y+eiy + e_iy+ei​ are in the box.)
  • Sign of CCC. Since the left-hand side is a modulus, ≥0\ge 0≥0, the statement can only hold with C≥0C \ge 0C≥0 whenever at least one instance of the hypotheses is satisfiable (i.e. d≥2d \ge 2d≥2); but the statement itself imposes no sign condition on CCC.
  • Natural-number subtraction occurs only in atScale\mathrm{atScale}atScale as k−˙k=0k \dot- k = 0k−˙​k=0, so no truncation affects this theorem.
  • Uniformity. σ\sigmaσ and CCC are fixed once β\betaβ is fixed; the bound must then hold for all box sizes L2kL 2^kL2k containing the rectangle and all rectangle sizes, including arbitrarily large LLL, kkk, TTT, RRR.
  • No use of IsCompactSimpleGaugeGroup\mathrm{IsCompactSimpleGaugeGroup}IsCompactSimpleGaugeGroup or of any continuum/admissibility notion from the bundle; only compactness, the topological-group structure, Borel measurability, and continuity of ρ\rhoρ are assumed.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me