refactor: Change case of type and props

This commit is contained in:
jstoobysmith 2024-06-26 11:54:02 -04:00
parent 18b83f582e
commit f7a638d32e
58 changed files with 695 additions and 696 deletions

View file

@ -11,7 +11,7 @@ import Mathlib.RepresentationTheory.Basic
The aim of this file is to give the relationship between `SL(2, )` and the Lorentz group.
-/
namespace spaceTime
namespace SpaceTime
open Matrix
open MatrixGroups
@ -19,7 +19,7 @@ open Complex
namespace SL2C
open spaceTime
open SpaceTime
noncomputable section
@ -64,7 +64,7 @@ def repSelfAdjointMatrix : Representation SL(2, ) $ selfAdjoint (Matrix (
/-- The representation of `SL(2, )` on `spaceTime` obtained from `toSelfAdjointMatrix` and
`repSelfAdjointMatrix`. -/
def repSpaceTime : Representation SL(2, ) spaceTime where
def repSpaceTime : Representation SL(2, ) SpaceTime where
toFun M := toSelfAdjointMatrix.symm.comp ((repSelfAdjointMatrix M).comp
toSelfAdjointMatrix.toLinearMap)
map_one' := by
@ -120,4 +120,4 @@ Complete this section.
end
end SL2C
end spaceTime
end SpaceTime