I'am trying to show that for every p$ \in \mathbb{N}$ where p is prime, there is an irreducible polynomial of degree 3 in $\mathbb{F}_p$. I've found too general answers for that question, but I want to show it in the most simple way.
I know to do so for polynomial of degree 2: the function $x\mapsto x^2$ is not surjective, thus there is $a\in \mathbb{F}_p$ with $\forall b \in \mathbb{F}_p $ $b^2 - a \neq 0$ , which means $x^2-a$ has no roots.
But I can't do the reduction to my problem.
Thanks.
For something in the same spirit as the example for $2$: $x^3-x=(x+1)x(x-1)$ has three zeros (two for $p=2$), so it can't be surjective. Thus some $x^3-x-a$ has no zeros, and a cubic with no linear factors is irreducible.
This approach won't generalize any further; we need to account for more than just linear factors to verify that a polynomial of degree $\ge 4$ is irreducible.
Oh, and your example for quadratic polynomials isn't quite universal; both $x^2=x\cdot x$ and $x^2+1=(x+1)(x+1)$ factor for $p=2$. We need a special case $(x^2+x+1)$ for that.