refactor: Change namespace of SL2C
This commit is contained in:
parent
d058f41689
commit
6c17a61989
12 changed files with 11 additions and 22 deletions
|
@ -15,7 +15,7 @@ import HepLean.Meta.Informal
|
|||
The aim of this file is to give the relationship between `SL(2, ℂ)` and the Lorentz group.
|
||||
|
||||
-/
|
||||
namespace SpaceTime
|
||||
namespace Lorentz
|
||||
|
||||
open Matrix
|
||||
open MatrixGroups
|
||||
|
@ -23,8 +23,6 @@ open Complex
|
|||
|
||||
namespace SL2C
|
||||
|
||||
open SpaceTime
|
||||
|
||||
noncomputable section
|
||||
|
||||
/-!
|
||||
|
@ -189,4 +187,4 @@ informal_lemma toRestrictedLorentzGroup where
|
|||
end
|
||||
end SL2C
|
||||
|
||||
end SpaceTime
|
||||
end Lorentz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue