I wonder how to solve this problem using mathematical induction:
$1 + \frac{1}{\sqrt{2}} + \frac{1}{\sqrt{3}} + ... + \frac{1}{\sqrt{n}} > \sqrt{n}, n\geq2$
I showed true for $n = 2$
Assumed true for $n = k$, the tried to prove true for $n = k + 1$, but I was unable to finish proof.
How should I prove this inequality correctly?