refactor: Major refactor of lorentz group
This commit is contained in:
parent
0116994a58
commit
675b9a989a
11 changed files with 866 additions and 208 deletions
17
HepLean/SpaceTime/LorentzTensors/Basic.lean
Normal file
17
HepLean/SpaceTime/LorentzTensors/Basic.lean
Normal file
|
@ -0,0 +1,17 @@
|
|||
/-
|
||||
Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
|
||||
Released under Apache 2.0 license.
|
||||
Authors: Joseph Tooby-Smith
|
||||
-/
|
||||
/-!
|
||||
|
||||
# Lorentz Tensors
|
||||
|
||||
This file is currently a stub.
|
||||
|
||||
The aim is to define Lorentz tensors, and devlop a systematic way to manipulate them.
|
||||
|
||||
To manipulate them we will use the theory of modular operads
|
||||
(see e.g. [Raynor][raynor2021graphical]).
|
||||
|
||||
-/
|
Loading…
Add table
Add a link
Reference in a new issue