Question on Supremum and Infimum Proof

236 Views Asked by At

Let $X$ be a non-empty subset of $\mathbb{R}$ and let $y$ be a real number. Prove that $\sup(X)=y$ if and only if

1) $x$ is less than or equal to $y$ for every $x$ in $X$.

2) For every $\epsilon > 0$, there exists $x$ in $X$ such that $y-\epsilon < x ≤ y$

I'm not sure how to prove this, I started off with just using the definition of a supremum and the completeness axiom but didn't get that far. I'm also not sure how how to deal with the inequality at the end. Any direction on where to go with this would be helpful. Thanks

2

There are 2 best solutions below

2
On

For part two, since $y$ is a supremum for $X$, $y-\epsilon$ is not an upper bound for $X$ for any $\epsilon > 0$. Since $y - \epsilon$ is not an upper bound, there exists some $x \in X$ such that $y-\epsilon < x$.

3
On

(1) If $y = \sup(X)$, then $y$ is an upperbound for $X$, so by definition $\forall x \in X: x \leq y$

(2) Suppose the statement is not true. Then, we have:

$$\exists \epsilon > 0: \forall x \in X: y - \epsilon \geq x > y$$

But then $y- \epsilon$ is an upperbound of $X$, but this is not possible because $y$ is the least upper bound of $X$.

Hence, we must have that:

$$\forall \epsilon > 0: \exists x \in X: y- \epsilon < x \leq y$$