Proving that the series 1 + ... + $1 / \sqrt{x}$ < $2 \sqrt{x}$
I am doing it by simple induction adding $1/\sqrt{x+1}$ to both sides, but I can't find a way to manipulate this expression and find that the new series is $< 2 \sqrt{x+1}$.
Can someone show me the correct process?
I failed many times and the furthest I've gotten has been to prove that it's $< 2 \sqrt{x+1} + 1$ which is close, but not enough.
For the induction step, you need to show that $$2\sqrt{x}+\frac1{\sqrt{x+1}}< 2\sqrt{x+1}$$ $$\frac1{\sqrt{x+1}}< 2(\sqrt{x+1}-\sqrt x)$$ Multiplying both sides by $\sqrt{x+1}+\sqrt{x}$, we have: $$\iff \frac{\sqrt{x+1}+\sqrt{x}}{\sqrt{x+1}}< 2 $$ $$\iff \frac{\sqrt x}{\sqrt{x+1}}< 1$$ which is now obvious.