Show that the polynomial $f(X) = 7X^5 + 71X^3 - 9$ is irreducible in $\mathbb{Z}[X]$
My solution:
Using the irreducibility test: "Reduction Mod p Test"
$f(X)$ is clearly primitive and that the prime number 2 does not divide the leading coefficient.
It is therefore enough to prove the polynomial $\bar{\pi}_2(f(X)) = X^5+X^3-\bar{1} \in (\mathbb{Z}/2\mathbb{Z})[X]$ is irreducible.
$\bar{\pi}_2(f(X))$ has no roots in $(\mathbb{Z}/2\mathbb{Z})[X]$ (to verify this evaluate the polynomial at the two elements $\bar{0}$ and $\bar{1}$ of $(\mathbb{Z}/2\mathbb{Z})[X]$
Thus, if it were reducible then it would have to be of the form $g(X) \cdot h(X)$, where $g(X), h(X) \in (\mathbb{Z}/2\mathbb{Z})[X]$ are both irreducible of degree $2$. Which is not possible.
Concluding that $\bar{\pi}_2(f(X))$ is irreducible in $(\mathbb{Z}/2\mathbb{Z})[X]$, whereby $f(X)$ is irreducible in $\mathbb{Z}[X]$.
Hint $f\,$ has no roots in $\Bbb F_2$ so no linear factors so if $f$ splits it has an irred. quadratic factor $g$, so in $\,\Bbb F_2[x]/g \cong \Bbb F_4\!:\,$ $\,\color{#c00}{x^3\! =\! 1}\,$ so $\ \color{#0a0}0 \!=\! f\! =\! \color{#0a0}{x^2}(\color{#c00}{x^3})+\color{#c00}{x^3}\!-1 = \color{#0a0}{x^2}\,$ so $\,\color{#c00}{1\! =\! x^3}\! =\! \color{#0a0}{x^2}\color{c00}{x} \!=\!\color{#0a0}0,\,$ contradiction.
Remark $ $ We used $\,0\neq f\in \Bbb F_4\Rightarrow f^{\large \color{#c00}3}\! = 1\,$ (for $\,f\!=\!x),\,$ an analogue of Fermat's little Theorem, which is true because $\,\Bbb F_4$ has multiplicative group $\,\Bbb F_4^*$ of size $\,\color{#c00}3 =4\color{darkorange}{-1} \,$ ($\rm non\color{darkorange}{zero}$ elements are invertible in a field), so Lagrange's Theorem $\Rightarrow f^{\large\color{#c00}3}\! = 1\,$ for all $\,f\neq 0.$
Above is essentially a special case of a general polynomial irreducibility test over finite fields - which is an an efficient analog of the impractical Pocklington-Lehmer integer primality test.