Exercise. We would like to prove that the polynomial $f(X,Y):=X^3Y+Y^3+X\in \Bbb Z_2[X,Y]$ is irreducible in $\Bbb Z_2[X,Y]$.
My attempt. Consider $f(X,Y):=X^3Y+Y^3+X\in (\Bbb Z_2[X])[Y]$ and we are looking for a factorisation in $(\Bbb Z_2[X])[Y]$. So, say $$Y^3+X^3Y+X=(p_1(X)Y+p_2(X))(p_3(X)Y^2+p_4(X)Y+p_5(Y)).$$ Then, $$p_1(X)p_3(X)=1 \implies p_1(X)=p_3(X)=1,\\ p_1(X)p_5(X)+p_2(X)p_4(X)=X^3\implies p_5(X)=X^3+p_2(X)p_4(X),\\ p_2(X)p_5(X)=X \implies X^3p_2(X)+p_2^2(X)p_4(X)=X.$$ So, $p_2(X)(X^3+p_2(X))p_4(X))=X \implies \deg_X p_2(X)+\deg_X(X^3+p_2(X)p_4(X))=1$.
Questions.
- Is this methogology correct? And if yes, how can we reach a contradiction?
- Can we work with the total degree for a contradiction, like this example?
- Any other ways to prove this?
Thank you.