Consider the set V together with the operations addition and scalar multiplication defined as follows:
V={(x,y,z)∣x,y,z∈R}
Addition: (x1,y1,z1)+(x2,y2,z2)=(x1+x2,y1+y2,z1+z2); (x1,y1,z1),(x2,y2,z2)∈V
Scalar multiplication:
c(x,y,z)={(0,0,0)(cx,cy,cz)c=0c=0(x,y,z)∈V, c∈R
Consider the following statements.
- There exists an element 0 (called the zero vector of V) in V such that 0+v=v, ∀v∈V.
- For each v in V, there exists an element v′, such that v′+v=v+v′=0.
- For each v∈V, 1v=v.
- For each v∈V and for each pair a,b∈R, (a+b)v=av+bv.
- For each a∈R and for each pair v1,v2∈V, a(v1+v2)=av1+av2.
- For each v∈V and for each pair a,b∈R, (ab)v=a(bv).
Choose the correct statements from the above.