Prove that the polynomials are irreducible on F5[x,y]

943 Views Asked by At

$ y^3 − (x^2)y + x(y^2) − 3x$ in $F5[x, y].$

Is it right to go through all the $(x,y)$ from $0,1,2$ and $4$

but when $x=0,y=0$ and $x=0,y=4$ and some other situations that the polynomial can be $0,$ does it mean that polynomial is reducible

1

There are 1 best solutions below

0
On BEST ANSWER

Suppose $f = y^3-x^2y+xy^2-3x$ is reducible in $F_5[x,y]$.

Thus, assume $f = gh$, for some non-constant $g,h \in F_5[x,y]$.

We can regard

$$f = (-y)x^2 + (y^2 - 3)x + (y^3)$$

as a quadratic in $x$, with coefficients in $F_5[y]$.

Then, since the coefficients $\,(-y)$, $\,(y^2-3)$, $\,(y^3)\,$ have no common factor in $F_5[y]$, it follows that $g,h \notin F_5[y]$, hence $g(x,y),h(x,y)$ must each have degree $1$ in the variable $x$.

Then \begin{align*} &f(x,y) = g(x,y)h(x,y) \text{ in }F_5[x,y]\\[6pt] \implies\; &f(x,-1) = g(x,-1)h(x,-1) \text{ in }F_5[x]\\[6pt] \implies\; &x^2 - 2x - 1 = g(x,-1)h(x,-1) \text{ in }F_5[x]\\[6pt] \end{align*}

Since $g(x,y),h(x,y)$, as elements of $F_5[x,y]$, have degree $1$ in $x$, the polynomials $g(x,-1),h(x,-1)$, as elements of $F_5[x]$, have degree at most $1$. But since the product in $F_5[x]$ of $g(x,-1)$ and $h(x,-1)$ is $x^2 - 2x - 1$, it follows that each of $g(x,-1),h(x,-1)$ must have degree exactly $1$, hence

\begin{align*} &x^2 - 2x - 1 = g(x,-1)h(x,-1) \text{ in }F_5[x]\\[6pt] \implies\; &x^2 - 2x - 1 \text{ is reducible in }F_5[x]\\[6pt] \implies\; &\text{The discriminant }D\text{ of }x^2 - 2x - 1\text{ is a square in }F_5\\[6pt] \end{align*}

contradiction, since

$$D = (-2)^2 - 4(1)(-1) = 8 = 3\qquad\qquad\qquad\;\;\,$$

which is not a square in $F_5$.

It follows that $f$ is irreducible in $F_5[x,y]$.