Prove that $\sup(A)<\sup(B)$ implies there is an upper bound of $A$ in $B$

1.9k Views Asked by At

I am trying to prove the proposition:

$\sup A <\sup B$ implies there is an upper bound of $A$ in $B$ ($A ,B \subseteq \mathbb{R}$).

Is my proof sensible?

If there was no $b \in B$ with $\sup{A} < b$:

$ \Rightarrow \sup A \geq b$ for all $b \in B$

$ \Rightarrow \sup A$ is an upper bound of B

as $\sup B \leq $ all upper bounds of $B$ this means we have a contradiction as $\sup A <\sup B$ by the proposition.

Can we conclude from this there must be a $b \in B$ such that $\sup{A} < b$. Making it an upper bound of $A$?

4

There are 4 best solutions below

0
On BEST ANSWER

Your proof is quite correct though I would write it a bit differently:

Let $A,B$ be non-empty sets with $\sup(A) < \sup(B)$.

Suppose for a contradiction that $\forall b \in B: \lnot(\sup(A) < b)$

Then $\forall b \in B: b \le \sup(A)$, as we have a linear order. Which makes $\sup(A)$ an upperbound for $B$ and by minimality of $\sup(B)$ among all upperbounds of $B$, we get $\sup(B) \le \sup(A) (< \sup(B))$, a contradiction.

So $\exists b \in B: \sup(A) < b$ and as all $a \in A$ obey $a \le \sup(A)$, this newly found $b$ is indeed an upperbound for $A$.

Note also that the reverse almost but not quite holds: if $B$ contains a strict upperbound for $A$, so $\exists b \in B :\forall a \in A: a < b$ , then $\sup(A) \le b \le \sup(B)$, and we can do no better (not $\sup(A)< \sup(B)$) as $A = (0,1), B= (0,1]$ shows.

4
On

It is wrong for instance take $A=[0,\sqrt{2})$ and $B=[0,2) \cap \mathbb Q$. What would be an upper limit for $A$ in $B$?

0
On

Some detail has to be fixed. You can avoid contradiction by proving the contrapositive.

Suppose no element of $B$ is an upper bound of $A$ (better than “suppose $\sup A<b$ for no $b\in B$”).

Then, for every $b\in B$, there is $a\in A$ with $a\ge b$. Since $\sup A$ is an upper bound for $A$, $a\le\sup A$.

Hence, for every $b\in B$, we have $b\le\sup A$. In particular $\sup A$ is an upper bound for $B$ and therefore $\sup B\le\sup A$.


On the other hand, you can do a direct proof.

Let $\varepsilon=\sup B-\sup A>0$. Then there exists $b\in B$ such that $b>\sup B-\varepsilon$. This means $b>\sup B-(\sup B-\sup A)$, that is, $b>\sup A$. Since $\sup A$ is an upper bound for $A$, then $b$ is an upper bound as well.

0
On

Since $\sup B$ is the least upper bound of $B,$ no number less that $\sup B$ can be an upper bound of $B.$ In particular, since $\sup A\lt\sup B,$ it follows that $\sup A$ is not an upper bound of $B,$ Therefore, there is an element $b\in B$ such that $b\gt\sup A.$ Since $b\gt\sup A,$ it follows that $b$ is an upper bound of $A.$