docs: field to comm ring

This commit is contained in:
jstoobysmith 2024-11-04 13:45:46 +00:00
parent 718583ff49
commit 297557bbb8

View file

@ -40,7 +40,8 @@ open MonoidalCategory
/-- The sturcture of a type of tensors e.g. Lorentz tensors, Einstien tensors,
complex Lorentz tensors. -/
structure TensorSpecies where
/-- The field over which we want to consider the tensors to live in, usually `` or ``. -/
/-- 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. -/
k_commRing : CommRing k