PhyslibSearch

Physlib.Relativity.LorentzGroup.Orthochronous.Basic

29 declarations

definition

Orthochronous property Λ000\Lambda_{00} \ge 0 for a Lorentz transformation

#IsOrthochronous

A Lorentz transformation ΛL\Lambda \in \mathcal{L} is said to be orthochronous if its (0,0)(0,0)-component is non-negative, i.e., 0Λ000 \le \Lambda_{00}.

theorem

Λ\Lambda is orthochronous iff its first column has a non-negative temporal component

#isOrthochronous_iff_toVector_timeComponet_nonneg

For a Lorentz transformation Λ\Lambda in the Lorentz group L\mathcal{L} of dd spatial dimensions, Λ\Lambda is orthochronous if and only if the temporal component of the vector formed by its first column is non-negative, i.e., 0(toVector Λ)00 \le (\text{toVector } \Lambda)^0.

theorem

Λ\Lambda is orthochronous     ΛT\iff \Lambda^T is orthochronous

#isOrthochronous_iff_transpose

Let Λ\Lambda be a Lorentz transformation. Then Λ\Lambda is orthochronous if and only if its transpose ΛT\Lambda^T is orthochronous.

theorem

Λ\Lambda is orthochronous     Λ1\iff \Lambda^{-1} is orthochronous

#isOrthochronous_inv_iff

For a Lorentz transformation Λ\Lambda in the Lorentz group L\mathcal{L} of dd spatial dimensions, Λ\Lambda is orthochronous (meaning its (0,0)(0,0)-component satisfies Λ000\Lambda_{00} \ge 0) if and only if its inverse Λ1\Lambda^{-1} is also orthochronous.

theorem

Λ\Lambda is orthochronous if and only if Λ001\Lambda_{00} \ge 1

#isOrthochronous_iff_ge_one

Let Λ\Lambda be a Lorentz transformation in the Lorentz group for dd spatial dimensions. Λ\Lambda is orthochronous (defined as having a non-negative (0,0)(0,0)-component, Λ000\Lambda_{00} \ge 0) if and only if its (0,0)(0,0)-component is greater than or equal to one, i.e., Λ001\Lambda_{00} \ge 1.

definition

Velocity of an orthochronous Lorentz transformation Λ\Lambda

#orthochronoustoVelocity

For an orthochronous Lorentz transformation Λ\Lambda in the Lorentz group L\mathcal{L} for dd spatial dimensions, this function extracts the corresponding velocity vector vLorentz.Velocity d\mathbf{v} \in \text{Lorentz.Velocity } d. The condition that Λ\Lambda is orthochronous (which implies its (0,0)(0,0)-component satisfies Λ001\Lambda_{00} \ge 1) is used to ensure that the vector obtained from the transformation corresponds to a valid physical velocity.

theorem

Λ\Lambda is not orthochronous     Λ001\iff \Lambda_{00} \le -1

#not_isOrthochronous_iff_le_neg_one

Let Λ\Lambda be a Lorentz transformation in the Lorentz group L\mathcal{L}. Then Λ\Lambda is not orthochronous if and only if its (0,0)(0,0)-component satisfies Λ001\Lambda_{00} \le -1.

theorem

Λ\Lambda is orthochronous iff Λ-\Lambda is not orthochronous

#isOrthochronous_iff_not_neg

Let Λ\Lambda be a Lorentz transformation in the Lorentz group L\mathcal{L} for dd spatial dimensions. Λ\Lambda is orthochronous if and only if its negation Λ-\Lambda is not orthochronous.

theorem

Λ-\Lambda is orthochronous iff Λ\Lambda is not orthochronous

#neg_isOrthochronous_iff_not

Let Λ\Lambda be a Lorentz transformation in the Lorentz group L\mathcal{L} for dd spatial dimensions. Then Λ-\Lambda is orthochronous if and only if Λ\Lambda is not orthochronous.

theorem

Λ\Lambda is not orthochronous iff Λ000\Lambda_{00} \le 0

#not_isOrthochronous_iff_le_zero

