If a < b, what is the supremum of (a,b)

249 Views Asked by At

Let $ \in \mathbb{R} $ and $<$. Make a conjecture about the supremum of (a, b).

My conjecture was this: Since $<$ then $(,)=$.

Proof: Let $c = sup(a,b)$. Let $d$ be the set of all other upper bounds of $(a,b)$. Then $c \leq d$. Further, since $c$ is an upper bound of $(a,b)$ then $c \leq b$ since $a<b$. But, the greatest value of an upper bound that is less than or equal to $b$ is $b$ itself. Therefore, $sup(a,b) = b$.

Is this correct? What improvements can I make?

2

There are 2 best solutions below

4
On

Your proof seems correct, but a better idea is to exploit the fact that no element "less than" the least upper bound can be an upper bound for the given set.

So, here if you claim that $\sup \left( a, b \right) = b$, then you should prove that $\forall \epsilon > 0$, $b - \epsilon$ is not an upper bound for $\left( a, b \right)$.

First, we see that $b - \epsilon < b$. Therefore, there is at least one real number between these two, namely $\dfrac{2b - 2\epsilon}{2}$. Now, we observe that depending on the value of $\epsilon$, $b - \epsilon$ can either be inside $\left( a, b \right)$ or outside it. If $b - \epsilon$ is outside $\left( a, b \right)$, it is possible only if $b - \epsilon \leq a$. Hence, in this case the number $\dfrac{a + b}{2} \in \left( a, b \right)$ works so that $b - \epsilon < \dfrac{a + b}{2}$.

If $b - \epsilon \in \left( a, b \right)$, then the number $\dfrac{2b - \epsilon}{2} \in \left( a, b \right)$ works so that $b - \epsilon < \dfrac{2b - \epsilon}{2}$.

Thus, in both the cases we have at least one number $c = \max \left\lbrace \dfrac{a + b}{2}, \dfrac{2b - \epsilon}{2} \right\rbrace \in \left( a, b \right)$ so that $b - \epsilon < c < b$. Hence, $\forall \epsilon > 0$, $b - \epsilon$ is not an upper bound and therefore $b$ must be the "least upper bound" (supremum) for the set.

0
On

You should say that if $d$ is an upper bound ($d$ is not a set), then $c\leq d$. Hence(instead of further), since $b$(instead of $c$) is an upper bound of $(a,b)$, then $c\leq b$.

Now, for the rest, what you said is true, but it doesn't feel like is formal enough (take in consideration that you are proving something very trivial, so you may want to be very formal in each step). You can just simply write that if $d$ is an upper bound of $(a,b)$, since $b-\epsilon\in (a,b)$ for $\epsilon <b-a$, you get that $d\geq b-\epsilon$ for all $\epsilon <b-a$. Taking limit of $\epsilon\to 0$, you get that $d\geq b$. So, any upper bound is greater or equal than $b$, which implies that $c\geq b$ (because $c$ is the smallest upper bound).

We conclude $c=b$