Trying to prove that
$$ \sum_{i=1}^n \frac1{\sqrt i} > 2(\sqrt{n+1}-1), \forall n \in \mathbb N$$
using induction.
My only attempt so far has consisted of squaring both sides (during the $P_{k+1}$ part) to get rid of square roots, but it turned real messy, real fast.
Tried using
$$\Bigg[\sum_{i=1}^{k+1} \frac1{\sqrt i}\Bigg]^2 > \Bigg[ 2(\sqrt{k+1}-1) + \frac{1}{\sqrt{k+1}}\Bigg]^2$$
but the algebra was just too dirty.