2

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.

2 Answers2

1

You are wrong, because you are not making a distinction between polynomials and polynomial functions. The simplest example (also over $\mathbb Z_2$) is $x+x^2$. It is a polynomial which is not the null polynomial. However, the polynomial function$$\begin{array}{ccc}\mathbb Z_2&\longrightarrow&\mathbb Z_2\\x&\mapsto&x+x^2\end{array}$$is the null function.

Over infinite fields, this problem doesn't occur.

1

The set of monomials $\{1,x,x^2,\ldots,x^n\}$ is linearly independent over any field $F$.

To see this, one could go back to the definition of polynomials as infinite sequences with almost all (up to finite) entries $0$. If we define $x=(0,1,0,\ldots)$, then with the definition of multiplication of those sequences (polynomials) we obtain $1 =(1,0,0,\ldots)$, $x^2=(0,0,1,0,0,\ldots)$, $x^3=(0,0,0,1,0,0,\ldots)$. From here you see immediately that these monomials are linearly independent over $F$.

Wuestenfux
  • 20,964