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?
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.