First off, I'm assuming that you are working with only n >= 0, because for negative values of n, you get a complex number. You need to remember to always explicitly declare for which values of n the proof is valid. That said, I'd start by rearranging the terms, like so:
If \(\displaystyle 2\sqrt{n+1}-\sqrt{n}-\sqrt{n+2}\ge 0\) for \(\displaystyle n\in \left[0,\infty \right]\) then \(\displaystyle 2\sqrt{n+1}\ge \sqrt{n}+\sqrt{n+2}\) for \(\displaystyle n\in \left[0,\infty \right]\)
Now that the left side of the equation has only one term under a square root, what if you squared both sides? Try working from there. The proof will come together with a bit more manipulation.