In this post, the OP wants to minimize $$ f(x,y,z) = x^2+y^2+z^2$$ subject to $$ 4x^2+2y^2+z^2 = 4 $$
Different methods yield $(1,0,0)$ as a minimizer, with $\min{f(x,y,z)}=1$.
Given that $z^2 = 4-4x^2-2y^2$, isn't the problem equivalent to minimizing $$ f(x,y,z(x,y))=4-3x^2-y^2\; ? $$
This seems logical to me, but this function is unbounded below, and has no minimizer. This makes no sense, as $f(x,y,z)\ge 0$.
Can someone find the catch?