I'm failing to understand the basics concepts of upper/lower bounds and I was hoping I could get some guidance through a simple question.
Suppose that $A$ and $B$ are two non-empty bounded sets of real numbers, such that $x \leq y$ for every $x \in A$ and $y \in B$. Show $lubA \leq glbB$
I have no idea how to even start this proof. I obviously need to somehow relate $x \leq y$ to the boundaries of their sets, that is $lubA \leq glbB$. Although I'm not even sure if my idea is correct. Any help?
I'm going to use $\sup$ and $\inf$ for lub and glb, respectively, as these are more natural for me. These are exactly equivalent terms.
Pick $x \in A$. (We can do this because $A$ is nonempty.) Then $x \leq \sup A$ (by definition). But $x \leq y$ for all $y \in B$, so this $x$ is a lower bound of $B$. But any lower bound of $B$, by definition, must be less than or equal to the greatest lower bound of $B$. So $x \leq \inf B$. Since this $x$ was arbitrary, we have $x \leq \inf B$ for all $x \in A$. But then $\inf B$ is an upper bound of $A$, so that means that it cannot possibly be less than the least upper bound of $A$, so $\sup A \leq \inf B$.