Generating Functional and Schwinger Functions #
Defines the generating functional Z[J] = ∫ exp(i⟨ω,J⟩) dμ(ω) and Schwinger n-point functions Sₙ(f₁,...,fₙ) = ∫ ⟨ω,f₁⟩...⟨ω,fₙ⟩ dμ(ω).
For centered Gaussian measures: Z[J] = exp(−½⟨J,CJ⟩) and all Sₙ are determined by Wick's theorem from the two-point function S₂ = C.
Schwinger Functions #
The Schwinger functions S_n are the n-th moments of field operators φ(f₁)...φ(fₙ) where φ(f) = ⟨ω, f⟩ is the field operator defined by pairing the field configuration with a test function.
Following Glimm and Jaffe, these are the fundamental correlation functions: S_n(f₁,...,fₙ) = ∫ ⟨ω,f₁⟩ ⟨ω,f₂⟩ ... ⟨ω,fₙ⟩ dμ(ω)
The Schwinger functions contain all the physics and satisfy the OS axioms. They can be obtained from the generating functional via exponential series: S_n(f₁,...,fₙ) = (-i)ⁿ (coefficient of (iJ)ⁿ/n! in Z[J])
The n-th Schwinger function: n-point correlation function of field operators. S_n(f₁,...,fₙ) = ∫ ⟨ω,f₁⟩ ⟨ω,f₂⟩ ... ⟨ω,fₙ⟩ dμ(ω)
This is the fundamental object in constructive QFT - all physics is contained in the infinite sequence of Schwinger functions {S_n}_{n=1}^∞.
Equations
- SchwingerFunction dμ_config n f = ∫ (ω : FieldConfiguration), ∏ i : Fin n, distributionPairing ω (f i) ∂↑dμ_config
Instances For
The 1-point Schwinger function: the mean field
Equations
- SchwingerFunction₁ dμ_config f = SchwingerFunction dμ_config 1 ![f]
Instances For
The 2-point Schwinger function: the covariance
Equations
- SchwingerFunction₂ dμ_config f g = SchwingerFunction dμ_config 2 ![f, g]
Instances For
The Schwinger function equals the GJ mean for n=1
The Schwinger function equals the direct covariance integral for n=2
For centered measures (zero mean), the 1-point function vanishes
Complex version of Schwinger functions for complex test functions
Equations
- SchwingerFunctionℂ dμ_config n f = ∫ (ω : FieldConfiguration), ∏ i : Fin n, distributionPairingℂReal ω (f i) ∂↑dμ_config
Instances For
The complex 2-point Schwinger function for complex test functions. This is the natural extension of SchwingerFunction₂ to complex test functions.
Equations
- SchwingerFunctionℂ₂ dμ_config φ ψ = SchwingerFunctionℂ dμ_config 2 ![φ, ψ]
Instances For
Property that SchwingerFunctionℂ₂ is ℂ-bilinear in both arguments. This is a key property for Gaussian measures and essential for OS0 analyticity.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If the product pairing is integrable for all test functions, then the complex 2-point Schwinger function is ℂ-bilinear in both arguments.
Exponential Series Connection to Generating Functional #
The key insight: Instead of functional derivatives, we use the constructive exponential series: Z[J] = ∫ exp(i⟨ω, J⟩) dμ(ω) = ∑_{n=0}^∞ (i)^n/n! * S_n(J,...,J)
This approach is more elementary and constructive than functional derivatives.
A (centered) Gaussian field measure: the generating functional is an exponential of a quadratic form.
Equations
- IsGaussianMeasure dμ = ∃ (Cov : TestFunction → TestFunction → ℝ), ∀ (J : TestFunction), GJGeneratingFunctional dμ J = Complex.exp (-1 / 2 * ↑(Cov J J))
Instances For
Basic Distribution Framework #
The following definitions provide the foundation for viewing Schwinger functions as distributions on product spaces. These are needed by other modules.
The product space of n copies of spacetime
Equations
- SpaceTimeProduct n = (Fin n → SpaceTime)
Instances For
Test functions on the n-fold product space