I have the function: $$ a_{n}=\frac{1}{\sqrt{1}}+\frac{1}{\sqrt{2}}+\frac{1}{\sqrt{3}}+\ldots +\frac{1}{\sqrt{n}}-2\sqrt{n} $$
How could I go about proving that this sequence is bounded from below? When plotting it, I can see it converges to around -1.45, but I can't figure out how to try and prove it's bounded arithmetically. I was trying to figure out how to manipulate it to use the arithmetic/geometric mean inequality, but had no such luck.
Thanks!
hint: $\dfrac{1}{\sqrt{k}}= \dfrac{2}{2\sqrt{k}} \ge \dfrac{2}{\sqrt{k+1}+\sqrt{k}}= 2\sqrt{k+1}- 2\sqrt{k}$, and take the sum for $k$ runs from $1$ to $n-1$.