6

In that article, I prove that the polynomial $X^4+1$ is reducible over all finite prime fields of odd characteristic.

The proof is based on the fact that for $p$ odd prime, the multiplicative group of the non-zero elements of $\mathbb{F}_{p^2}$ has an element of order $8$.

Do you have other proves? Potentially simpler?

MooS
  • 31,390

1 Answers1

4

I think the proof based on $8|p^2-1$ is the simplest proof. Here is another one:

In the algebraic closure $\overline{\mathbb F_p}$ we have the decomposition

$$X^4+1=(X-\frac{1+i}{\sqrt{2}})(X-\frac{1-i}{\sqrt{2}})(X+\frac{1+i}{\sqrt{2}})(X+\frac{1-i}{\sqrt{2}})$$

This gives rise to $3$ compositions in factors of degree $2$:

$X^4+1=(X^2+i)(X^2-i)=(X^2-\sqrt{2}X+1)(X^2+\sqrt{2}X+1)=(X^2-i\sqrt{2}X-1)(X^2+i\sqrt{2}X-1)$

By the well known fact that the product of two non-squares is a square, we deduce that at least one of this decompositions lies in $\mathbb F_p$.

Of course this works for $p$ odd. For $p=2$ the assertion is trivial.

MooS
  • 31,390