Are the following two equations equivalent?
The first equation is $$ \min_{x,y} f(x,y). $$
The second equation is $$ \min_x g(x) \quad \text{where} \quad g(x) = \min_y f(x,y). $$ The second equation can be considered as $$\min_x \left(\min_y f(x,y)\right).$$
I tried to find some counter example, but I failed. If you know the answer, I would really appreciate it if you share it, and I would be even more grateful if you provide counterexamples. If the two are equivalent, please let me know and share any relevant sources or references related to the proof.