Show that $P_n(F)$ is generated by $\{1, x, ... x^n \}$.
My Workings
$S = \{1, x, ..., x^n\}$
$W = \{a_nw^n + a_{n - 1}w^{n - 1} + ... + a_0 : a \in F\}$
Let $x \in Span(S)$.
$\therefore x = c_1x^0 + c_2x^1 + ... + c_nx^n$ for some scalars $c_1, c_2, ..., c_n$ in $F$.
We have $S \subseteq W$ where $W$ is a subspace of $P_n(F)$.
$\therefore$ There are $w \in W$ such that $w = c_1x^0 + c_2x^1 + ... + c_nx^n$.
$\therefore Span(S) \subseteq W$
I have two questions:
- Is my solution correct? If not, what is the error and what is the correct solution?
- Instead of $Span(S) \subseteq W$, I have also seen my textbook describe this as $Span(S) = W$. I am having a hard time understanding how these two are interchangeable; indeed, it would seem like they should not be, since $S$ is only a subset of $W$, which means that $W$ could contain other elements and, therefore, linear combinations that are NOT spanned by $S$. So, again, how does this make sense?
I would greatly appreciate it if people could please take the time to answer these two questions.