For a Lorentz transformation Λ\Lambda in the Lorentz group L\mathcal{L}, Λ\Lambda is not orthochronous if and only if its (0,0)(0,0)-component, denoted as Λ00\Lambda_{00}, is non-positive, i.e., Λ000\Lambda_{00} \le 0.

theorem

Λ\Lambda is not orthochronous iff its time component 0\le 0

#not_isOrthochronous_iff_toVector_timeComponet_nonpos

For a Lorentz transformation Λ\Lambda in the Lorentz group L\mathcal{L} with dd spatial dimensions, Λ\Lambda is not orthochronous if and only if the time component of its vector representation, denoted (toVector Λ)0(\text{toVector } \Lambda)^0, is less than or equal to 00.

theorem

The Identity Lorentz Transformation is Orthochronous

#id_isOrthochronous

For the Lorentz group L\mathcal{L} with dd spatial dimensions, the identity element II is orthochronous, meaning its (0,0)(0,0)-component satisfies I000I_{00} \ge 0.

definition

Continuous map of the Lorentz time-time component Λ00\Lambda_{00}

#timeCompCont

For the Lorentz group L\mathcal{L} with dd spatial dimensions, this defines the continuous map f:LRf: \mathcal{L} \to \mathbb{R} that sends a Lorentz transformation matrix Λ\Lambda to its (0,0)(0,0)-entry, denoted Λ00\Lambda_{00}. This entry represents the time-time component of the transformation. The map is continuous with respect to the subspace topology on L\mathcal{L} inherited from the space of (1+d)×(1+d)(1+d) \times (1+d) real matrices.

definition

Clamping function on [1,1][-1, 1]

#stepFunction

