refactor: Change namespace of SL2C

This commit is contained in:
jstoobysmith 2024-11-10 06:48:04 +00:00
parent d058f41689
commit 6c17a61989
12 changed files with 11 additions and 22 deletions

View file

@ -24,7 +24,6 @@ open Matrix
open MatrixGroups
open Complex
open TensorProduct
open SpaceTime
namespace Lorentz

View file

@ -16,7 +16,6 @@ open Matrix
open MatrixGroups
open Complex
open TensorProduct
open SpaceTime
open CategoryTheory.MonoidalCategory
namespace Lorentz

View file

@ -18,7 +18,6 @@ open Matrix
open MatrixGroups
open Complex
open TensorProduct
open SpaceTime
open CategoryTheory.MonoidalCategory
namespace Lorentz

View file

@ -92,7 +92,7 @@ def lorentzGroupRep : Representation (LorentzGroup 3) ContrModule where
/-- The representation of the SL(2, ) on `ContrModule` induced by the representation of the
Lorentz group. -/
def SL2CRep : Representation SL(2, ) ContrModule :=
MonoidHom.comp lorentzGroupRep SpaceTime.SL2C.toLorentzGroup
MonoidHom.comp lorentzGroupRep Lorentz.SL2C.toLorentzGroup
end ContrModule
@ -156,7 +156,7 @@ def lorentzGroupRep : Representation (LorentzGroup 3) CoModule where
/-- The representation of the SL(2, ) on `ContrModule` induced by the representation of the
Lorentz group. -/
def SL2CRep : Representation SL(2, ) CoModule :=
MonoidHom.comp lorentzGroupRep SpaceTime.SL2C.toLorentzGroup
MonoidHom.comp lorentzGroupRep Lorentz.SL2C.toLorentzGroup
end CoModule

View file

@ -16,7 +16,6 @@ open Matrix
open MatrixGroups
open Complex
open TensorProduct
open SpaceTime
open CategoryTheory.MonoidalCategory
namespace Lorentz

View file

@ -16,7 +16,6 @@ open Matrix
open MatrixGroups
open Complex
open TensorProduct
open SpaceTime
open CategoryTheory.MonoidalCategory
namespace Lorentz