Consider two optimization problems:
$$ (P1:) \ \ \min\limits_{x \in X} x $$
$$ (P2:) \ \ \min\limits_{x \in X, x \le y} y $$
Many authors said that P1 and P2 are equivalent, but without any further explanation. In my opinion, P1 can be seen as $\inf\nolimits_{x \in X}x$, which is the maximal lower bound of $x$. According to this idea, P1 should be equivalent to the following P3:
$$ (P3:) \ \ \max\limits_{x \in X, x \ge y} y $$
But the fact is that P1 is indeed not equivalent to P3. May I ask where my thinking is wrong? Why are P1 and P2 equivalent?