prove $2(\sqrt{n+1}-1)<1+\frac{1}{\sqrt{2}}+\cdots +\frac{1}{\sqrt{n}}< 2\sqrt{n}$ by mathematical indcution.
my attempt: we prove for $n=1$
for $n=1$ than $0.828<1<2$ so true for $n=1$
we assume that this is true for $n=k$
ie $2\sqrt{k+1}-1<1+\frac{1}{\sqrt{2}}+\cdots +\frac{1}{\sqrt{k}}< 2\sqrt{k}$
Now we have to prove for $n=k+1$
consider $\frac{1}{\sqrt{2}}+\cdots +\frac{1}{\sqrt{k}}+\frac{1}{\sqrt{k+1}}< 2\sqrt{k}+\frac{1}{\sqrt{k+1}}\leq 2\sqrt{k}+1<2\sqrt{k+1}$ Is this correct?
what about otherside