I'm working through some Hartshorne problems and have noticed that in order to do certain problems properly one must prove a given polynomial $f\in k[x,y]$ is irreducible.
For example, in problem I.5.1(b) we are studying the polynomial $f=xy-x^6-y^6$. How can I show this is irreducible?
The standard tricks (Eisenstein, linearity in one variable, etc...) don't seem to work here.
Edit: Some of the other polynomials in the problem are also giving me trouble. They are $g=x^3-y^2-x^4-y^4$ and $h=x^2y+xy^2-x^4-y^4$. Any ideas for these?
Assume $k$ is algebraically closed. Let $F = k((x))$. Consider the polynomial $g = xy - y^6$. Because
$$g \equiv f \mod x^6 $$
then over $F$, factorization of $g$ should approximate the factorization of $f$. The factorization of $g$ is
$$ g = y (x - y^5) $$
This is easy to check because its splitting field $E = F(x^{1/5})$ satisfies $[E : F] = 5$. The six roots of $g$ are $y=0$ and $y=\zeta^k x^{1/5}$ where $\zeta$ is a fifth root of unity. (if $k$ has characteristic $5$, then instead $x^{1/5}$ is a root with multiplicity 5)
Now observe
$$ f(x, x^{1/5}) \equiv g(x, x^{1/5}) = 0 \mod (x^{1/5})^{30} $$
and by Hensel's Lemma / Newton's algorithm, we can lift $x^{1/5}$ to an actual root $\alpha$ of $f$ in $E$ with leading term $x^{1/5}$; therefore $F(\alpha) = E$. (This might not work in characteristic 5; I haven't checked in detail)
Therefore, we conclude that $f$ has an irreducible factor of degree $5$ over $F$.
Therefore if $f$ were reducible over $k(x)$, then the only possibility is that it has an irreducible degree $5$ factor and a root. By inspection, we can see that such a root has to be $x^5$ plus higher powers of $x$, and from there it's easy to see that said root can't exist.
Thus $f$, as a polynomial in $y$ over $k[x]$, is irreducible and has content $1$. Therefore $f$ is irreducible in $k[x,y]$.
Now consider $k$ not algebraically closed, then the fact $f$ is irreducible over $\bar{k}[x,y]$ implies it is also irreducible over $k[x,y]$.