I would like to prove $$ \forall x >0, \quad \sqrt{x +2} - \sqrt{x +1} \neq \sqrt{x +1}-\sqrt{x}$$
- I'm interested in more ways of proving it
My thoughts:
\begin{align} \sqrt{x+2}-\sqrt{x+1}\neq \sqrt{x+1}-\sqrt{x}\\ \frac{x+2-x-1}{\sqrt{x+2}+\sqrt{x+1}}&\neq \frac{x+1-x}{\sqrt{x +1}+\sqrt{x}}\\ \frac{1}{\sqrt{x+2}+\sqrt{x+1}}&\neq \frac{1}{\sqrt{x +1}+\sqrt{x}}\\ \sqrt{x +1}+\sqrt{x} &\neq \sqrt{x+2}+\sqrt{x+1}\\ \sqrt{x} &\neq \sqrt{x+2}\\ \end{align}
- Is my proof correct?
- I'm interested in more ways of proving it.
Hint #1:
Assume that $\sqrt{x + 2} - \sqrt{x + 1} = \sqrt{x + 1} - \sqrt{x}$ for some $x > 0$.
Hint #2:
Derive a contradiction.
Hint #3:
This proof (by contradiction) results to some changes in the notation you used in your proof.