I want to argue that argue that $\pi(\alpha)=\alpha^3+3\alpha+3$ is an irreducible polynomial over the finite field with 5 elements $\mathbb{F}_5$. My approach was just to check that $\pi$ has no roots in $\mathbb{F}_5$. Is this right?

- 272,048

- 369
-
1yes because if a cubic factors over the field then it's the product of a quadratic and a linear term, and the linear term will have a root. Works in any field – DanielWainfleet Dec 31 '15 at 16:23
-
That's just because two reduce $3$ you've got either $1+2$ or $1+1+1$. – Vim Dec 31 '15 at 19:15
-
Beware these results may fail when the coef ring is not a domain, e.g. a reducible cubic with no roots. – Bill Dubuque Nov 17 '23 at 18:49
4 Answers
Yes, a polynomial of degree $3$ will be irreducible if and only if it has no root.
The only way it could factor in a non-trivial is as a product of a degree $2$ and a degree $1$, or as three degree $1$ polynomials.
Either way there is a degree $1$ factor and this means there'd be a root.
This also works for degree two polynomials yet not for other degrees.

- 42,135
One has the:
Proposition. Let $k$ be a field and $p\in k[X]$ be a polynomial of degree $2$ or $3$. $p$ is irreducible over $k$ if and only if $p$ has no roots in $k$.
Proof. We distinguish the two following cases:
If $\deg(p)=2$. Assume that $p$ has no roots in $k$ and assume their exists $(f,g)\in k[X]^2$ such that: $$p=fg.$$ Taking the degree in this equality leads to: $$(\deg(f),\deg(g))\in\{(0,2),(1,1),(2,0)\}.$$ Hence, since $p$ has no roots in $k$, $(\deg(f),\deg(g))\in\{(0,2),(2,0)\}$. In other words, $p\in k[X]^\times$ or $q\in k[X]^{\times}$ and $p$ is irreducible over $k$.
If $\deg(p)=3$. Assume that $p$ has no roots in $k$ and assume their exists $(f,g)\in k[X]^2$ such that: $$p=fg.$$ Taking the degree in this equality leads to: $$(\deg(f),\deg(g))\in\{(0,3),(1,2),(2,1),(3,0)\}.$$ Hence, since $p$ has no roots in $k$, $(\deg(f),\deg(g))\in\{(0,3),(3,0)\}$. In other words, $p\in k[X]^\times$ or $q\in k[X]^{\times}$ and $p$ is irreducible over $k$. $\Box$

- 19,042
Yes, a polynomial (over a field) with degree less than 4 is irreducible if and only if it has no roots. This is because having roots is equivalent to having linear factors.

- 760
Yes, but you need to justify why this works. If $\pi$ were reducible, you could write $\pi(\alpha) = \pi_1(\alpha) \cdot \pi_2(\alpha)$ in a non-trivial way. This would imply that the possible degree for $\pi_1$ is either one or two, in which case $\pi_2$ would be of degree one. In any case, since one of the factors must be of degree one, this means that if $\pi$ is reducible, it must have a root and so your method works.
In general, if $\pi$ wouldn't be of degree three, your method could fail.

- 65,634
- 5
- 79
- 122