So I have to prove that there are infinitely many prime elements in $R = F[x]$ where $F$ is a field.s I can assume that $R$ is a UFD and therefore an irreducible element is same as a prime element.
This is my approach:
Assume the contrary that is there are finite prime numbers, let them be $(p_1 , p_2 , p_3\ldots p_n)$
Let there be a polynomial $(p_1.p_2.p_3\ldots p_n) \cdot x + 1$
Now since it belongs to the ring, it can either be reducible or irreducible.
Case 1 : Polynomial is irreducible:
If it is irreducible then we have found a new prime element in $R[F(x)]$ , so contradiction.
Case 2: I am not able to get a contradiction in the case where the polynomial is reducible..
Is my approach even correct??