Show that, if $S_1$ and $S_2$ are subsets of a vector space $V$ such that $S_1 \subseteq S_2$, then $span(S_1) \subseteq span(S_2)$.
A (hypothesis): $S_1$ and $S_2$ are subsets of a vector space $V$ such that $S_1 \subseteq S_2$.
B (conclusion): $span(S_1) \subseteq span(S_2)$
A1: Let $S_2 = \{x^n, x^{n - 1}, ..., x^0\}$
A2: $span(S_2) = \{a_nx^n + a_{n - 1}x^{n - 1}+ ... + a_0 : a \in F \}$
A3: Let $S_1 = \{w^n, w^{n - 1}, ..., w^0 \}$ where $w = a_nx^n + a_{n - 1}x^{n - 1}+ ... + a_0$.
$\therefore$ The elements of $S_1$ are linear combinations of $S_2$.
A4: $span(S_1) \subseteq span(S_2)$
$Q.E.D.$
I would greatly appreciate it if people could please take the time to review my proof for correctness. If there are any errors, then please explain why and what the correct solution is.