Let V is a linear space and W⊂V is some subset of V. W is a linear subspace in V iff:
- ∀(v1,v2∈W)(v1+v2∈VW;
- ∀(c∈R,v∈W)(c⋅v∈W);
We must verify these two properties.
- Let v1=(x1,y1,z1),v2=(x2,y2,z2)∈W . It is means that z1=x1+y1, z2=x2+y2 . Then v1+v2=(x1+x2,y1+y2,z1+z2)∈V=R3 be definition of R3 and because of z1+z2=(x1+y1)+(x2+y2)=(x1+x2)+(y1+y2) we have that v1+v2∈W , first condition takes place.
- Let v=(x,y,z)∈W,c∈R . It is means that z=x+y. Value c⋅v=c⋅(x,y,z)=(cx,cy,cz)∈V=R3
by definition? to verify that cv∈W we see that c⋅z=c⋅(x+y)=c⋅x+c⋅y and this means that the second property is proved also.
Thus we have proved that W is a linear subspace.
Comments