I want to ask something related to exercise number 5 subchapter 1.5 in linear algebra book by Stephen Friedberg. The question is, "prove that $\{1, x, x^2, \ldots, x^n\}$ is linearly independent in $P_n(F)$"
Is it still true for a finite field? I doubt it.
My counterexample is let's take $F=\mathbb{Z}/2\mathbb{Z}$ as field and evaluate $\{1, x, x^2, \ldots, x^4\}$ In $P_4(F)$. I can take $a_4=a_3=a_2=a_1=1, \text{ and }a_0=0$. I find that $x^4+x^3+x^2+x=0$ for all $x\in F$. Or am I wrong?
Or the question is just simply true because of the implication of zero polynomial resulting all coefficient must be zero? Need help thanks.