feat: Add Lorentz group informal lemmas
This commit is contained in:
parent
f1ad3433a4
commit
5474c2a824
2 changed files with 36 additions and 0 deletions
|
@ -3,6 +3,10 @@ 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
|
||||
-/
|
||||
import HepLean.SpaceTime.LorentzGroup.Basic
|
||||
import HepLean.SpaceTime.LorentzGroup.Proper
|
||||
import HepLean.SpaceTime.LorentzGroup.Orthochronous
|
||||
import HepLean.Meta.Informal
|
||||
/-!
|
||||
# The Restricted Lorentz Group
|
||||
|
||||
|
@ -12,3 +16,20 @@ This file is currently a stub.
|
|||
/-! TODO: Add definition of the restricted Lorentz group. -/
|
||||
/-! TODO: Prove member of the restricted Lorentz group is combo of boost and rotation. -/
|
||||
/-! TODO: Prove restricted Lorentz group equivalent to connected component of identity. -/
|
||||
|
||||
noncomputable section
|
||||
|
||||
open Matrix
|
||||
open Complex
|
||||
open ComplexConjugate
|
||||
|
||||
namespace LorentzGroup
|
||||
|
||||
open minkowskiMetric
|
||||
|
||||
informal_definition Restricted where
|
||||
math :≈ "The subgroup of the Lorentz group consisting of elements which
|
||||
are proper and orthochronous."
|
||||
deps :≈ [``LorentzGroup, ``IsProper, ``IsOrthochronous]
|
||||
|
||||
end LorentzGroup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue