The Proper Lorentz Group #
The proper Lorentz group is the subgroup of the Lorentz group with determinant 1
.
We define the give a series of lemmas related to the determinant of the Lorentz group.
The determinant of a member of the Lorentz group is 1
or -1
.
The instance of a topological space on ℤ₂
corresponding to the discrete topology.
The topological space defined by ℤ₂
is discrete.
The instance of a topological group on ℤ₂
defined via the discrete topology.
The continuous map taking a Lorentz matrix to its determinant.
Equations
- LorentzGroup.detContinuous = LorentzGroup.coeForℤ₂.comp { toFun := fun (Λ : ↑(LorentzGroup d)) => ⟨(↑Λ).det, ⋯⟩, continuous_toFun := ⋯ }
Instances For
The representation taking a Lorentz matrix to its determinant.
Equations
- LorentzGroup.detRep = { toFun := fun (Λ : ↑(LorentzGroup d)) => LorentzGroup.detContinuous Λ, map_one' := ⋯, map_mul' := ⋯ }
Instances For
The representation of the Lorentz group defined by taking the determinant detRep
is
continuous.
Two Lorentz transformations which are in the same connected component have the same determinant.
Two Lorentz transformations which are in the same connected component have the same
image under detRep
, the determinant representation.
Two Lorentz transformations which are joined by a path have the same determinant.
A Lorentz Matrix is proper if its determinant is 1.
Equations
- LorentzGroup.IsProper Λ = ((↑Λ).det = 1)
Instances For
The predicate IsProper
is decidable.
Equations
A Lorentz transformation is proper if it's image under the det-representation
detRep
is 1
.
The identity Lorentz transformation is proper.
If two Lorentz transformations are in the same connected component, and one is proper then the other is also proper.