Let $c$ be a positive number. Then there is a unique positive number whose square is $c$. That is, $x^2=c$
Start:
- Suppose $a$ and $b$ are numbers whose square is $c$.
- then $a^2=c$ and $b^2=c$
- $c-c=0 = a^2-b^2 = (a-b)(a+b)$
We know $(a+b) > 0$ because $a$ and $b$ are positive numbers. For some reason my textbook concludes $a=b$ and thus the positive number whose square is $c$ is unique. I'm not seeing this.