I'm trying to prove $$2(\sqrt{n} - 1) < \sum_{i=1}^n\frac{1}{\sqrt i}$$ (Which is the opposite pretty much of Prove by induction that $\sum_{i = 1}^{n} \frac{1}{\sqrt{i}} \leq 2\sqrt{n} - 1$) And I'm encountering some troubles I fail to see through.
My attempt is by induction, and for $n=1$ it's clear, then if I assume for $k$ I get that for $k+1$: $$2(\sqrt{k+1} - 1) < \sum_{i=1}^{k+1}(\frac{1}{\sqrt i})$$ $$\sum_{i=1}^{k+1}(\frac{1}{\sqrt i}) > 2(\sqrt{k}-1)+\frac{1}{\sqrt{k+1}}$$
Which would mean I would like to find that: $$2(\sqrt{k}-1)+\frac{1}{\sqrt{k+1}} - 2(\sqrt{k+1} - 1) > 0$$ But this is what I get: $$\frac{1}{\sqrt{k+1}}+2\sqrt{k}-2\sqrt{k+1}=\frac{1}{\sqrt{k+1}}+2\frac{\left(\sqrt{k}-\sqrt{k+1}\right)\left(\sqrt{k}+\sqrt{k+1}\right)}{\sqrt{k}+\sqrt{k+1}}=$$ $$ \frac{1}{\sqrt{k+1}}+2\frac{k-k-1}{\sqrt{k}+\sqrt{k+1}}=\frac{1}{\sqrt{k+1}}-\frac{2}{\sqrt{k}+\sqrt{k+1}}=$$ $$ \frac{\sqrt{k}+\sqrt{k+1}-2\sqrt{k+1}}{\sqrt{k}\left(\sqrt{k}+\sqrt{k+1}\right)}<0) $$
So that is not true, how can I find that $\sum_{i=1}^{k+1}(\frac{1}{\sqrt i}) > 2(\sqrt{k+1} - 1)$ if what I get from my induction hypothesis doesn't help me since it's already smaller than what I'm searching for?
You can strengthen your inequality to $$\sum_{i=1}^n{1/\sqrt{i}} > 2(\sqrt{n+1}-1).$$ All you need to do for the induction step is to show $$\frac{1}{\sqrt{k+1}} > 2(\sqrt{k+2}-\sqrt{k+1}).$$ Hint: $$RHS =\frac{2}{\sqrt{k+1}+\sqrt{k+2}}.$$