refactor: Major refactor of lorentz group
This commit is contained in:
parent
0116994a58
commit
675b9a989a
11 changed files with 866 additions and 208 deletions
|
@ -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 _ _ _
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue