docs: Add comment about Lorentz vector

This commit is contained in:
jstoobysmith 2024-11-08 05:30:07 +00:00
parent e2f06dd57f
commit c09780deb0

View file

@ -24,7 +24,8 @@ corresponds to contravariant Lorentz tensors.
/- The number of space dimensions . -/
variable (d : )
/-- The type of (contravariant) Lorentz Vectors in `d`-space dimensions. -/
/-- The type of Lorentz Vectors in `d`-space dimensions.
This is very weak definition of a Lorentz vector. -/
def LorentzVector : Type := (Fin 1 ⊕ Fin d) →
/-- An instance of an additive commutative monoid on `LorentzVector`. -/