2

Question

Let $\mathbb{F}_p$ be the field with $p$ elements, where $p$ is a prime. Let $f_{n,p}(x)=x^{p^n}-x+1$, and suppose that $f_{n,p}(x)$ is irreducible in $\mathbb{F}_p[x]$. Let $\alpha$ be a root of $f_{n,p}(x)$. Show that $\mathbb{F}_{p^n}\subset\mathbb{F}_p(\alpha)$ and $[\mathbb{F}_p(\alpha):\mathbb{F}_{p^n}]=p$.

Answer

I know that $\mathbb{F}_{p^n}$ consists of the roots of the polynomial $x^{p^n}-x$. Thus, if we can find a root, say $\gamma$, of this polynomial in $\mathbb{F}_p(\alpha)$, except $0$, in terms of $\alpha^i$'s, we are done as the other roots follow by $\gamma,\gamma+1,\dots,\gamma+p-1$. However, I couldn't find such a root. Is there any way I can follow to find it or do I need another approach to solve this question? Thanks in advance...

user26857
  • 52,094
confused
  • 489
  • 2
  • 8
  • 1
    As usual in fields extensions, we can identify $;\alpha=x/\langle f_{n,p}(x)\rangle\in\Bbb F_{p^n}[x]/\langle f_{n,p}(x)\rangle=;$ the quotient ring of $;\Bbb F_{p^n}[x];$ by the ideal $;\langle f_{n,p}(x)\rangle;$ , which is a field since this ideal is maximal as the polynomial which generates it is irreducible, and then we usually write $;\Bbb F_{p^n}[x]/\langle f_{n,p}(x)\rangle=\Bbb F(\alpha);$ – DonAntonio Jul 15 '23 at 08:30
  • So that means the field $\mathbb{F}p(\alpha)$ has degree $p^n$ over $\mathbb{F}_p$ and so has order $p^{p^n}$. If what they ask you to prove is true then the field $\mathbb{F}_p(\alpha)$ has degree $p$ over $\mathbb{F}{p^n}$ and so has order $(p^n)^p$. It doesn't stack up, does it? With my proposed amendment it would. – ancient mathematician Jul 15 '23 at 11:07
  • And, like yesterday, you absolutely should link to the question you are asking about – Jyrki Lahtonen Jul 15 '23 at 12:14
  • I did not understand how showing this would help to solve the question (also I couldn't show what you wrote either). And actually the question you linked is the second part of this question and it easily follows after proving these ones. – confused Jul 15 '23 at 12:51
  • Ok I see that but why is it true that $\alpha^{p^n}=\alpha+1$ and where should we use this information to show that $\mathbb{F}_{p^n}\subset\mathbb{F}(\alpha)$? – confused Jul 15 '23 at 13:02
  • @JyrkiLahtonen Is my worry about the order of the field just nonsense? – ancient mathematician Jul 15 '23 at 13:02
  • 1
    @ancientmathematician The given polynomial is not irreducible over the prime field. See for example this old answer of mine for more about its factorization in $\Bbb{F}_p[x]$. – Jyrki Lahtonen Jul 15 '23 at 14:18
  • @JyrkiLahtonen Thanks, that was my conclusion, that for the hypotheses of the OP's question to hold we need $n=1$. – ancient mathematician Jul 15 '23 at 14:24
  • 1
    @ancientmathematician The exception to that is the case $p=n=2$. – Jyrki Lahtonen Jul 15 '23 at 14:26

1 Answers1

1

I need to apologize. I just noticed that even though we have handled non-irreducibility of this polynomial as well as its factorization over the prime field somewhat adequately, this time the question in the title is markedly different. I only saw what I expected to see, and failed to read closely.


As stated, the claim in the title is actually false!

For a counterexample consider the case $p=2$, $n=3$. In the ring $\Bbb{F}_2[x]$ have the factorization into irreducibles

$$x^8-x+1=(x^2+x+1)(x^6+x^5+x^3+x^2+1).$$

And if $\alpha$ is a root of the quadratic factor $x^2+x+1$, then $\Bbb{F}_2(\alpha)=\Bbb{F}_4$, which is not a subfield of $\Bbb{F}_{2^n}=\Bbb{F}_8$.


What I was keen on proving in the comments is that the splitting field of the polynomial $f(x)=x^{p^n}-x+1$ over the prime field $\Bbb{F}_{p}$ is $$ K=\Bbb{F}_{p^{pn}}, $$ that is, the unique extension of degree $pn$.

To see this we need to first show that if $\alpha$ is a zero of $f(x)$ from some extension field of $\Bbb{F}_p$, then $\alpha^{p^{pn}}=\alpha$, implying that $\alpha\in K$. While doing that we also observe that $\alpha^{p^n}=\alpha-1$, implying that we NEVER have $\alpha\in\Bbb{F}_{p^n}$. However, if $\alpha$ is any root of $f(x)$ and $z\in\Bbb{F}_{p^n}$ is arbitrary, we easily see that $\alpha+z$ is also a root of $f(x)$. Hence $z$ must be an element of the splitting field. Consequently $L=\Bbb{F}_{p^n}\subseteq K$.

As $[K:L]=p$ is a prime, there are no intermediate fields between $L$ and $K$. Hence $K$ must be the splitting field.


We can also show that while we don't have the title claim for each and every root of $f(x)$, for a bit more carefully chosen root $\alpha$ of $f(x)$ we do have $K=\Bbb{F}_p(\alpha)$. This part of my answer requires familiarity with the properties of the trace map.

In the field $L$ there exists $p^{n-1}$ elements of trace $-1\in\Bbb{F}_p$. Among them we can find an element $z$ such that $L=\Bbb{F}_p(z)$. Reusing the calculation in the linked old answer of mine we see that $m_z(x)=x^p-x-z$ is a factor of $f(x)$ in the ring $L[x]$. So if $\alpha$ is a zero $m_z(x)$, then also $f(\alpha)=0$. Furthermore:

  • $z=\alpha^p-\alpha\in \Bbb{F}_p(\alpha)$, and hence $L=\Bbb{F}_p(z)\subset \Bbb{F}_p(\alpha)$, but
  • $\alpha\notin L$ because otherwise $z=\alpha^p-\alpha$ would have trace zero.

The case $p=n=2$ is exceptional for the purposes of irreducibility of $f(x)$ simply because in that case $pn=4=p^n$.

Jyrki Lahtonen
  • 133,153
  • I again want to ask: How did you find that $\alpha^{p^n}=\alpha+1$? Also, I didn't understand something. You choose $\alpha$ specificly at the last part of your answer but in my question $\alpha$ was chosen arbitrarily just as a root of $f_{n,p}$. – confused Jul 19 '23 at 11:07
  • 1
    @confused There was a sign error there. If $\alpha$ is a zero of $x^{p^n}-x+1$, then $\alpha^{p^n}-\alpha+1=0$. Solving from this we get the corrected claim $$\alpha^{p^n}=\alpha-1.$$ From this it follows by induction on $k$ that $$\alpha^{p^{kn}}=\alpha-k$$ for all $k=1,2,\ldots,p-1$, and then finally $$\alpha^{p^{pn}}=\alpha-p=\alpha.$$ – Jyrki Lahtonen Jul 19 '23 at 18:09
  • And the first counterexample shows that your claim is not necessarily true for all choices of $\alpha$. Therefore some care is needed. – Jyrki Lahtonen Jul 20 '23 at 14:20
  • Actually, I don't understand why you gave this counterexample. The title and the question are in fact a little different because I want to keep it short on the title. In the question it is said that "suppose $f_{n,p}$ is irreducible". After making such a supposition, we shouldn't choose $\alpha$ specificly, in my opinion. – confused Jul 20 '23 at 19:21