PhysLean/HepLean/SpaceTime/LorentzTensor/Fin.lean
2024-07-29 08:38:01 -04:00

20 lines
528 B
Text

/-
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.
-/