I'm given the following problem to solve but I can't figure out the solution
Let V be a vector space. Let S and T be subsets (not necessarily subspaces) of V.
(a) Is it necessarily true that Span(S + T) ⊆ Span(S) + Span(T)? Justify your answer.
(b) Is it necessarily true that Span(S + T) ⊇ Span(S) + Span(T)? Justify your answer.
To solve part (a) I've taken the definition of span and shown that the lhs is just a particular case of the rhs, i.e. when all the coefficients of $s_i$ are equal to all the coefficients of $t_i$
Any suggestion for how to go for part (b)?
Consider $S=\{(1,0)\}$ and $T=\{(0,1)\}$ and compute LHS and RHS.