refactor: Change namespace of SL2C
This commit is contained in:
parent
d058f41689
commit
6c17a61989
12 changed files with 11 additions and 22 deletions
|
@ -92,7 +92,7 @@ def lorentzGroupRep : Representation ℂ (LorentzGroup 3) ContrℂModule where
|
|||
/-- The representation of the SL(2, ℂ) on `ContrℂModule` induced by the representation of the
|
||||
Lorentz group. -/
|
||||
def SL2CRep : Representation ℂ SL(2, ℂ) ContrℂModule :=
|
||||
MonoidHom.comp lorentzGroupRep SpaceTime.SL2C.toLorentzGroup
|
||||
MonoidHom.comp lorentzGroupRep Lorentz.SL2C.toLorentzGroup
|
||||
|
||||
end ContrℂModule
|
||||
|
||||
|
@ -156,7 +156,7 @@ def lorentzGroupRep : Representation ℂ (LorentzGroup 3) CoℂModule where
|
|||
/-- The representation of the SL(2, ℂ) on `ContrℂModule` induced by the representation of the
|
||||
Lorentz group. -/
|
||||
def SL2CRep : Representation ℂ SL(2, ℂ) CoℂModule :=
|
||||
MonoidHom.comp lorentzGroupRep SpaceTime.SL2C.toLorentzGroup
|
||||
MonoidHom.comp lorentzGroupRep Lorentz.SL2C.toLorentzGroup
|
||||
|
||||
end CoℂModule
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue