Is $f=t^4+7$ reducible over $\mathbb{Z}_{17}$?
Attempt: I checked that $f$ has not roots in $\mathbb{Z}_{17}$, so the only possible factorization is with quadratic factors.
Assuming $f=(t^2+at+b)(t^2+ct+d)$, we have $bd=7$, $a+c=0$ and $ac+b+d=0.$ But it is cumbersome to find if there are solutions for these equations.
I know certain tools to prove the irreducibility of a polynomial over rings like $\mathbb{Z}$ or $\mathbb{Q}$ such as Gauss and Eisenstein's criteria. But over finite rings like $\mathbb{Z}_n$, I don't know how to prove the irreducibility of a polynomial with degree higher than $3$. Finding roots allows me to find linear factors, but I cannot use this technique to find quadratic factors. What kind of tool may I use in this case?
It seems that we need only elementary tools to show the irreducibility in the comments. But let me introduce one interesting approach, called the Berlekamp algorithm, that one can calculate by hands, in a systematic way.
Firstly, let $\beta=\{1,x,\cdots,x^3\}$ be a basis for $F_{17}/(x^4+7)F_{17}$. Then we consider the automorphism $\sigma_{17}=\sigma$ which takes $f$ to $f^{17}$, with respect to the basis $\beta$.
$$\sigma: \begin{pmatrix}1&0&0&0\\0&4&0&0\\0&0&-1&0\\0&0&0&-4\end{pmatrix}.$$
Now denote the matrix of $\sigma-\iota$ by $B$, which is $$=\begin{pmatrix}0&0&0&0\\0&3&0&0\\0&0&-2&0\\0&0&0&-5\end{pmatrix}.$$
Since this matrix has kernel of dimension $1$, we conclude that $f$ is irreducible!
Why? It depends upon the following lemma:
Since the proof is easy, we omit it here.
Furthermore, by definition, we know that $h$ must belong to the kernel of $\sigma_q-\iota$. Apparently, $h=1$ is always such one polynomial, and hence $\rho:=\sigma-\iota$ always has a kernel of dimenson $\ge1$; this is called the trivial factorisation.
Now let $f$ have $k$ irreducible factors $f_i$. If $h$ satisfies the conditions in the lemma, then each $f_i$ divides one of $h(x)-c$, so that $h\equiv c\pmod {f_i}$. As a consequence, we find that the dimension of the space of such $h$ is exactly $k$. Since this space is just the kernel of $\sigma_q-\iota$, we now see how one can conclude that our $f$ is irreducible as above.
In general, if there are non-trivial solutions to $h^q\equiv h\pmod f$, then we shall write out the factorisation $f(x)=\prod_{c\in F_q}\gcd(f(x),h(x)-c)$, and examine each factor therein respectively.
If any inappropriate points occur, tell me, so that I can appropriate it. Thanks in advance.