I'm trying to show that if $(x^*,y^*)$ is a local minimum for
$ \min_{x,y} f(x) \\ s.t. \; c(x) = y^2 $
then $x^*$ is a local minimum for
$ \min_{x} f(x) \\ s.t. \; c(x) \geq 0 $
If we consider globally optimal solutions then the result is easy to see:
$c(x)\geq0 \Rightarrow \exists y : (x,y)\in\{c(x)=y^2\} \Rightarrow f(x^*)\leq f(x)$
However, for some reason I haven't managed to show the corresponding result for local minima. Intuitively, for small enough $\varepsilon$ one should have
$x \in \{x:c(x)\geq0\}\cap B_{\varepsilon}(x^*) \Rightarrow \exists y : (x,y)\in\{(x,y) : c(x)=y^2\} \cap B_{\delta}(x^{*},y^*) \Rightarrow f(x^*)\leq f(x)$,
where the $B$:s are norm balls, but I haven't been able to prove the first implication here. Any ideas?