I am racking my brain trying to get this problem solved and I can't seem to break it...
Let $m, n$ be positive integers, with $m > 1$. Prove
$$\left\lfloor\frac{n}m\right\rfloor+\left\lfloor\frac{n+1}m\right\rfloor\le\left\lfloor\frac{2n}m\right\rfloor$$
I started trying to use the inequalities that say
$$\lfloor x\rfloor + \lfloor y\rfloor + \lfloor x+y\rfloor \le \lfloor 2x\rfloor + \lfloor 2y\rfloor\;.$$
From there I rewrote both sides with the notion that for a real number $y$,
$y = \lfloor y\rfloor + \{y\}$, where $\{y\}$ is the fractional part, but I keep going in circles and can not get to the desired result...



