Documentation

LeanPool.OSforGFF.Spacetime.Decomposition

Spacetime Decomposition #

This file provides the measure-preserving decomposition of SpaceTime into time and spatial components: SpaceTime ≃ᵐ ℝ × SpatialCoords.

Main Definitions #

Main Results #

Integral Decomposition for SpaceTime #

We establish that integrals over SpaceTime can be decomposed into iterated integrals over ℝ (time component) and SpatialCoords (spatial components). This uses MeasurableEquiv.piFinSuccAbove and measurePreserving_piFinSuccAbove.

def piLpMeasurableEquiv (n : ) :
(PiLp 2 fun (x : Fin n) => ) ≃ᵐ (Fin n)

MeasurableEquiv between PiLp and the underlying pi type.

Equations
Instances For

    The measurable equivalence from SpaceTime to ℝ × SpatialCoords. Composes three measure-preserving maps:

    1. piLpMeasurableEquiv : EuclideanSpace ℝ (Fin 4) → (Fin 4 → ℝ)
    2. piFinSuccAbove 0 : (Fin 4 → ℝ) → ℝ × (Fin 3 → ℝ)
    3. id × piLpMeasurableEquiv.symm : ℝ × (Fin 3 → ℝ) → ℝ × SpatialCoords
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Spacetime decomposition maps k to (k 0, spatialPart k).

      spacetimeDecomp.symm equals spacetimeOfTimeSpace (from SchwartzProdIntegrable.lean). Both construct a SpaceTime point from time t and spatial coordinates v.

      The SpaceTime norm decomposes into time and spatial parts: ‖k‖² = k₀² + ‖k_sp‖².

      For a product-type integrand f(k₀) × g(k_sp), the integral decomposes as a product.