Imports
/- Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Tooby-Smith -/ module public import Physlib.Meta.Informal.SemiFormal public import Physlib.Relativity.LorentzGroup.Orthochronous.Basic

The Restricted Lorentz Group

This file is currently a stub.

@[expose] public section

The restricted Lorentz group comprises the proper and orthochronous elements of the Lorentz group.

All goals completed! 🐙, d:Λ:(𝓛 d)Λ_proper:IsProper ΛΛ_ortho:IsOrthochronous Λh_η₀₀:η (Sum.inl 0) (Sum.inl 0) = 1h_dual:dual (↑Λ) (Sum.inl 0) (Sum.inl 0) = Λ (Sum.inl 0) (Sum.inl 0)IsOrthochronous Λ⁻¹ d:Λ:(𝓛 d)Λ_proper:IsProper ΛΛ_ortho:IsOrthochronous Λh_η₀₀:η (Sum.inl 0) (Sum.inl 0) = 1h_dual:dual (↑Λ) (Sum.inl 0) (Sum.inl 0) = Λ (Sum.inl 0) (Sum.inl 0)0 Λ (Sum.inl 0) (Sum.inl 0); All goals completed! 🐙
lemma isOrthochronous_of_restricted {d : } (Λ : restricted d) : IsOrthochronous Λ.1 := Λ.2.2

The restricted Lorentz group is a normal subgroup of the Lorentz group.

d:h_proper: {Λ P : (𝓛 d)}, IsProper P IsProper (Λ * P * Λ⁻¹)h_ortho: {Λ O : (𝓛 d)}, IsOrthochronous O IsOrthochronous (Λ * O * Λ⁻¹)(restricted d).Normal All goals completed! 🐙

The restricted Lorentz group is connected.

semiformal_result "FXNL5" restricted_isConnected {d : } : IsConnected (restricted d : Set (LorentzGroup d))

Given the hypothesis that the restricted Lorentz group is connected, the proof that the restricted lorentz group is equal to the connected component of the identity.

lemma restricted_eq_identity_component_of_isConnected {d : } (h1 : IsConnected (restricted d : Set (LorentzGroup d))) : (restricted d) = connectedComponent (1 : LorentzGroup d) := d:h1:IsConnected (restricted d)(restricted d) = connectedComponent 1 All goals completed! 🐙