Proving square root of a square is the same as absolute value

It is the definition of square root of a number. The square root is defined in the sense that $s(x^2) = \sqrt{ x^2 } = |x|$ for all real $x$. Thus, the domain is the real numbers and the codomain is the non-negative real numbers. The reason it is defined this way is to make sure that $s$ is a function. Assume for a minute that $s(x^2) = x$, then: $$\sqrt{(-5)^2} = -5, \qquad \sqrt{5^2} = 5$$ But we know that $\sqrt{(-5)^2} = \sqrt{25} = \sqrt{5^2}$. Thus we see that $s(25) = -5, 5$. And thus $s$ is not a function. To keep it as a function, we have to 'sacrifice' and say that $s(x^2) \neq x$. Rather, $s(x^2) = |x|$. This will be consistent with the definition of a function.

Since it is a definition, it cannot be proven. The problem is that many think that $\sqrt {x^2} = x$ because we study positive numbers before we study negative numbers, which is understandable, because I used to make that mistake all the time.


Given a non-negative real number $\alpha$, the number $\sqrt\alpha$ is defined to be the unique non-negative real number $\beta$ such that $\beta^2=\alpha$. Since $\sqrt{\alpha}\geq 0$ for all $\alpha\geq 0$, then for any real $\gamma$, it follows that $$\sqrt{\gamma^2}=\begin{cases}\gamma & \gamma\geq 0\\-\gamma & \gamma<0,\end{cases}$$ that is, $$\sqrt{\gamma^2}=|\gamma|.$$


When $x < 0$, $|x| = -x > 0$. $-x \ne x$ (unless $x=0$) and $(-x)^2 = x^2$. There are two "square roots" of any positive number $y$, i.e. numbers whose square is $y$, and the positive one is called $\sqrt{y}$. So $\sqrt{x^2} = -x = |x|$ when $x < 0$, and $\sqrt{x^2} = x = |x|$ when $x \ge 0$.