I am so lost. We have been learning about set, sequences, infimum and supremum over the past week or two, and I have no idea how to apply it to my homework question. Here it is:
Suppose $a$ and $b$ are two positive real numbers. Prove that $$a < b \iff \sqrt{a} < \sqrt{b} \iff \frac{1}{a} > \frac{1}{b}$$
We have that
\begin{align} a<b&\iff b-a>0\\&\iff (\sqrt{b}-\sqrt{a})(\sqrt{b}+\sqrt{a})>0\\&\iff \sqrt{b}-\sqrt{a} >0\\&\iff \sqrt{a}<\sqrt{b}. \end{align}
In a similar way
\begin{align} \frac 1b<\frac 1a&\iff \frac 1a-\frac 1b>0\\&\iff ab\left(\frac 1a-\frac 1b\right)>0\\&\iff b-a>0 \\&\iff a<b. \end{align}