How to prove if $m \in \mathbb{Z}$ and $n \in \mathbb{Z} \backslash \{ −1, 0 \}$ then $\frac{m + 1}{n+1} > \frac{m}{n}$ ?
I started by realizing $n \subset m$ and if we choose $x \in n$ it also means that $x \in m$. I don't know if I need to do that in order to prove the argument though and how to go on with it.
For $m=n$ it's wrong.
$$\frac{m + 1}{n+1}-\frac{m}{n}=\frac{n-m}{n(n+1)}>0$$ for $n>m$.