Documentation

LeanPool.OSforGFF.OS.OS3ReflectionPositivity

OS3 — Reflection Positivity for the GFF #

Lifts covariance reflection positivity to the full generating functional via the Schur product theorem.

Real version (complete): For positive-time real fⱼ and real coefficients cⱼ:

∑ᵢⱼ cᵢcⱼ Z[fᵢ − Θfⱼ] = ∑ᵢⱼ cᵢ'cⱼ' exp(Rᵢⱼ) ≥ 0

where Rᵢⱼ = ⟨Θfᵢ, Cfⱼ⟩ is PSD by covariance reflection positivity, cᵢ' = cᵢ exp(−½⟨fᵢ,Cfᵢ⟩), and exp(Rᵢⱼ) is PSD by the Schur product theorem (entrywise exponential of a PSD matrix is PSD).

Complex version: For positive-time complex fⱼ and complex coefficients cⱼ:

∑ᵢⱼ cbarᵢcⱼ Z_ℂ[fᵢ − star fⱼ] ≥ 0

where star f = conj ∘ f ∘ Θ. The factorisation gives Z_ℂ[fᵢ − star fⱼ] = conj(Aᵢ)·Aⱼ·exp(Rᵢⱼ) with Hermitian PSD R, requiring the complex entrywise exponential PSD theorem.

Main results #

Reflection matrix built from the real covariance is positive semidefinite. This is the real analogue of covariance reflection positivity.

Evaluate the real generating functional of the free field on a real test function.

theorem QFT.gaussianFreeField_OS3_matrix_real (m : ) [Fact (0 < m)] {n : } (f : Fin nPositiveTimeTestFunction) (c : Fin n) :
0 i : Fin n, j : Fin n, c i * c j * (GJGeneratingFunctional (gaussianFreeFieldFree m) ((f i) - compTimeReflectionReal (f j))).re

Matrix formulation of the real OS3 inequality for the Gaussian free field.

Main theorem: the Gaussian free field satisfies OS3_real (reflection positivity, real version).

Helper lemmas for the complex OS3 proof #

Main theorem: the Gaussian free field satisfies OS3 (complex reflection positivity). This is the standard Osterwalder–Schrader formulation with complex-valued test functions and complex coefficients, compatible with OS reconstruction.

The star operation is (star f)(x) = conj(f(Θx)). For real test functions, star = compTimeReflection (see star_toComplex_eq_compTimeReflection).