Merge pull request #229 from HEPLean/IndexNotation

docs: Small changes to Index notation
This commit is contained in:
Joseph Tooby-Smith 2024-11-07 16:17:24 +00:00 committed by GitHub
commit 1a8bc9bf61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,10 +37,10 @@ open IndexNotation
open CategoryTheory
open MonoidalCategory
/-- The structure of a type of tensors e.g. Lorentz tensors, Einstien tensors,
complex Lorentz tensors. -/
/-- The structure of a type of tensors e.g. Lorentz tensors, ordinary tensors
(vectors and matrices), complex Lorentz tensors. -/
structure TensorSpecies where
/-- The commutative ring over which we want to consider the tensors to live in,
/-- The commutative ring over which we want to consider the tensors to live in,
usually `` or ``. -/
k : Type
/-- An instance of `k` as a commutative ring. -/