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

@ -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