Merge pull request #229 from HEPLean/IndexNotation
docs: Small changes to Index notation
This commit is contained in:
commit
1a8bc9bf61
1 changed files with 3 additions and 3 deletions
|
@ -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. -/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue