4

Let $p >3 $ be a prime number and $\Bbb F_p$ denote the finite field of order $p$. Prove that the polynomial $X^2 +X +1$ is reducible in $\Bbb F_p[X]$ if and only if $p ≡ 1\pmod 3.$

Attempt: $X^2 +X +1=\dfrac{X^3-1}{X-1}.$ Now if $x^3=1$ for some $x\in \Bbb F_p$; $x\in \Bbb F_p^*\implies x^{p-1}=1\implies 3\mid p-1\implies p\equiv 1\pmod 3$.

How to do the converse?

user26857
  • 52,094
Learnmore
  • 31,062

1 Answers1

0

Other approach: since our polynomial has degree two, being reducible $\mathbb{F}_p[X]$ is equivalent with having a root in $\mathbb{F}_p$. Now since $4$ is invertible in our field, this equation is equivalent with $$4X^2+4X+4 = 0 \Leftrightarrow (2X+1)^2 = -3 $$ So this equation has a solution if and only if $-3$ is a square in $\mathbb{F}_p$. Now writing this in terms of legendre symbols and using quadratic reciprocity, we get that $$\left(\frac{-3}{p}\right) = \left(\frac{-1}{p}\right)\left(\frac{3}{p}\right) = \left(\frac{-1}{p}\right)\left(\frac{p}{3}\right) (-1)^{\frac{p-1}{2}} = \left(\frac{p}{3}\right)$$ So $-3$ is a square in $\mathbb{F}_p$ iff $p$ is a square in $\mathbb{F}_3$, that is, iff $p\equiv 1 \mod{3}$.

Jef
  • 3,821