0

I've to resolve a inequality using the induction: for every natural number $\geq 1$

$$ \sum_{k=1}^n \frac{1}{\sqrt{k}} \geq \sqrt{n} $$

At the end, I arrive at this result, but I don't know how I can continue: $\sqrt{n}+1/\sqrt{n+1} \geq \sqrt{n+1}$

  • Also: https://math.stackexchange.com/q/2149448/42969, https://math.stackexchange.com/q/1371267/42969. – Martin R Sep 11 '17 at 13:07
  • I have removed ([tag:proof-verification]) tag, since the post actually contains no proof/solution which is supposed to be checked. – Martin Sleziak Sep 22 '17 at 16:38

1 Answers1

5

it is $$\frac{1}{\sqrt{1}}+\frac{1}{\sqrt{2}}+...+\frac{1}{\sqrt{n}}>n\frac{1}{\sqrt{n}}=\sqrt{n}$$