I'm reading Stewart's Galois Theory Third Edition Example 3.23, where we are proving that $f(t) = t^4 + 15t^3 + 7$ over $\mathbb{Z}$ is irreducible by showing its mapping to $\mathbb{Z}_5$ is irreducible.
First, the polynomial gets mapped to $t^4 + 2$ over $\mathbb{Z}_5$. Then Stewart says if it is reducible over $\mathbb{Z}_5$, then either it has a factor of degree 1, or it is a product of two factors of degree 2 (understandable). Then he claims "The first possibility gives rise to an element $x \in \mathbb{Z}_5$ such that $x^4 + 2 =0$" -- here I'm not following how this gives rise to such an equation for which we could check whether the factor of degree 1 is possible...Many thanks for help!
$$a^4 + 2 = (a - a) p(a) = 0$$
in $\mathbb{Z}_5$
– Dec 31 '15 at 21:57