2024-07-11 09:55:23 -04:00
|
|
|
/-
|
|
|
|
Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
|
2024-07-12 16:39:44 -04:00
|
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
2024-07-11 09:55:23 -04:00
|
|
|
Authors: Joseph Tooby-Smith
|
|
|
|
-/
|
2024-11-09 17:29:43 +00:00
|
|
|
import HepLean.Lorentz.Group.Orthochronous
|
2025-02-02 03:17:17 +08:00
|
|
|
import HepLean.Meta.Informal.Basic
|
2024-07-11 09:55:23 -04:00
|
|
|
/-!
|
|
|
|
# The Restricted Lorentz Group
|
|
|
|
|
|
|
|
This file is currently a stub.
|
|
|
|
|
|
|
|
-/
|
2025-01-22 10:32:39 +00:00
|
|
|
TODO "Add definition of the restricted Lorentz group."
|
2025-01-24 14:05:54 +00:00
|
|
|
TODO "Prove that every member of the restricted Lorentz group is
|
|
|
|
combiniation of a boost and a rotation."
|
|
|
|
TODO "Prove restricted Lorentz group equivalent to connected component of identity
|
|
|
|
of the Lorentz group."
|
2024-09-18 08:24:26 -04:00
|
|
|
|
|
|
|
namespace LorentzGroup
|
|
|
|
|
2025-02-02 03:17:17 +08:00
|
|
|
/-- The subgroup of the Lorentz group consisting of elements which are proper and orthochronous. -/
|
2024-09-18 08:24:26 -04:00
|
|
|
informal_definition Restricted where
|
2025-02-02 03:17:17 +08:00
|
|
|
deps := [``LorentzGroup, ``IsProper, ``IsOrthochronous]
|
2024-09-18 08:24:26 -04:00
|
|
|
|
|
|
|
end LorentzGroup
|