Prove that $\text{glb}(A)=\text{lub}(A) \iff A$ contains just one element.
I understand that if a set has only one element, say $x$, then $x$ would be the lower upper bound as well as the greatest lower bound. I am trying to figure out what laws or theorems I need to use in order to back this statement up with.
Let $A = \{x\} \subset \mathbb{R}$. $A$ is bounded above by $x$, since $\forall y \in A, y \le x$. Suppose $\exists \delta \in \mathbb{R}$ such that $\delta \lt x$ and is an upper bound of $A$. Then $\forall y \in A, y \le \delta$. But $x \in A$, so $x \le \delta$, a contradiction. Therefore , $x = sup A$.
In a similar manner it can be shown that $x= inf A$. Thus $sup \{x\} = inf \{x\}$, as desired.
Let $B\subset\mathbb{R}$. Assume $b = sup B = inf B$. Then $\forall x\in B, inf B \le x \le sup B$. But then $\forall x\in B, b\le x \le b$. This can only hold if $x=b, \forall x\in B$. Therefore, $B = \{b\}$ .