Documentation

LeanPool.OSforGFF.Spacetime.DiscreteSymmetry

Time Reflection Θ and Discrete Symmetries #

Time reflection Θ: (t, xbar) ↦ (−t, xbar) as an orthogonal involution on ℝ⁴. Properties: self-inverse (Θ² = id), measure-preserving, isometric.

Induced actions on test functions: (Θf)(x) = f(Θx) = f(−t, xbar). Foundation for the OS3 reflection positivity axiom.

@[reducible, inline]

The timeReflection declaration.

Equations
Instances For

    Time reflection preserves inner products

    @[simp]

    Time reflection as a linear isometry equivalence

    The timeReflectionLE declaration.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Composition with time reflection as a continuous linear map on real-valued test functions. This version will be used when working with positive-time subspaces defined over ℝ, so that reflection positivity can be formulated without passing through complex scalars.

      Equations
      Instances For
        theorem QFT.compTimeReflectionReal_linear_combination {n : } (f : Fin nTestFunction) (c : Fin n) :
        compTimeReflectionReal (∑ i : Fin n, c i f i) = i : Fin n, c i compTimeReflectionReal (f i)

        Time reflection is linear on real test functions.