Physlib

Physlib.SpaceAndTime.TimeAndSpace.EuclideanGroup.Action

The action of the Euclidean group on `TimeAndSpace`

i. Overview

In this file we define the action of the Euclidean group on `TimeAndSpace d`. The action fixes the time coordinate and acts on the space coordinate by the usual Euclidean-group action on `Space d`.

ii. Key results

- `TimeAndSpace.instMulActionEuclideanGroup` : The action of the Euclidean group on `TimeAndSpace d`. - `TimeAndSpace.dist_smul` : The Euclidean group action on `TimeAndSpace d` preserves distance. - `TimeAndSpace.smul_hasTemperateGrowth` : The Euclidean group action has temperate growth. - `TimeAndSpace.antilipschitz_smul` : The Euclidean group action is antilipschitz.

iii. Table of contents

  • A. The Euclidean group action
  • B. Temperate growth of the coordinate action

iv. References

A. The Euclidean group action

B. Temperate growth of the coordinate action

13 declarations

instance

Action of E(d)E(d) on Time×Space d\text{Time} \times \text{Space } d

The Euclidean group E(d)E(d) acts on the product space of time and space, Time×Space d\text{Time} \times \text{Space } d. For any element gE(d)g \in E(d) and a point (t,x)Time×Space d(t, x) \in \text{Time} \times \text{Space } d, where tTimet \in \text{Time} and xSpace dx \in \text{Space } d, the action is defined as: g(t,x)=(t,gx)g \cdot (t, x) = (t, g \cdot x) This definition implies that the group action leaves the time coordinate tt invariant and transforms the spatial coordinate xx according to the standard action of the Euclidean group on Space d\text{Space } d.

theorem

Coordinate formula for the action of E(d)E(d) on time-space: g(t,x)=(t,gx)g \cdot (t, x) = (t, g \cdot x)

For any element gE(d)g \in E(d) of the dd-dimensional Euclidean group, any time coordinate tTimet \in \text{Time}, and any spatial coordinate xSpace dx \in \text{Space } d, the action of gg on the time-space pair (t,x)Time×Space d(t, x) \in \text{Time} \times \text{Space } d is given by the coordinate formula g(t,x)=(t,gx),g \cdot (t, x) = (t, g \cdot x), where gxg \cdot x denotes the standard action of the Euclidean group on the spatial component.

theorem

(gtx)1=tx1(g \cdot tx)_1 = tx_1 for the Euclidean group action on Time×Space d\text{Time} \times \text{Space } d

For any element gg of the Euclidean group E(d)E(d) and any point txtx in the product space Time×Space d\text{Time} \times \text{Space } d, the first coordinate of the point resulting from the action gtxg \cdot tx is equal to the first coordinate of txtx. That is, (gtx)1=tx1(g \cdot tx)_1 = tx_1.

theorem

(gtx)2=gtx2(g \cdot tx)_2 = g \cdot tx_2

For any element gg of the dd-dimensional Euclidean group E(d)E(d) and any point txtx in the product space Time×Space d\text{Time} \times \text{Space } d, the second coordinate (the spatial component) of the action of gg on txtx is equal to the action of gg on the spatial component of txtx. That is, (gtx)2=gtx2(g \cdot tx)_2 = g \cdot tx_2.

theorem

time(gtx)=time(tx)\text{time}(g \cdot tx) = \text{time}(tx)

For any element gg of the dd-dimensional Euclidean group E(d)E(d) and any point txtx in the combined time-space manifold TimeAndSpace d\text{TimeAndSpace } d, the time component of the point after the group action remains unchanged. That is, time(gtx)=time(tx)\text{time}(g \cdot tx) = \text{time}(tx), where time\text{time} is the projection onto the temporal coordinate.

theorem

space(gtx)=gspace(tx)\text{space}(g \cdot tx) = g \cdot \text{space}(tx)

For any element gg of the dd-dimensional Euclidean group E(d)E(d) and any point txtx in the product space Time×Space d\text{Time} \times \text{Space } d, the spatial projection of the action of gg on txtx is equal to the action of gg on the spatial projection of txtx. That is, space(gtx)=gspace(tx)\text{space}(g \cdot tx) = g \cdot \text{space}(tx), where space:Time×Space dSpace d\text{space} : \text{Time} \times \text{Space } d \to \text{Space } d denotes the projection onto the spatial component.

theorem

The Euclidean Group Action on Time×Space d\text{Time} \times \text{Space } d Preserves Distance

