Question 1.
Show that, in the vector space V=R2, the subset of all vectors whose entries sum to zero is a subspace, but the subset of all vectors whose entries sum to one is not a subspace.
Solution. Denote
A={v=(x,y)∈V∣x+y=0}
and
B={v=(x,y)∈V∣x+y=1}.
Prove that A is a subspace of V, while B is not a subspace.
Indeed, for any two vectors v1=(x1,y1) and v2=(x2,y2) from A and for any scalars α1,α2∈R consider the linear combination
α1v1+α2v2=(α1x1+α2x2,α1y1+α2y2).
Since
(α1x1+α2x2)+(α1y1+α2y2)=α1(x1+y1)+α2(x2+y2)=α1⋅0+α2⋅0=0,
we conclude that α1v1+α2v2∈A. This shows that A is a subspace of V.
The fact that B is not a subspace is obvious, because the zero vector (0,0) does not belong to B: the sum of its coordinates is 0=1. ∎