docs: Add comment about Lorentz vector
This commit is contained in:
parent
e2f06dd57f
commit
c09780deb0
1 changed files with 2 additions and 1 deletions
|
@ -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`. -/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue