Let $X,Y$ be two bounded subsets of $\mathbb{R}$ satisfying the following proposition 1 :
$$\forall x \in X, \forall y \in Y : x \leq y $$
I wanted to know if there's a direct proof of $$\sup X \leq \inf Y$$
I think I managed to prove it by contradiction ( correct if I'm wrong please ).
Suppose $\sup X > \inf Y$ . It then follows that $\sup X - \inf Y > 0$ .
Choosing $\varepsilon_1 = \sup X - \inf Y,$ by definition of infimum, we have that $$\exists y_0 \in Y [ y_0 < \inf Y + ( \sup X - \inf Y ) = \sup X ] $$
Choosing $\varepsilon_2 = \sup X - y_0, $ by definition of supremum, we have that
$$\exists x_0 \in X [ (\sup X - (\sup X - y_0) = y_0 < x_0 ] $$
Last statement contradicts proposition 1.
I always try to avoid proving by contradictions, but regarding this proposition I can't a direct proof.
Thanks a lot.