Let A and B be two non-empty bounded subsets of $\mathbb{R}$.
$\forall{a\in A,\, b\in B} \mid a\le b$
Prove that: $\sup A \le \inf B$
My solution goes as follows:
Suppose $\sup A \gt \inf B$:
$\forall {a\in A,b\in B}\,\,\exists{\varepsilon>0}\mid (a + \varepsilon \gt \sup A)\land (b - \varepsilon \lt \inf B) $.
Therefore, $\space a + \varepsilon \gt b - \varepsilon \space\space \rightarrow \space\space a + 2\varepsilon \gt b$
Why did I not get a contradiction?
Firstly, your approach is correct but you seem to be a bit jumbled in all the technicalities. I think the proof that wj32 gave is more natural, but here is a proof in the same flavour as yours.
For all $\epsilon > 0$ there exists $a\in A$ and $b\in B$ such that $$a + \epsilon \ge \sup A,\ \ \ b-\epsilon \le \inf B$$ So far this is exactly what you stated, except without the logical symbols (you had the quantifiers backwards). Now suppose for the sake of contradiction that $\sup A > \inf B$. Then from the above inequalities we would have $$a + \epsilon \ge \sup A > \inf B \ge b-\epsilon$$ So for all $\epsilon > 0$ there exists some $a$ and some $b$ such that $$a > b - 2\epsilon$$ Since $\epsilon$ is arbitrarily small, this means that there exists $a$ and $b$ such that $a \ge b$ (this needs some formalizing). Now either there exists $a > b$ which contradicts our hypothesis, or we have $a=b$ where in this case we simply have $\sup A = \inf B$ contrary to our assumption.