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!
Based on the induction assumption one has \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} + \frac{1}{\sqrt{n+1}} \leq 2\sqrt{n+1} \end{align*}
The last step takes place because \begin{align*} 2\sqrt{n+1} - 2\sqrt{n} - \frac{1}{\sqrt{n+1}} & = 2(\sqrt{n+1} - \sqrt{n}) - \frac{1}{\sqrt{n+1}} = \frac{2}{\sqrt{n+1}+\sqrt{n}} - \frac{1}{\sqrt{n+1}}\\\\ & = \frac{2\sqrt{n+1} - \sqrt{n+1}-\sqrt{n}}{(\sqrt{n+1}+\sqrt{n})\sqrt{n+1}} = \frac{\sqrt{n+1}-\sqrt{n}}{(\sqrt{n+1}+\sqrt{n})\sqrt{n+1}} > 0 \end{align*}