Prove for any positive number $t$, there is a solution for $x^2=t$.
So we want to show that $x^2=t$ for $t\geq0$.
We can break this into two cases:
Case 1: Assume $t=0$, then we have $x^2=0$ $\Rightarrow$ $x=0$, and we are done.
Case 2: Assume $t>0$, then we have $x^2=t$ $\Rightarrow$ $x=\sqrt{t}$
And here is where I'm stuck, not sure what I should do next...?