refactor: Major refactor of lorentz group

This commit is contained in:
jstoobysmith 2024-07-01 16:56:15 -04:00
parent 0116994a58
commit 675b9a989a
11 changed files with 866 additions and 208 deletions

View file

@ -22,7 +22,6 @@ def SpaceTime : Type := Fin 4 →
/-- Give spacetime the structure of an additive commutative monoid. -/
instance : AddCommMonoid SpaceTime := Pi.addCommMonoid
/-- Give spacetime the structure of a module over the reals. -/
instance : Module SpaceTime := Pi.module _ _ _