refactor: Lorentz tensors
This commit is contained in:
parent
e9aefe3ea5
commit
ee7db8aea0
7 changed files with 492 additions and 359 deletions
20
HepLean/SpaceTime/LorentzTensor/Fin.lean
Normal file
20
HepLean/SpaceTime/LorentzTensor/Fin.lean
Normal file
|
@ -0,0 +1,20 @@
|
|||
/-
|
||||
Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Joseph Tooby-Smith
|
||||
-/
|
||||
import HepLean.SpaceTime.LorentzTensor.Basic
|
||||
/-!
|
||||
|
||||
# Lorentz tensors indexed by Fin n
|
||||
|
||||
In physics, in many (if not all) cases, we index our Lorentz tensors by `Fin n`.
|
||||
|
||||
In this file we set up the machinery to deal with Lorentz tensors indexed by `Fin n`
|
||||
in a way that is convenient for physicists, and general caculation.
|
||||
|
||||
## Note
|
||||
|
||||
This file is currently a stub.
|
||||
|
||||
-/
|
Loading…
Add table
Add a link
Reference in a new issue