Physlib.Relativity.LorentzGroup.Boosts.Axis
Coordinate-axis boosts in `SL(2,ℂ)` and the Lorentz group
i. Overview
We define the axis-indexed lift `Lorentz.SL2C.boostAxis` in `SL(2,ℂ)` and its image `LorentzGroup.boostAxis` in the Lorentz group.
The parameter `t ≠ 0` is multiplicative; replacing `t` by `t⁻¹` reverses the boost. For `t > 0`, its rapidity is `2 * log t`; negative values retain the action of the central element `-1 : SL(2,ℂ)`.
For the `z`-axis, `LorentzGroup.boostAxis 2 t ht` agrees with the velocity-parameterized boost `LorentzGroup.boost 2 β` at `β = (t² - t⁻²) / (t² + t⁻²)`.
The lift is Hermitian along every axis, and the `x`- and `y`-axis lifts are conjugates of the diagonal `z`-axis lift.
The index `Sum.inl 0` is the time coordinate, while `Sum.inr 0`, `Sum.inr 1`, and `Sum.inr 2` are the `x`, `y`, and `z` coordinates. Accordingly, axis indices `0`, `1`, and `2` select the `x`-, `y`-, and `z`-axis boosts. The covering map uses the action `X ↦ M X Mᴴ` on self-adjoint matrices.
ii. Key results
- `Lorentz.SL2C.boostAxis` defines the axis-boost lifts. - `Lorentz.SL2C.boostAxis_inv` and `Lorentz.SL2C.boostAxis_conjTranspose` give their inverses and Hermiticity. - `LorentzGroup.boostAxis` defines the induced Lorentz transformations, with entries given by `LorentzGroup.boostAxis_apply`. - `Lorentz.SL2C.exists_conj_boostAxis` proves that every lift is conjugate to the `z`-boost.
iii. Table of contents
- A. The axis-boost lift
- B. Axis conjugation
- C. The induced Lorentz transformation
A. The axis-boost lift
B. Axis conjugation
C. The induced Lorentz transformation
10 declarations
boost along axis with parameter
Given an axis index (where correspond to the spatial axes respectively) and a real parameter , this definition construct the element of that lifts a Lorentz boost along that axis. For , the rapidity of the boost is . The matrices are defined as: - For (-axis): - For (-axis): - For (-axis):
Matrix entries of the -axis boost in
For any non-zero real number and any matrix indices , the -th entry of the matrix representing a boost along the -axis (indexed by ) with parameter is equal to the -th entry of the matrix: where is treated as a complex number.
Matrix Entries of the -axis Boost in
For any real number , the matrix entries of the boost along the -axis (indexed by 1) are given by: Specifically, for any indices , the entry at row and column of the boost matrix `boostAxis 1 t ht` is equal to the -th entry of the matrix above, where denotes the imaginary unit `Complex.I`.
Matrix entries of the boost along the -axis
For any non-zero real number , the matrix representing the boost lift along the -axis (corresponding to axis index ) is the diagonal matrix Specifically, for any indices , the -th entry of the boost matrix is equal to the -th entry of this diagonal matrix. For , this transformation corresponds to a boost with rapidity .
The inverse of an axis boost replaces its parameter with
For any axis index (representing the , , and axes respectively) and any non-zero real parameter , the inverse of the boost along axis with parameter is equal to the boost along the same axis with parameter .
Axis-boost matrices in are Hermitian
For any spatial axis index (where correspond to the axes respectively) and any real parameter , the matrix representing the boost along axis , denoted by , is Hermitian. That is, , where denotes the conjugate transpose of .
Axis Boost as Conjugation of -axis Boost by `rotationZToAxis`
For any axis index and any non-zero real parameter , the boost along the -th axis, denoted , is obtained by conjugating the -axis boost by the transformation : where the indices correspond to the axes respectively.
is conjugate to in
For any spatial axis index (where correspond to the axes respectively), there exists a matrix such that for all , the boost along axis with parameter is conjugate to the boost along the -axis with the same parameter . That is, where denotes the boost along the -axis.
Lorentz boost along axis with parameter
Given a spatial axis index (where correspond to the axes respectively) and a non-zero real parameter , this definition constructs the Lorentz transformation representing a boost along that axis. The transformation is obtained by applying the group homomorphism from to the Lorentz group to the axis-boost lift . For , the resulting Lorentz transformation corresponds to a boost with rapidity .
Matrix Components of the Coordinate-Axis Lorentz Boost
For a spatial axis index and a non-zero real parameter , let be the Lorentz boost matrix along axis , denoted by . The components of this matrix, where (with index representing the temporal component and indices representing the spatial components), are given by: - - - - if and - otherwise.
