/-
Copyright (c) 2026 Rob Sneiderman. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Rob Sneiderman
-/modulepublicimportMathlib.RepresentationTheory.Continuous.BasicpublicimportPhyslib.SpaceAndTime.TimeAndSpace.EuclideanGroup.Action
The Euclidean group action on Schwartz maps over TimeAndSpace
i. Overview
In this file we define the pullback action of the Euclidean group on Schwartz maps over
TimeAndSpace d. The action is
g • η = fun tx => η (g⁻¹ • tx).
ii. Key results
TimeAndSpace.schwartzEuclideanAction : The Euclidean group action on Schwartz maps as a
continuous representation (ContRepresentation).
TimeAndSpace.instMulActionSchwartzMap : The induced MulAction instance on Schwartz maps.
TimeAndSpace.smul_schwartzMap_apply : Pointwise formula for the action.
iii. Table of contents
A. The pullback action on Schwartz maps
iv. References
@[expose]publicsection
A. The pullback action on Schwartz maps
Pointwise formula for the monoid-homomorphism form of the Schwartz-map pullback action.