I am asked to prove or disprove that given a finite field $\mathbf{F}_q$, the ring $\mathbf{F}_q[x]$ contains irreducible polynomials of arbitrarily large degree. I couldn't think of a reason why this should be false so I tried to prove it. Inspired by Euclid:
Take arbitrary $\mathbf{F}_{q}$. Consider $X_{n}=\{f\in\mathbf{F}_{q}[x]:f\;\text{irreducible}, 1\leqslant\deg f\leqslant n\}$ (finite). Define: $$h(x)=\prod_{f\in X_n} f(x)+1$$ Then $\deg h>n$ and $h\in \mathbf{F}_q[x]$ irreducible.
Does this work? If not any pointers/should I be proving the opposite?