We are given a polynomial $P(x,y,z) = x^4y^2+x^2y^4+z^6-3x^2y^2z^2$ we need to prove that $\text {inf}_{x,y,z}p(x,y,z) =0 $.
I tried to prove it using the property that a point will be minimum if $\nabla f = 0$ and $\text{H}(x)\ge0$. $$\nabla f = \begin{bmatrix} 4x^3+2xy^4-6xy^2z^2\\ 2x^4y+4x^2y^3-6x^2yz^2\\ 6z^5-6x^2y^2z\\ \end{bmatrix} $$ gives $x=0,y=\text{k},z=0$ and we observe that $\text{H}(x)=0$ thus it has minimum at $(0,\text{k},0)$ and thus $\text {inf}_{x,y,z}p(x,y,z) =0 $.
I have assumed that the minimum point will also give the infimum point. Is my understanding correct?
Any suggestions or hint will be very helpful, thanks in advance!