I need the following by the principle of Mathematical induction:
\begin{align*} 1 + \frac{1}{\sqrt{2}} + \frac{1}{\sqrt{3}} + \ldots + \frac{1}{\sqrt{n}} \leq 2\sqrt{n} \end{align*} I can easily find out the base case for n=1 is true.
However, I can't find the proof in the induction step.
I assume: \begin{align*} 1 + \frac{1}{\sqrt{2}} + \frac{1}{\sqrt{3}} + \cdots + \frac{1}{\sqrt{n}} \leq 2\sqrt{n} \end{align*}
To proof: \begin{align*} 1 + \frac{1}{\sqrt{2}} + \frac{1}{\sqrt{3}} + \ldots + \frac{1}{\sqrt{n}} + \frac{1}{\sqrt{n+1}} \leq 2\sqrt{n+1} \end{align*} Can someone help me find a way to proof the inductive step too?
Thank you!