0

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?

1 Answers1

0

Let $S(n)=\sum_{j=1}^n\frac {1}{\sqrt j}$ and let $S(n)=D(n)+\sqrt n.$

Then $D(n+1)=S(n+1)-\sqrt {n+1}=$

$=S(n)+\frac {1}{\sqrt {n+1}}-\sqrt {n+1}=$

$=D(n)+\sqrt n+\frac {1}{\sqrt {n+1}}-\sqrt {n+1}=$

$=D(n)+\frac {1}{\sqrt {n+1}}-\frac {1}{\sqrt n\,+\sqrt {n+1}}>D(n).$

So if $D(n)\ge 0$ then $D(n+1)>0.$