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 #
gaussianFreeField_OS3_real:os3ReflectionPositivityReal (muGFF m)gaussianFreeField_OS3:os3ReflectionPositivity (muGFF m)(complex)
Reflection matrix built from the real covariance is positive semidefinite. This is the real analogue of covariance reflection positivity.
Quadratic expansion identity for reflected arguments.
Evaluate the real generating functional of the free field on a real test function.
Factorisation of OS3 matrix entries in the purely real setting.
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).