in the following a set V, a field F, which is either R or C, and operations of addition + and scalar multiplication . , are given for alpha element of F and x element of V, we write their multiplication alpha × x as alpha • x, cheak whether V is a vector space over F, with these operations .
1
Expert's answer
2020-10-28T19:33:21-0400
As I understand it, we want to check 10 axioms of a vector space.
1) AC Additive Closure
ifu,v∈V,then(u+v)∈V
2) SC Scalar Closure
ifα∈Candu∈V,then(α⋅u)∈V
3) C Commutativity
ifu,v∈V,thenu+v=v+u
4) AA Additive Associativity
ifu,v,w∈V,then(u+v)+w=v+(u+w)
5) Z Zero Vector
There is a vector,0,called the zero vector, such thatu+0=ufor allu∈V
6) AI Additive Inverses
Ifu∈V,then there exists a vector(−u)∈Vso thatu+(−u)=0.
Comments