Show that $[0,1)$ has no maximum, i.e. $\not \exists \max[0,1)$
My Attempted Proof
Assume $\max[0,1)$ exists and put $\alpha = \max[0,1)$. Now $\alpha < 1$ else $\alpha \not \in [0,1)$.
Put $\gamma= 1- \epsilon$ where $0 < \epsilon \leq 1$. Then $\gamma > \alpha$ for small enough $\epsilon$ and $\gamma \in [0,1)$. Reaching a contradiction. $\square$
First off is my proof correct? If so how rigorous is it?o I'm looking to improve my proof-writing skills and rigor in my proofs so if possible please heavily criticize my proof techniques and proof writing and use of concepts. Any comments and criticism is greatly appreciated.
Your intuition for the proof is exactly right. To make it perfectly sound, why not explicitly find an element in $[0,1)$ that is greater than $\alpha$. For example, you know that $\alpha<1$. So the midpoint of $\alpha$ and $1$, namely $\beta:=(\alpha+1)/2$ satisfies $\alpha<\beta<1$, which proves that $\alpha$ cannot be the maximum of the set.