PhysLean Documentation

PhysLean.Relativity.Lorentz.Group.Proper

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.

theorem LorentzGroup.det_eq_one_or_neg_one {d : } (Λ : (LorentzGroup d)) :
(↑Λ).det = 1 (↑Λ).det = -1

The determinant of a member of the Lorentz group is 1 or -1.

The topological space defined by ℤ₂ is discrete.

The instance of a topological group on ℤ₂ defined via the discrete topology.

A continuous function from ({-1, 1} : Set ℝ) to ℤ₂.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    The continuous map taking a Lorentz matrix to its determinant.

    Equations
    Instances For
      theorem LorentzGroup.detContinuous_eq_iff_det_eq {d : } (Λ Λ' : (LorentzGroup d)) :
      detContinuous Λ = detContinuous Λ' (↑Λ).det = (↑Λ').det

      The representation taking a Lorentz matrix to its determinant.

      Equations
      Instances For
        @[simp]
        theorem LorentzGroup.detRep_apply {d : } (Λ : (LorentzGroup d)) :

        The representation of the Lorentz group defined by taking the determinant detRep is continuous.

        theorem LorentzGroup.det_on_connected_component {d : } {Λ Λ' : (LorentzGroup d)} (h : Λ' connectedComponent Λ) :
        (↑Λ).det = (↑Λ').det

        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.

        theorem LorentzGroup.det_of_joined {d : } {Λ Λ' : (LorentzGroup d)} (h : Joined Λ Λ') :
        (↑Λ).det = (↑Λ').det

        Two Lorentz transformations which are joined by a path have the same determinant.

        def LorentzGroup.IsProper {d : } (Λ : (LorentzGroup d)) :

        A Lorentz Matrix is proper if its determinant is 1.

        Equations
        Instances For
          theorem LorentzGroup.IsProper_iff {d : } (Λ : (LorentzGroup d)) :

          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.