Osterwalder–Seiler: at strong coupling () the infinite-volume limit exists and correlations cluster exponentially (lattice mass gap)
OpenYangMills.strong_coupling_clusteringJaffe–Witten (p. 3) point to "strongly coupled lattice gauge theory" as the setting in which the mass gap "can be seen, to some extent"; the rigorous statement is Osterwalder–Seiler's convergent cluster expansion at small , which yields the infinite-volume limit of the Wilson lattice gauge theory together with exponential clustering of correlations, i.e. a mass gap in lattice units.
Let , let be a compact group with a continuous homomorphism . There is (depending on and ) such that for every inverse coupling and every lattice scale there are a functional on families of dyadic loops and a rate with:
- (Infinite-volume limit) for every family of loops of scale ,
- (Exponential clustering) for all families of loops of scale there is such that for every ,
where translates by lattice units (physical distance ) in the time direction.
In lattice units the theory at scale is the same for every , so is the mass gap of the unit-lattice theory at coupling ; in physical units it is , which is why the strong-coupling regime does not by itself produce a continuum limit with finite mass.
Formalization Note The order of quantifiers is . No renormalization constants appear (raw lattice expectations). The families are arbitrary lists of loops of scale (not necessarily simple or disjoint); the constant may depend on , , , . Nothing is asserted about on loops of scale , about translation invariance of , or about the dependence of and on .
import Definitions.Def_YangMills import Mathlib
namespace YangMills
open Filter Topology
theorem strong_coupling_clustering {d : ℕ} [NeZero 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 < β → β < β₀ → ∀ k : ℕ,
∃ (W : List (Loop d) → ℂ) (m : ℝ), 0 < m ∧
(∀ A : List (Loop d), (∀ γ ∈ A, γ.scale ≤ k) →
Tendsto (fun L => loopCorrelation ρ k L β A) atTop (𝓝 (W A))) ∧
∀ A B : List (Loop d), (∀ γ ∈ A, γ.scale ≤ k) → (∀ γ ∈ B, γ.scale ≤ k) →
∃ C : ℝ, ∀ n : ℕ,
‖W (A ++ B.map fun γ => γ.timeTranslate k n) - W A * W B‖ ≤
C * Real.exp (-m * n) := by sorry
end YangMillsRead-back
What the Lean code literally says, in plain math · claude-fable-5-1
Read-back: YangMills.strong_coupling_clustering
Fixed data and assumptions
The statement is made for the following data, all of which are universally quantified (they are parameters of the theorem):
- A natural number together with the assumption (so the index is a valid coordinate direction).
- A type carrying: a group structure; a topology; the assumption that multiplication and inversion are continuous; the assumption that is compact; a -algebra; and the assumption that this -algebra is the Borel -algebra of the topology. No Hausdorff, second-countability, connectedness, non-abelianness, or simplicity assumption on is made; in particular may be the trivial group, finite, or abelian.
- A natural number (possibly ).
- A group homomorphism , where is the group of complex unitary matrices; we write also for the underlying complex matrix.
- The hypothesis that is continuous (for the subspace topology of inside complex matrices). This hypothesis is assumed but the conclusion does not refer to it.
Custom definitions, unfolded
Sites, unit vectors, boxes. A site is a point (a function from the coordinate indices to ). For a coordinate index , denotes the standard unit vector. For the box is
so .
Edges and plaquettes. An edge is a pair with and a coordinate index. The finite set of box edges is
A plaquette is a triple ; the finite set of box plaquettes is
Configurations and links. A configuration on the box of size is a function . For an arbitrary edge (not necessarily in ) the link variable is
So every edge outside the box carries the identity element.
Plaquette variable and Wilson action. For a plaquette ,
and the Wilson action is
There is no factor , no constant offset, and no minus sign in this definition. If , every trace is and .
Measures. The measure on (called haarProb) is the left-invariant Haar measure constructed from the positive compact set consisting of all of , normalized so that (a probability measure on ). The measure on configurations (called configMeasure) is the product measure on , with respect to the product -algebra; it has total mass . When (e.g. ) the configuration space is a single point carrying mass .
Gibbs weight and expectation. For the Gibbs weight is (note the positive sign in the exponent). For a complex-valued function on configurations, the expectation is
Both integrals are Bochner integrals; by convention a Bochner integral equals whenever the integrand is not integrable (in particular, whenever it is not almost-everywhere strongly measurable for the product -algebra). Division in is total with ; hence if the denominator integral is the expectation is . When the expectation is just evaluated at the unique configuration.
Steps and holonomy. A step is a pair with a coordinate index and a Boolean; its displacement is if is true and if is false. For a configuration , a starting site and a finite list of steps, the path holonomy and
i.e. the ordered (left-to-right) product of link variables (or their inverses, for backward steps) along the path, with edges outside the box contributing .
Loops. A loop consists of a natural number , a base site , a finite list of steps , and a proof that the displacements sum to : . No other condition is imposed: the step list may be empty, may revisit sites and edges, may backtrack, etc.
Refinement. For , (refine γ j) is the loop with scale , base , and step list obtained by replacing each step of , in order, by consecutive copies of itself.
Loop at scale . For , (atScale γ k) is the pair (base, steps) of , where is truncated natural-number subtraction ( when ). Thus:
- if : base , each step repeated times;
- if : base and steps of unchanged (no coarsening takes place).
Translation. For and , is the loop with scale , base , and steps those of .
Time translation. (timeTranslate γ j n) is with (so only; no backward time shift is expressible). In the case used by this theorem, , one gets:
(If instead , the scale and steps would be unchanged and the base shifted by ; this case is excluded by hypothesis below.) For , is simply refined to scale with no shift.
Wilson loop, loop product, loop correlation. For a configuration on the box of size , a scale and a loop ,
the trace of applied to the holonomy along the base/steps of . For a finite list of loops, , with the empty product equal to . Finally, for and , the loop correlation is
the expectation above taken on the box . Degenerate values: a loop with empty step list has holonomy and Wilson loop ; if every Wilson loop is , so for nonempty and for ; for the correlation is , which equals when the weight integral is a nonzero integrable quantity and otherwise; for the box is , there are no edges, and . Edges of falling outside contribute the identity to the holonomy. The correlation depends on a loop only through .
The assertion
Under the assumptions listed above, the theorem asserts, with quantifiers in exactly this order:
There exists a real number with such that for every real with and , and for every natural number , there exist a function from finite lists of loops to and a real number such that
;
(convergence) for every finite list of loops such that every loop in satisfies ,
the limit being along , (so in particular the limit must exist);
- (clustering) for every pair of finite lists of loops such that every loop in has scale and every loop in has scale , there exists a real number such that for every natural number ,
where is list concatenation (the loops of followed, in order, by the time-translated loops of ), is the modulus on , and is cast to a real number in the exponent.
Remarks on scope and strength (literal consequences of the text)
- Dependencies: depends only on . and may depend on and (they are chosen after and ). may depend on and (and on ); does not depend on . is an arbitrary real number, unconstrained in sign or size.
- is a total function on all finite lists of loops; only its values on lists whose loops all have scale are constrained by clause 2. Every list appearing in clause 3, including (whose translated loops have scale exactly ), consists of loops of scale , so all values of occurring in clause 3 are also determined by clause 2.
- In clause 3, is evaluated on with its loops at their original scales, whereas the concatenated list contains the loops of refined to scale and shifted by .
- The lists and are otherwise arbitrary: they may be empty, may contain repeated loops, loops with empty step lists, non-simple or self-intersecting loops, and loops of and may intersect each other; no admissibility, simplicity, disjointness, or positive-time condition appears anywhere in the statement.
- The case of clause 3 reads , where is with each loop refined to scale and not shifted.
- The case or of clause 3 involves , which by clause 2 is .
- The theorem says nothing about , nothing about , nothing about dependence of or on or beyond existence, nothing about uniqueness of or , and nothing about a continuum limit ( is fixed throughout each instance).
- The only role of the hypotheses is to restrict which lists clauses 2 and 3 speak about; for such loops is the genuine refinement to scale (the truncated subtraction is an honest difference), and acts as described in the boxed formula above.
- No hypothesis excludes , trivial (constant identity), or trivial; the statement is asserted for all such cases as well.