[Math] Prove that a set $S$ of number has a maximum if and only if it is bounded above and $\sup S$ belongs to $S$

analysissupremum-and-infimum

Prove that a set $S$ of number has a maximum if and only if it is bounded above and $\sup S$ belongs to $S$


Case 1: if set $S$ is bounded above and $\sup S$ belongs to $S$, then set $S$ has a maximum.

Case 2: if set $S$ has a maximum, then $S$ is bounded above and $\sup S$ belongs to $S$.


case 1:

Since $S$ is bounded above, there exists a least upper bound $b$ such that for any number $x\in S$,$x\leq b$. Because $\sup S\in S$, so $b=\sup S$; thus $\max S=\sup S$.

case 2:

Since the non-empty set $S$ has a maximum,let's called it $m$, then $S$ is bounded above and $m$ is an upper bound for $S$ because for each number $x\in S$, $x\leq m$. And since $m\in S$, for any upper bound $M$ in $S$, $m\leq M$; hence $m=\sup S$ which shows that $\sup S\in S$.


I don't think my proof is correct because it seems I miss some details and I still don't quite understand what supremum is for a non-empty set. So far I know, a supremum is the greatest upper bound for a non-empty set.

Could anyone give me a hit or suggestion to write a better proof ? Thanks.

Best Answer

Your proof seems fine. Just in case, here's a minimally different argument using an equivalent definition of the supremum. Given a set $S$, we say that $\alpha$ is the supremum of $S$ if the following conditions hold:

  • $\alpha$ is an upper bound of $S$, this is $\forall x \in S, x\le \alpha$

  • $\alpha$ is the smallest upper bound of $S$, this is $\forall \beta < \alpha, \beta$ is not an upper bound of $S$.

Now suppose that $\alpha \in S$. The first condition implies that $\alpha$ is the maximum of $S$. This is simply using the definition: we say that $\gamma$ is the maximum of $S$ if $\gamma \in S$ and $\forall x \in \gamma, x\le \gamma$.

Conversely, if $m$ is the maximum of $S$, it is immediate that $m$ verifies the conditions above, hence $m$ is the supremum of $S$ (we are implicitly using that the supremum of a set if unique, this follows easily from the definition).