In p.20 Stewart and Tall's algebraic number theory, it says that the polynomial $t^5-t+1$ is irreducible: consider $mod 5$, there is no linear factor since none of $0,1,2,3,4$ when substituted fir $t$, so the only possible way to factorize is $t^5-t+1=(t^2+bt+c)(t^3+dt^2+et+f)$, where $a,b,c,d,e,f$ take value $0,1,2,3,4 (mod 5)$. This gives a system of equations on comparing coefficients which are all easily eliminated and hence the polynomail is irreducible mod $5$, so irreducible over $\mathbb{Z}$.
My question is: can I just simply say that by fermat's little theorem, $t^5-t+1 \equiv t-t+1 =1 \pmod{5}$, which is clearly irreducible?