0

I want to prove, using mathematical induction, the following proposition:

$$1+\frac{1}{\sqrt{2}}+...+\frac{1}{\sqrt{n}}\:\ge \sqrt{n}, \forall n \geq 1 \in \mathbb{N}$$

My thesis is:

$$\frac{1}{\sqrt{n}}+\frac{1}{\sqrt{n+1}}\ge \sqrt{n+1}, \forall n \geq 1 \in \mathbb{N}$$

I've proved the inequality for $n=1$, but after that I'm not being able to do the rest :/

Thank you for the help!

N. F. Taussig
  • 76,571

4 Answers4

1

For base cases $n=1$ we get that $1 \geq \sqrt{1}$

For $n=2$ we get that $1+\frac{1}{\sqrt{2}} \geq \sqrt{2}$.

Assume that $1+\frac{1}{\sqrt{2}} +\cdots +\frac{1}{\sqrt{n}} \geq \sqrt{n}$.

And we want to prove that $1+\frac{1}{\sqrt{2}} +\cdots +\frac{1}{\sqrt{n}}+\frac{1}{\sqrt{n+1}} \geq \sqrt{n+1}$

From the assumption step we know that $1+\frac{1}{\sqrt{2}} +\cdots +\frac{1}{\sqrt{n}} \geq \sqrt{n}$

Substitute instead of $1+\frac{1}{\sqrt{2}} +\cdots +\frac{1}{\sqrt{n}}$ the $\sqrt{n}$.

To get $\sqrt{n}+\frac{1}{\sqrt{n+1}} \geq \sqrt{n+1}$ (This what you need to prove).

Ahmad
  • 1,380
  • 1
  • 18
  • 37
  • thank you very much for the help! And how can I prove that last line? I've done the sum but it's giving me something really different that what we need to prove :O – Miguel Ferreira Sep 30 '17 at 19:14
1

The Inductive Step

Since $$ \begin{align} \sqrt{n}-\sqrt{n-1} &=\frac1{\sqrt{n}+\sqrt{n-1}}\\ &\le\frac1{\sqrt{n}}\tag1 \end{align} $$ we have $$ \begin{align} \sum\limits_{k=1}^n\frac1{\sqrt{k}} &=\color{#C00}{\sum\limits_{k=1}^{n-1}\frac1{\sqrt{k}}}+\frac1{\sqrt{n}}\tag2\\ &\ge\color{#C00}{\sqrt{n-1}}+\frac1{\sqrt{n}}\tag3\\[9pt] &\ge\sqrt{n}\tag4 \end{align} $$ Explanation:
$(2)$: expand sum
$(3)$: inductive hypothesis
$(4)$: apply $(1)$

robjohn
  • 345,667
0

$$\sqrt n\;+\frac {1}{\sqrt {n+1}}\geq \sqrt {n+1}\iff \frac {1}{\sqrt {n+1}}\;\geq \sqrt {n+1}-\sqrt n=$$ $$=(\sqrt {n+1}-\sqrt n)\cdot \frac {\sqrt {n+1}+\sqrt n}{\sqrt {n+1}+\sqrt n}=\frac {1}{\sqrt {n+1}+\sqrt n}\iff$$ $$\iff \frac {1}{\sqrt {n+1}}\geq \frac {1}{\sqrt {n+1}+\sqrt n}\;.$$

0

For $n \ge1 $, we have $$n \ge n-1 + \frac1{n+1}$$ $$\iff n \ge n+1-2 + \frac1{n+1}$$ $$\Rightarrow n \ge (\sqrt{n+1} - \frac1{\sqrt{n+1}})^2$$ $$\Rightarrow \sqrt{n} \ge \sqrt{n+1} - \frac1{\sqrt{n+1}}$$

Now $\sqrt{1} \ge 1$. Assume $\sum_{r=1}^n \frac1{\sqrt{r}} \ge \sqrt{n}$.

Then $$\sum_{r=1}^n \frac1{\sqrt{r}} \ge \sqrt{n} \ge \sqrt{n+1} - \frac1{\sqrt{n+1}}$$

$$\Rightarrow \sum_{r=1}^{n+1} \frac1{\sqrt{r}} \ge \sqrt{n+1}$$

Hence , by induction , $\forall n \in \mathbb{N}, \sum_{r=0}^n \frac1{\sqrt{r}} \ge \sqrt{n}$.