Let $f \in F_p[x]$ be an irreducible polynomial of degree $n$, where $p$ is prime. Prove that its roots are independent over $F_p$.
EDIT: It was pointed in the answers that this claim is true only for some irreducible polynomials. My question can be changed to: prove that for any $n$, such irreducible polynomial of degree $n$ exists.
Remarks:
- This is false in characteristic zero: take $x^2+1 \in \mathbb{R}[x]$.
- I think it's true for any finite field (i.e., $p$ can be a prime power)
Let $\theta$ be some root of $f$.
- $F_p[\theta] = F_{p^n}$, and $\{\theta^i\}_{i=0}^{n-1}$ is a basis.
- By Frobenius Automorphism and by the identity $x^{p^i}-x = \prod_{a \in F_{p^i}} (x-a)$, one can show that $\{\theta^{p^i}\}_{i=0}^{n-1}$ are all the roots of $f$. It also shows that all of $f$'s roots are in the extension - they are powers of $\theta$.
- Since $F_p[\theta]$ contains all $f$'s roots, the claim is equivalent to: $Span \{\theta^{p^i}\} = Span \{ \theta^i\}$
The motivation is that I saw this fact used in a cool combinatorics proof, where the bijection $$\vec{a} \to \sum a_i \theta^{p^i}$$ from $(F_p)^n$ to $F_{p^n}$ was used, and I didn't understand why it is a bijection. (For the curious: if we restrict this bijection to Lyndon words of length $n$ with alphabet $F_p$, and send $\sum a_i \theta^{p^i}$ to $\text{minimal polynomial of} \sum a_i \theta^{p^i}$, it becomes a bijection of Lyndon words of length $n$ to irreudcible polynomials of degree $n$)