Consider the polynomial $$f(x)=x^4-x^3+14x^2+5x+16$$ and $\mathbb{F}_p$ be the field with $p$ elements, where $p$ is prime. Then
- Considering $f$ as a polynomial with coefficients in $\mathbb{F_3}$, it has no roots in $\mathbb{F_3}$.
Considering $f$ as a polynomial with coefficients in $\mathbb{F_3}$, it is a product of two irreducible factors of degree $2$ over $\mathbb{F_3}$.
Considering $f$ as a polynomial with coefficients in $\mathbb{F_7}$, it has an irreducible factor of degree $3$.
- $f$ is a product of two polynomials of degree two over $\mathbb{Z}$.
My work: $$f(x)=x^4+2x^3+2x^2+2x+1$$ in $\mathbb{F_3}$ which can be written as $$f(x)=(x^2+1)(x+1)^2$$ hence $1$ and $2$ are wrong.
In $\mathbb{F_7}$, we can write
$$f(x)=x^4+6x^3+5x+2,$$ which is reducible but I am unable to conclude $3$ precisely and also having problem with $4$.
Am i right with my conclusions? Help me out.
You can write $f(x) = x^4 - x^3 -2x + 2 ~(\mod 7)$ and you can check that $f(1) = 0$. Hence $(x-1)$ is a factor of $f(x) ~(\mod 7)$.
After factoring we get $f(x) = (x-1)(x^3-2) ~(\mod 7)$. So If we proved that $x^3 - 2$ is irreducible $\mod 7$ that means point $3$ is true and point $4$ is false since if $f(x)$ can be written as a product of polynomials of degree two then that hold for $f(x) ~(\mod 7)$ but this contradict that $f(x) $ has an irreducible factor of degree $3$.
To prove $x^3 - 2$ is irreducible we can check $1^3, 2^3, \cdots , 6^3 ~(\mod 7)$ if non equal to $2$ then we are done. And that can be proved easily using the theorem $a^{p-1} \equiv 1 ~(\mod p)$ for $(a,p)=1$. Thus $a^{\frac{p-1}{2}} \equiv \pm 1~ (\mod p)$.