Note: In case the notation isn't common, $\mathcal{P}_m(\mathbb{F})$ denotes the set of all polynomials $\mathbb{F} \to \mathbb{F}$ with at most degree $m$.
I'm having trouble with the following question:
Suppose $p_0, p_1, \dots, p_m$ are polynomials in $\mathcal{P}_m(\mathbb{F})$ such that $p_j(2)=0$ for each $j$. Prove that $p_0, p_1, \dots, p_m$ are not linearly independent.
Attempt: Assume the list of polynomials is linearly indepedent. Then the only choice of $a_i \in \mathbb{F}$ such that $$a_0p_0(z) + a_1p_1(z)+ \cdots + a_mp_m(z)=0$$ is $a_i=0$ for all $0\leq i \leq m$, for all $z\in \mathbb{F}$. But note $$a_0p_0(2)+\cdots + a_mp_m(2)=a_0(0)+\cdots a_m(0)=0$$ thus...
I feel like I'm definitely misunderstanding polynomials here. I'm tempted to say something along the lines of, "since now we can pick any $a_i \in \mathbb{F}$, not all $0$, and achieve $a_0p_0(z)+\cdots + a_mp_m(z)=0$ for some particular $z \in \mathbb{F}$, then the list is linearly dependent". But to show linear dependence here, do I need $a_i \in \mathbb{F}$, not all $0$, such that $a_0p_0(z)+\cdots + a_mp_m(z)=0$ for all $z \in \mathbb{F}$ or for at least one $z \in \mathbb{F}$?
Note that since you have $m+1$ polynomial, lineal independence would in particular imply that $<p_0,...,p_m>$ generates $\mathbb{F}_{\leq m}$. However, this is not so: clearly
$$ <p_0, \dots p_m> \subseteq \{p \in \mathbb{F}_{\leq m} : p(2) = 0\} $$
which is a proper subspace of $\mathbb{F}_{\leq m}$ since, for example, it does not contain 1. In general you could have linearly independent polynomials that behave like this, as long as they are not 'too many'. Take for example $(X-2)X$ and $(X-2)X^2$ in $\mathbb{R}_{\leq 3}$, they both verify the former property but they are linearly independent, because they have different degrees. We have then constructed a linearly independent set of polynomials that vanishes at $2$.
In general, for any vector space, proving that $v_1, \dots v_n$ are linearly independent consist of showing the following implication
$$ \sum_{i=1}^na_iv_i = 0 \ \Rightarrow a_i = 0 \ (\forall i) $$
In this particular scenario, the first equality to zero means the zero polynomial, that is, the one whose coefficients are all zero (this shouldn't be confused with $p(z) = 0 \ (\forall z)$, think for example of $X(X-1)$ in $\mathbb{Z}_2$).