I've tried to prove that $x^2+y^2-1$ is irreducible in $C[x,y,z]$.
Attempt: Let $f[y](x) = x^2 + (y^2-1) \in C[y][x]$, then $f[y](x+1) = x^2 + 2x + y^2$. Let $g[x](y) = y^2 + (x^2+2x)$, then it's irreducible by Eisenstein's Criterion (x is irreducible). Hence $x^2+y^2-1$ is irreducible.
Now I know that $x^2+y^2-1$ is actually reducible, so which step of my proof goes wrong?