How can we prove the following inequality: $$\frac{n}{n+1} < \frac{n+1}{n+2}$$
I understand how to do proof by inductions and contradictions, but I am getting stuck on this question.
My proof would start out with its base case. $n= 0$; $0/1 < 1/2$ holds true;
I.H.: this following equality holds true for a natural number $n$. We must now show that it also holds true for $n+1$:
$$\frac{n+1}{n+2} < \frac{n+2}{n+3}$$
From here I am stuck. We know the first term is greater than $n/n+1$ from our IH, but it gives no evidence that $\frac{n+2}{n+3}$ is greater than $\frac{n+1}{n+2}$ I see no correlation on how to prove this using the IH. Am I missing something?