Schwartz Tonelli Factorization #
This file proves the Tonelli factorization theorem for Schwartz functions on SpaceTime, which states that double integrals over SpaceTime can be factorized when the kernel depends only on the time coordinates.
Main Results #
schwartz_tonelli_spacetime- Tonelli factorization for Schwartz functions on SpaceTime
References #
- Hörmander, "The Analysis of Linear Partial Differential Operators I"
- Folland, "Real Analysis", Chapter 2 (Fubini-Tonelli theorem)
Auxiliary Lemmas #
Norm bound: ‖spacetimeDecomp.symm (t, v)‖ ≥ ‖v‖. This follows from: ‖x‖² = t² + ‖v‖² ≥ ‖v‖².
Slice integrability: for fixed t, the slice is integrable over SpatialCoords.
Schwartz composed with spacetimeDecomp.symm is integrable on the product.
Main Theorem #
Tonelli factorization for SpaceTime.
For Schwartz functions f, g on SpaceTime and a bounded non-negative measurable kernel K depending only on time coordinates, the double integral factors:
∫∫ ‖f x‖ · ‖g y‖ · K(x₀, y₀) dx dy = ∫∫ K(t₁, t₂) · G_f(t₁) · G_g(t₂) dt₁ dt₂
where G_f(t) = ∫ ‖f(t, v)‖ dv is the spatial integral at time t.
This is a key tool for establishing reflection positivity (OS3) bounds.