Proving that $x^3-9$ is irreducible in $\mathbb{F}_{31}[x]$

1.1k Views Asked by At

I am attempting to solve part (b) of problem 4.2 in Chapter 12 of Artin's Algebra textbook. I have already solved part (a).

Prove that the following polynomials are irreducible:

(a) $x^2+1$ in $\mathbb{F}_7[x]$

(b) $x^3-9$ in $\mathbb{F}_{31}[x]$

My attempt

Assume $x^3-9$ is reducible. It is easy to see that it is not a unit, so it must have a proper divisor. So we can write $x^3-9=a(x)b(x)$ for some $a,b\in \mathbb{F}_{31}[x]$ where $a,b$ are not units, hence are not constant. One of them has degree 2 and the other degree 1. WLOG assume $a$ has degree 2 and $b$ has degree 1. Then we can write $a(x)=a_0+a_1x+a_2x^2$ and $b(x)=b_0+b_1x$. Where $a_2,b_1\neq0.$

We obtain the equations

  • $a_0b_0=-9$
  • $a_0b_1+a_1b_0=0$
  • $a_1b_1+a_2b_0=0$
  • $a_2b_1=1$

Now, I would like to obtain a contradiction by playing with these four equations, but I am not sure how to do this. Please help me. I would prefer a solution which deduces a contradiction from the four equations rather than a solution using some other method. I am aware that this math problem has already been asked on stackexchange, but I do not believe that my question is a duplicate since I desire to approach the problem from a different angle.

1

There are 1 best solutions below

3
On BEST ANSWER

As I noted in the comments, your approach is not the best for this problem.

Instead, take advantage of the fact that the polynomial is cubic . . .

If $p(x) = x^3-9$ was reducible in $F_{31}[x]$, then since $p$ is cubic, it would have to have a linear factor.

But from a linear factor, we would get a root, $r$ say, in $F_{31}$.

Working in $F_{31}$, not only do we have $r^3 = 9$, but also, since $r$ is nonzero, we have $r^{30}=1$. \begin{align*} \text{Then}\;\;&r^3=9\\[4pt] \implies\;&r^3=3^2\\[4pt] \implies\;&(r^3)^{10}=(3^2)^{10}\\[4pt] \implies\;&r^{30}=3^{20}\\[4pt] \implies\;&3^{20}=1\\[4pt] \end{align*} but $3^{20}$ is not congruent to $1$, mod $31$, contradiction.