Pinter's textbook "A book of abstract algebra" asks to prove the following:
There are infinitely many irreducible polynomials in $\mathbb{Z}_{5} [x]$.
Here's my attempt to prove it any field $\mathbb{F}$:
Let $F$ be a field. Suppose that there are finitely many irreducible polynomials in $F[x]$, say, $r_1 , r_2 , \ldots , r_n $. Then $r_1 r_2 \ldots r_n +1 \in F[x]$. Hence, by the factorisation into irreducible polynomial theorem tells us that $$r_1 r_2 \ldots r_n +1 = k( r_1 r_2 \ldots r_n)$$
for some $k \in \mathbb{F}$. But then $r_1 r_2 \ldots r_n$ would be an associate of $1$. Thus each of $r_i$ must be a constant polynomial which contradicts the definition of a irreducible polynomial.
But I suppose this is not what the author wanted. I was wondering if there's any way to generate such irreducible polynomials over $\mathbb{Z}_{5}$. It looks to me as if $x^n+1$ where $n$ is even is a irreducible polynomial but I couldn't prove it. Any hints?