Is there a way to prove that the following polynomials $f,g,h$ do not divide each other in the polynomial ring $\mathbb{C}[x,y,z]$?
$$f(x,y,z)=x^5-yz, \ \ g(x,y,z)=y^2-xz, \ \ h(x,y,z)=z-xy$$
Is there a way to prove that the following polynomials $f,g,h$ do not divide each other in the polynomial ring $\mathbb{C}[x,y,z]$?
$$f(x,y,z)=x^5-yz, \ \ g(x,y,z)=y^2-xz, \ \ h(x,y,z)=z-xy$$
Choose $(x,y,z)$ from $\{ (1,0,0), (0,1,0), (0,0,1) \}$ and note that exactly one of $f,g,h$ is 1 for each element and zero for the others. Hence then cannot divide one another.
To illustrate, suppose $f \mid g$, then if $f(x,y,z) = 0$ we must have $g(x,y,z) = 0$, but $g(0,1,0) = 1$ and $f(0,1,0) = 0$.
$x^5-yz$ does not divide $y^2-xz$ because the former has degree $5$ in $x$ and the latter has degre $1$. Conversely $y^2-xz$ does not divide $x^5-yz$ because the former has degree $2$ in $y$ and the latter has degree $1$. Similarly $f$ and $g$ can't divide $h$.
$h$ can't divide $f$, nor $g$, because since $h(2,2,4)=0$, $f(2,2,4)$ and $g(2,2,4)$ would be $0$, and $f(2,2,4)=24$, $g(2,2,4)=-4$.