Exponential map from the Lorentz algebra to the restricted Lorentz group #
In 1+3 Minkowski space with metric η, the Lie algebra lorentzAlgebra
exponentiates
onto the proper orthochronous Lorentz group (LorentzGroup.restricted 3
). We prove:
- exp_mem_lorentzGroup :
NormedSpace.exp ℝ A.1 ∈ LorentzGroup 3
(η-preserving). - exp_transpose_of_mem_algebra :
exp (A.1ᵀ) = η * exp (−A.1) * η
. - exp_isProper :
det (exp A) = 1
. - exp_isOrthochronous :
(exp A)₀₀ ≥ 1
. Henceexp A ∈ LorentzGroup.restricted 3
.
A key property of a Lorentz algebra element A
is that its transpose
is related to its conjugation by the Minkowski metric η.
The exponential of the transpose of a Lorentz algebra element.
This connects exp(Aᵀ)
to a conjugation of exp(-A)
.
The exponential of an element of the Lorentz algebra is a member of the Lorentz group.
The trace of any element of the Lorentz algebra is zero.
The exponential of an element of the Lorentz algebra is proper (has determinant 1).
The exponential of an element of the Lorentz algebra is orthochronous.
The exponential of an element of the Lorentz algebra is a member of the restricted Lorentz group.