The function f:RRf: \mathbb{R} \to \mathbb{R} is a piecewise function defined as: f(t)={1if t1tif 1<t<11if t1 f(t) = \begin{cases} -1 & \text{if } t \le -1 \\ t & \text{if } -1 < t < 1 \\ 1 & \text{if } t \ge 1 \end{cases} This function maps all real numbers tt less than or equal to 1-1 to 1-1, all real numbers greater than or equal to 11 to 11, and preserves all elements within the interval (1,1)(-1, 1).

theorem

The Clamping Function is Continuous

#stepFunction_continuous

The clamping function f:RRf: \mathbb{R} \to \mathbb{R}, defined by f(t)={1if t1tif 1<t<11if t1 f(t) = \begin{cases} -1 & \text{if } t \le -1 \\ t & \text{if } -1 < t < 1 \\ 1 & \text{if } t \ge 1 \end{cases} is continuous.

definition

Continuous orthochronous map f:LRf: \mathcal{L} \to \mathbb{R}

#orthchroMapReal

For the Lorentz group L\mathcal{L} with dd spatial dimensions, this defines a continuous map f:LRf: \mathcal{L} \to \mathbb{R} that maps orthochronous Lorentz transformations to 11 and non-orthochronous transformations to 1-1. The map is defined as the composition f=σproj00f = \sigma \circ \text{proj}_{00}, where proj00(Λ)=Λ00\text{proj}_{00}(\Lambda) = \Lambda_{00} is the time-time component of the Lorentz matrix, and σ\sigma is the continuous clamping function defined by: σ(t)={1if t1tif 1<t<11if t1 \sigma(t) = \begin{cases} -1 & \text{if } t \le -1 \\ t & \text{if } -1 < t < 1 \\ 1 & \text{if } t \ge 1 \end{cases} Since for any Lorentz matrix Λ001|\Lambda_{00}| \ge 1, the map effectively serves as an indicator function for the orthochronous property.

theorem

f(Λ)=1f(\Lambda) = 1 for Orthochronous Lorentz Transformations Λ\Lambda

#orthchroMapReal_on_IsOrthochronous

Let Λ\Lambda be a Lorentz transformation in the Lorentz group L\mathcal{L} for dd spatial dimensions. If Λ\Lambda is orthochronous (i.e., its (0,0)(0,0)-component satisfies Λ000\Lambda_{00} \ge 0), then the continuous orthochronous map f:LRf: \mathcal{L} \to \mathbb{R} evaluated at Λ\Lambda is equal to 11, i.e., f(Λ)=1f(\Lambda) = 1.

theorem

f(Λ)=1f(\Lambda) = -1 for non-orthochronous Lorentz transformations

#orthchroMapReal_on_not_IsOrthochronous

Let L\mathcal{L} be the Lorentz group for dd spatial dimensions. For any Lorentz transformation ΛL\Lambda \in \mathcal{L}, let f:LRf: \mathcal{L} \to \mathbb{R} (the map `orthchroMapReal`) be the continuous map defined by the time-time component Λ00\Lambda_{00} passed through a clamping function. If Λ\Lambda is not orthochronous (i.e., Λ001\Lambda_{00} \le -1), then f(Λ)=1f(\Lambda) = -1.

theorem

f(Λ)=1f(\Lambda) = 1 or f(Λ)=1f(\Lambda) = -1 for all ΛL\Lambda \in \mathcal{L}

#orthchroMapReal_minus_one_or_one

Let L\mathcal{L} be the Lorentz group for dd spatial dimensions. For any Lorentz transformation ΛL\Lambda \in \mathcal{L}, the value of the continuous orthochronous map f:LRf: \mathcal{L} \to \mathbb{R} (defined based on the Λ00\Lambda_{00} component) is either 11 or 1-1, i.e., f(Λ)=1f(\Lambda) = 1 or f(Λ)=1f(\Lambda) = -1.

definition

Continuous map f:LZ2f: \mathcal{L} \to \mathbb{Z}_2 identifying orthochronous transformations

#orthchroMap

The function is a continuous map f:LZ2f: \mathcal{L} \to \mathbb{Z}_2 from the Lorentz group L\mathcal{L} (with dd spatial dimensions) to the cyclic group of order 2. For any Lorentz transformation ΛL\Lambda \in \mathcal{L}, the map ff sends Λ\Lambda to the identity element of Z2\mathbb{Z}_2 if Λ\Lambda is orthochronous (characterized by the time-time component Λ001\Lambda_{00} \ge 1) and to the non-identity element if Λ\Lambda is non-orthochronous (Λ001\Lambda_{00} \le -1). This map effectively serves as a continuous homomorphism whose kernel consists of the orthochronous Lorentz transformations.

theorem

f(Λ)=1f(\Lambda) = 1 for Orthochronous Lorentz Transformations Λ\Lambda

#orthchroMap_IsOrthochronous

Let L\mathcal{L} be the Lorentz group for dd spatial dimensions. If a Lorentz transformation ΛL\Lambda \in \mathcal{L} is orthochronous (i.e., its (0,0)(0,0)-component satisfies Λ000\Lambda_{00} \ge 0), then its image under the continuous map f:LZ2f: \mathcal{L} \to \mathbb{Z}_2 is the identity element 1Z21 \in \mathbb{Z}_2.

theorem

The orthochronous map f:LZ2f: \mathcal{L} \to \mathbb{Z}_2 maps non-orthochronous transformations to the non-identity element

#orthchroMap_not_IsOrthochronous

Let L\mathcal{L} be the Lorentz group for dd spatial dimensions. If a Lorentz transformation ΛL\Lambda \in \mathcal{L} is not orthochronous (i.e., its time-time component satisfies Λ001\Lambda_{00} \le -1), then its image under the orthochronous map f:LZ2f : \mathcal{L} \to \mathbb{Z}_2 is the non-identity element of Z2\mathbb{Z}_2.

theorem

The product of two orthochronous Lorentz transformations is orthochronous

#isOrthochronous_mul

Let L\mathcal{L} be the Lorentz group for dd spatial dimensions. For any two Lorentz transformations Λ,ΛL\Lambda, \Lambda' \in \mathcal{L}, if Λ\Lambda and Λ\Lambda' are orthochronous (meaning their (0,0)(0,0)-components satisfy Λ000\Lambda_{00} \ge 0), then their product ΛΛ\Lambda \Lambda' is also orthochronous.

theorem

ΛΛ\Lambda \Lambda' is orthochronous     \iff (IsOrthochronous Λ=IsOrthochronous Λ\text{IsOrthochronous } \Lambda = \text{IsOrthochronous } \Lambda')

#isOrthochronous_mul_iff

For any two Lorentz transformations Λ\Lambda and Λ\Lambda' in the Lorentz group L\mathcal{L} for dd spatial dimensions, the product ΛΛ\Lambda \Lambda' is orthochronous if and only if Λ\Lambda and Λ\Lambda' have the same orthochronous status (i.e., they are either both orthochronous or both not orthochronous).

definition

Homomorphism f:LZ2f: \mathcal{L} \to \mathbb{Z}_2 identifying orthochronous transformations

#orthchroRep

The function is a group homomorphism f:LZ2f: \mathcal{L} \to \mathbb{Z}_2 from the Lorentz group L\mathcal{L} (with dd spatial dimensions) to the cyclic group of order 2. For any Lorentz transformation ΛL\Lambda \in \mathcal{L}, the map ff sends Λ\Lambda to the identity element of Z2\mathbb{Z}_2 if Λ\Lambda is orthochronous (characterized by the time-time component Λ001\Lambda_{00} \ge 1) and to the non-identity element if Λ\Lambda is non-orthochronous (Λ001\Lambda_{00} \le -1). This homomorphism identifies whether a transformation preserves the direction of time, with its kernel being the orthochronous subgroup.

theorem

Λ\Lambda is Orthochronous     Λkerf\iff \Lambda \in \ker f

#iff_in_orthchroRep_ker

Let L\mathcal{L} be the Lorentz group for dd spatial dimensions, and let f:LZ2f: \mathcal{L} \to \mathbb{Z}_2 be the orthochronous representation homomorphism. A Lorentz transformation ΛL\Lambda \in \mathcal{L} is orthochronous (defined by the condition Λ000\Lambda_{00} \ge 0) if and only if it belongs to the kernel of ff: IsOrthochronous(Λ)    Λkerf\text{IsOrthochronous}(\Lambda) \iff \Lambda \in \ker f

theorem

f(Λ)=f(Λ1)f(\Lambda) = f(\Lambda^{-1}) for the orthochronous homomorphism ff

#orthchroRep_inv_eq_self

Let L\mathcal{L} be the Lorentz group for dd spatial dimensions and let f:LZ2f: \mathcal{L} \to \mathbb{Z}_2 be the group homomorphism (the orthochronous representation) that maps orthochronous transformations to the identity and non-orthochronous transformations to the non-identity element. For any Lorentz transformation ΛL\Lambda \in \mathcal{L}, the value of the homomorphism for Λ\Lambda is equal to the value for its inverse Λ1\Lambda^{-1}, i.e., f(Λ)=f(Λ1)f(\Lambda) = f(\Lambda^{-1}).

theorem

f(Λ)=f(Λ)    (IsOrthochronous(Λ)IsOrthochronous(Λ))f(\Lambda) = f(\Lambda') \implies (\text{IsOrthochronous}(\Lambda) \leftrightarrow \text{IsOrthochronous}(\Lambda'))

#isOrthochronous_iff_of_orthchroMap_eq

Let L\mathcal{L} be the Lorentz group for dd spatial dimensions. Let f:LZ2f: \mathcal{L} \to \mathbb{Z}_2 be the continuous orthochronous map, which sends a transformation Λ\Lambda to the identity of Z2\mathbb{Z}_2 if it is orthochronous (Λ001\Lambda_{00} \ge 1) and to the non-identity element if it is non-orthochronous (Λ001\Lambda_{00} \le -1). For any two Lorentz transformations Λ,ΛL\Lambda, \Lambda' \in \mathcal{L}, if f(Λ)=f(Λ)f(\Lambda) = f(\Lambda'), then Λ\Lambda is orthochronous if and only if Λ\Lambda' is orthochronous.

theorem

The orthochronous property is invariant on connected components of the Lorentz group

#isOrthochronous_on_connected_component

Let L\mathcal{L} be the Lorentz group for dd spatial dimensions. For any two Lorentz transformations Λ,ΛL\Lambda, \Lambda' \in \mathcal{L}, if Λ\Lambda' belongs to the connected component of Λ\Lambda, then Λ\Lambda is orthochronous if and only if Λ\Lambda' is orthochronous. A Lorentz transformation Λ\Lambda is orthochronous if its (0,0)(0,0)-component satisfies Λ000\Lambda_{00} \ge 0.