Note: $\sup a$ being supremum.
I am trying to prove that if $A \subset B$ then $\sup A \leq \sup B$, with $A \subset \mathbb{R}$ and $B \subset \mathbb{R}$. Here's is my attempt.
Let's reason by contradiction. Suppose that $\sup A > \sup B $. Let then $\epsilon \in \mathbb{R}$ such that $\epsilon = \sup A - \sup B$, we have $\epsilon > 0$.
Let then $\delta \in \mathbb{R}$ such that $0 < \delta < \epsilon$.
Let $y= \sup A$. Then we have $y-\delta \in A$ and $y-\delta > y-\epsilon$, thus $y-\delta \not \in B$. But this is absurde, as $A \subset B$
Thus we have $\sup(A) \leq \sup(B) $.
Is my proof correct?