Ring of polynomials over a field has infinitely many primes

You can copy Euclid's proof. Let $p_1, \dots, p_n$ be a finite collection of prime polynomials in $F[X]$. Consider $f=p_1 p_2 \cdots p_n +1$. Let $p$ be a prime factor of $f$. Then $p$ cannot be any of $p_1, \dots, p_n$ because otherwise $p$ would divide $1$. Hence, no finite collection of prime polynomials exhausts the set of prime polynomials and so the set of prime polynomials is infinite.


Let's talk about fields of characteristic $p$. Every finite field $k$ (of this characteristic) has $q=p^r$ elements, and they all are roots of the polynomial $f_q(X)=X^q-X$, which you see has no repeated roots, so that this polynomial identifies the elements of $k$. Now let's apply this to the question of irreducible polynomials over ${\mathbb{F}}_p$. Each of the polynomials $f_q$ factors into irreducibles over ${\mathbb{F}}_p$, always including $X$ and $X-1$, of course, but if you look closely, you'll see that all the irreducibles of degree $r$ over $\mathbb{F}_p$ divide $f_q$. Conversely, the irreducible ${\mathbb{F}}_p$-polynomials dividing $f_q$ are precisely the irreducibles of degree dividing $r$. So, for example, the irreducible polynomials of degree $4$ over the field with $2$ elements are the quartic irreducibles dividing $X^{16}-X$, whose total factorization is $X(X+1)(X^2 +X+1)(X^4+X+1)(X^4+X^3+1)(X^4+X^3+X^2+X+1)$.

Generalization to the irreducibles over $\mathbb{F}_q$ left to you.