Let $p_0, p_1, \ldots, p_m $ polynomials in $\mathbb{P}_m$ with the property that $p_j(1)=0\ \forall j$. Show that the polynomial $p_0, p_1, \ldots,p_m $ are linearly dependent.
My approach for this problem is the following.
Consider $$ \sum_{i=0}^m\alpha_ip_i(x)=0\ \ \forall x. \tag{1} $$
Put $x=1 $ in $(1)$ $ \implies \sum_{i=0}^m\alpha_ip_i(1)=0 \implies \alpha_i $ can be nonzero also. Hence the given set of polynomial is linearly dependent.
$\endgroup$ 42 Answers
$\begingroup$Your proof is wrong : you are asked to exhibit concrete $\alpha_j$, and instead of that you assume that the $\alpha_j$ exist. So you’re basically reasoning backwards.
For a correct solution, notice that there are polynomials $q_0,\ldots,q_m$ in ${\mathbb P}_{m-1}$ such that $p_j=(x-1)q_j$ for every $j$. Since the dimension of ${\mathbb P}_{m-1}$ is $m$, the $q_j$ must be linearly dependent and hence the $p_j$ also.
$\endgroup$ $\begingroup$You have $m+1$ polynomials and you know that $1$ is already a root. So $$P_j(x)=(x-1)P'_j(x)$$ for each $j$ and $P'_j(x)$ is a polynomial of degree less or equal to $m-1$. Now there are $m +1$ of them and dimension can be maximum $m$.
$\endgroup$