.I am trying to prove the following statement (Linear Algebra Done Right, Section 2.A, #17):
Suppose $p_0,p_1,\ldots,p_m$ are polynomials in $P_m(F)$ such that $p_j(2)=0$ for each $j.$ Prove that $p_0,p_1,\ldots,p_m$ is not linearly independent in $P_m(F)$
Here is my proof:
Consider expression $(*)$:
$$ a_0 p_0(x) + a_1 p_1(x)+\cdots+a_m p_m(x) = 0 \tag{$*$} $$
If the set $\{ p_0,p_1,\ldots,p_m \}$ is linearly independent, then the only coefficients that make expression $(*)$ true are $a_i=0$ for all $i$ – regardless of what $x$ is.
If expression $(*)$ holds true for all $x,$ it holds true, in particular, for $x = 2.$ Just let $x = 2.$ Then exists a set of $a_i,$ not all $0,$ such that the expression $(*)$ is true.
I am not sure if my proof is correct. Since I am not far enough into the text to encounter terms such as 'basis', I have refrained from using them. I am simply trying to prove the original statement using nothing more than the definition of linear independence.
Thanks in advance for your help!