Let E(d)E(d) be the dd-dimensional Euclidean group and Time×Space d\text{Time} \times \text{Space } d be the product space of time and space equipped with a product distance. For any element gE(d)g \in E(d) and any two points tx,tyTime×Space dtx, ty \in \text{Time} \times \text{Space } d, the group action preserves the distance between points: dist(gtx,gty)=dist(tx,ty)\text{dist}(g \cdot tx, g \cdot ty) = \text{dist}(tx, ty) where the action of gg on a point (t,x)(t, x) is defined to fix the time coordinate tt and act on the space coordinate xx via the standard Euclidean action.

definition

Linear part of the Euclidean action on TimeAndSpace d\text{TimeAndSpace } d

For an element gg of the Euclidean group E(d)E(d), this definition specifies the linear part of its action on the spacetime TimeAndSpace d\text{TimeAndSpace } d, which is the product space Time×Space d\text{Time} \times \text{Space } d. The result is a continuous real-linear map Lg:Time×Space dTime×Space dL_g: \text{Time} \times \text{Space } d \to \text{Time} \times \text{Space } d. For any point (t,x)(t, \mathbf{x}) consisting of a time tt and a spatial vector x\mathbf{x}, the map is defined as Lg(t,x)=(t,Rx)L_g(t, \mathbf{x}) = (t, R\mathbf{x}), where RR is the orthogonal linear transformation (the rotation or reflection) associated with gg.

definition

Translation part of the Euclidean action on TimeAndSpace d\text{TimeAndSpace } d

For an element gg of the Euclidean group E(d)E(d), the function `actionTranslation` returns the translation component of the group's action on spacetime TimeAndSpace d\text{TimeAndSpace } d. It is defined as the spacetime point (0,v)TimeAndSpace d(0, \mathbf{v}) \in \text{TimeAndSpace } d, where 00 is the zero element of Time\text{Time} and vSpace d\mathbf{v} \in \text{Space } d is the translation vector associated with gg.

theorem

The Euclidean action on spacetime is the sum of its linear and translation components: gtx=actionLinearMap(g)(tx)+actionTranslation(g)g \cdot tx = \text{actionLinearMap}(g)(tx) + \text{actionTranslation}(g)

For any element gg of the dd-dimensional Euclidean group E(d)E(d) and any point txtx in the spacetime TimeAndSpace d\text{TimeAndSpace } d, the action of gg on txtx (denoted gtxg \cdot tx) is equal to the sum of the linear part of the action applied to txtx and the translation part of the action: gtx=actionLinearMap(g)(tx)+actionTranslation(g)g \cdot tx = \text{actionLinearMap}(g)(tx) + \text{actionTranslation}(g) where actionLinearMap(g)\text{actionLinearMap}(g) is the continuous linear map representing the rotation/reflection component and actionTranslation(g)\text{actionTranslation}(g) is the spacetime translation vector associated with gg.

theorem

The Action of E(d)E(d) on TimeAndSpace d\text{TimeAndSpace } d has Temperate Growth

For any element gg of the dd-dimensional Euclidean group E(d)E(d), the map pgpp \mapsto g \cdot p that defines the action of gg on the product space of time and space TimeAndSpace d\text{TimeAndSpace } d has temperate growth.

theorem

The Action of E(d)E(d) on Time×Space d\text{Time} \times \text{Space } d is an Isometry

For any element gg of the dd-dimensional Euclidean group E(d)E(d), the action of gg on the product space of time and space, Time×Space d\text{Time} \times \text{Space } d, is an isometry. Specifically, the map (t,x)(t,gx)(t, x) \mapsto (t, g \cdot x) preserves the distance between any two points in Time×Space d\text{Time} \times \text{Space } d under the metric induced by the structures of Time\text{Time} and Space d\text{Space } d.

theorem

The action of E(d)E(d) on Time×Space d\text{Time} \times \text{Space } d is antilipschitz with constant 1

Let E(d)E(d) be the dd-dimensional Euclidean group acting on the product space of time and space, Time×Space d\text{Time} \times \text{Space } d. For any element gE(d)g \in E(d), the map pgpp \mapsto g \cdot p is antilipschitz with constant 1. That is, for any two points p1,p2Time×Space dp_1, p_2 \in \text{Time} \times \text{Space } d, the distance between them satisfies the inequality: dist(p1,p2)dist(gp1,gp2)\text{dist}(p_1, p_2) \le \text{dist}(g \cdot p_1, g \cdot p_2)