I would like to prove that $A = \mathbb{C}[x,y,z]/(x^2+z^2-1, x^2-y^2-z^2)$ is an integral domain.
I feel that it would be easy enough to prove the denominator is prime using the techniques of Grobner bases, but my professor suggests another way. He says to consider the inclusions $\mathbb{C}[x]$ $\subset$ $B = \mathbb{C}[x,z]/(z^2-(1-x^2))$ $\subset$ $A$ and use a result which says that $k[x,y]/(y^2-f(x))$ is an integral domain if and only if $f(x)$ is not a square in $k[x]$. This shows $B$ is a domain, but here I get stuck. I consider $A=B[y]/(y^2 - (x^2-z^2))$ and I can see that the denominator is irreducible, but $B$ is not a UFD, so irreducible is not necessarily equivalent to prime. How should I proceed?