Let $\{a_n\}$ be a sequence of positive numbers. Show that if $\{a_n\} \to L$ then $\{\sqrt{a_n}\} \to \sqrt{L}$.
Here is my proof:
Consider $$|\sqrt{a_n}-\sqrt{L}|=\frac{|\sqrt{a_n}-\sqrt{L}||\sqrt{a_n}+\sqrt{L}|}{|\sqrt{a_n}+\sqrt{L}|}=\frac{|a_n-L|}{|\sqrt{a_n}+\sqrt{L}|}.$$
Let $\epsilon>0$ be given. Since $a_n$ converges we know it is bounded. Let $M=\min\{|\sqrt{a_1}|, |\sqrt{a_2}|, \cdots , |\sqrt{a_n}|, \cdots\}$. Then we know that $$\frac{|a_n-L|}{|\sqrt{a_n}+\sqrt{L}|} \leq \frac{|a_n-L|}{|M+\sqrt{L}|}.$$ Choose $N$ such that for $n>N$, $|a_n-L| < \epsilon |M+\sqrt{L}|$.
Choosing one of these $n$ gives $\frac{|a_n-L|}{|M+\sqrt{L}| } < \epsilon $ which implies $|\sqrt{a_n}-\sqrt{L}|<\epsilon$.
So it follows that $\sqrt{a_n}\to \sqrt{L}$.
Should I make any improvements? Is there anything wrong with this proof?