Obviously, $\displaystyle \lim_{n\to\infty} \sqrt{1 + {1 \over n}} = 1$ since $$\lim_{n\to\infty}{1 \over n} = 0, \tag{$*$}$$ but how might I show that $\displaystyle \lim_{n\to\infty} \sqrt{1 + {1 \over n}} = 1$ using basic properties of limits? My first thought was to say $$L = \lim_{n\to\infty}\sqrt{1 + {1 \over n}} \implies L^2 = \lim_{n\to\infty}\left(1 + {1 \over n}\right) = 1 \implies L = \pm 1.$$
But obviously we get the extraneous solution of $L = -1$, which is not true since $\sqrt{n} > 0$ for all $n\in\mathbb N$.
This is actually a smaller step in a much larger limit problem I'm attempting. I can take $(*)$ as an absolute fact since it is a result we've proved in my textbook already. However, there is no mention of the limit of a square root.
Hint: $$1\le \sqrt{1+\frac1n}\le 1+\frac1n$$ This solution uses the squeeze theorem, which may (or may not) be thought as an "evaluation using limit laws" as you requested.