PhysLean Documentation

PhysLean.SpaceAndTime.Space.Translations

Translations on space #

We define translations on space, and how translations act on distributions. Translations for part of the Poincaré group.

noncomputable instance Space.instVAddEuclideanSpaceRealFin {d : } :
Equations

Translations of distributions #

The continuous linear map translating Schwartz maps.

Equations
Instances For
    @[simp]
    theorem Space.translateSchwartz_apply {X : Type u_3} [NormedAddCommGroup X] [NormedSpace X] {d : } (a : EuclideanSpace (Fin d)) (η : SchwartzMap (Space d) X) (x : Space d) :
    ((translateSchwartz a) η) x = η (x - a)
    theorem Space.translateSchwartz_coe_eq {X : Type u_3} [NormedAddCommGroup X] [NormedSpace X] {d : } (a : EuclideanSpace (Fin d)) (η : SchwartzMap (Space d) X) :
    ((translateSchwartz a) η) = fun (x : Space d) => η (x - a)

    The continuous linear map translating distributions.

    Equations
    Instances For
      theorem Space.translateD_apply {X : Type} [NormedAddCommGroup X] [NormedSpace X] {d : } (a : EuclideanSpace (Fin d)) (T : (Space d)→d[] X) (η : SchwartzMap (Space d) ) :
      ((translateD a) T) η = T ((translateSchwartz (-a)) η)