PhysLean Documentation

PhysLean.SpaceAndTime.SpaceTime.LorentzAction

Lorentz group actions related to SpaceTime #

i. Overview #

We already have a Lorentz group action on SpaceTime d, in this module we define the induced action on Schwartz functions and distributions.

ii. Key results #

iii. Table of contents #

iv. References #

A. Lorentz group action on Schwartz functions #

A.1. The definition of the action #

The Lorentz group action on Schwartz functions taking the Lorentz group to continous linear maps.

Equations
Instances For

    A.2. Basic properties of the action #

    theorem SpaceTime.schwartzAction_mul_apply {d : } (Λ₁ Λ₂ : (LorentzGroup d)) (η : SchwartzMap (SpaceTime d) ) :
    (schwartzAction Λ₂) ((schwartzAction Λ₁) η) = (schwartzAction (Λ₂ * Λ₁)) η
    theorem SpaceTime.schwartzAction_apply {d : } (Λ : (LorentzGroup d)) (η : SchwartzMap (SpaceTime d) ) (x : SpaceTime d) :
    ((schwartzAction Λ) η) x = η (Λ⁻¹ x)

    A.3. Injectivity of the action #

    A.4. Surjectivity of the action #

    B. Lorentz group action on distributions #

    B.1. The SMul instance #

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

    B.2. The DistribMulAction instance #

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

    B.3. The SMulCommClass instance #