Prove or disprove the following statement using contradiction: $\mathbb{R}^+=\{x\in \mathbb{R} :x>0\}$, the set of positive real numbers, does not have a minimum element, also called a smallest element.
Here is my answer: Proof: Assume that $\forall q\in \mathbb{R}^+, \exists x\in \mathbb{R}^+, x\geq q$. Let $q$ be a generic element of $\mathbb{R}^+$. Choose $x=\frac{q}{2}$, so $\frac{q}{2}\geq q$, which is a contradiction. Therefore we have proven the original statement, that the set of positive real numbers does not have a minimum element.
Are all of my statements correct? Did I leave out any neccessary rigor? Thanks.