Prove if $m \in \mathbb{Z}$ and $n \in \mathbb{Z} \backslash \{ −1, 0 \}$, $\frac{m + 1}{n+1}$>$\frac{m}{n}$

30 Views Asked by At

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.

1

There are 1 best solutions below

0
On

For $m=n$ it's wrong.

$$\frac{m + 1}{n+1}-\frac{m}{n}=\frac{n-m}{n(n+1)}>0$$ for $n>m$.