I have a question regarding $$\lim_{x\to 0} \sqrt{x}.$$
Is the limit $0$ or undefined? For the limit to exist both the right hand and left hand limits must exist and be equal. $\lim_{x\to 0^+} \sqrt{x} =0$ but it doesn't even make sense to talk about $\lim_{x\to 0^-} \sqrt{x}$ for the reals.
On the other hand If choose to apply the limit laws I get the following
$$\begin{align}
\lim_{x\to 0} \sqrt{x} & = \sqrt{\lim_{x\to 0} x}\\
& = \sqrt{0}\\
& =0.
\end{align}$$
I am a bit confused and I need some clarification.
Thanks.