Show that for all $n \in \mathbb{N}$
$$ 2(\sqrt{n+1} -1) \lt \sum_{k=1}^{n}{k^{-1/2}} \lt 2\sqrt{n}$$
I know that I am suppose to use induction and break it up into $$ 2(\sqrt{n+1} -1) \lt \sum_{k=1}^{n}{k^{-1/2}}$$ and $$ \sum_{k=1}^{n}{k^{-1/2}} \lt 2\sqrt{n}$$
But I am having trouble doing this. Can someone provide the full proof?
This is probably not the smartest way to turn it, but here is try.
showing $$ 2(\sqrt{n+1}-1)< \sum_{k=0}^{n}{k^{-1/2}}$$ Base step: Showing it hold for n=1, we have $ 2 \sqrt{2}-2 < 1 + \frac{1}{\sqrt{2}} $ which is obviously true.
Induction step, showing that assuming that it is true for n, then it's true for n+1. $$\sum_{k=0}^{n+1}{k^{-1/2}} =(n+1)^{-1/2} + \sum_{k=0}^{n}{k^{-1/2}} $$ now using the assumption. $$2(\sqrt{n+2}-1)* \leq(n+1)^{-1/2} + 2(\sqrt{n+1}-1) < (n+1)^{-1/2} + \sum_{k=0}^{n}{k^{-1/2}}$$
Now showing $$ \sum_{k=0}^{n}{k^{-1/2}} < 2 \sqrt{n} $$
First base step: $$ 1<2$$.
Induction step: $$\sum_{k=0}^{n}{k^{-1/2}} + (n+1)^{-1/2}< 2 \sqrt{n}+(n+1)^{-1/2}<*2\sqrt{n+1} $$
I had a hard time showing*, but one way to do it, would be looking at the continually expansion (for $ n \in \mathbb{R}^+$, and showing that it there is no n, that solves it for equals. Then since it's continually you can just look at one point, but I think there is an easier way