diff --git a/doc/tut/algvspc.xml b/doc/tut/algvspc.xml index a9411b40bd..bbc1da8b3f 100644 --- a/doc/tut/algvspc.xml +++ b/doc/tut/algvspc.xml @@ -16,8 +16,23 @@ algebras in ⪆.
Vector Spaces

-A vector space over the field F is an additive group -that is closed under scalar multiplication with elements in F. +A vector space V over a field F is an (abelian) additive group +that is closed under scalar multiplication by elements in F, such that + + + 1v=v, + + + a(bv)=(ab)v, + + + a(v+w)=av+aw, and + + + (a+b)v=av+bv, + + +for all a,b \in F and all v,w \in V. In ⪆, only those domains that are constructed as vector spaces are regarded as vector spaces. In particular, an additive group that does not know about an @@ -203,7 +218,7 @@ gap> PreImagesRepresentative( h, [ 1, 0 ] );

Algebras -If a multiplication is defined for the elements of a vector space, +If a bilinear multiplication is defined for the elements of a vector space, and if the vector space is closed under this multiplication then it is called an algebra. For example, every field is an algebra: