$x \in \Bbb R, n \in \mathbb N_{\ne 0}$ , prove the following inequality :
$0 \leq\lfloor nx \rfloor - n\lfloor x \rfloor \leq n-1$
Here's my current try
$\lfloor x \rfloor\leq x < \lfloor x \rfloor +1$
$n\lfloor x \rfloor\leq nx < n\lfloor x \rfloor +n$
$\lfloor n\lfloor x \rfloor \rfloor\leq \lfloor nx \rfloor < \lfloor n\lfloor x \rfloor +n\rfloor$
$n\lfloor x \rfloor\leq \lfloor nx \rfloor < n\lfloor x \rfloor +n$
$0\leq \lfloor nx \rfloor - n\lfloor x \rfloor < n$
And this is where I'm stuck, I don't know how to progress further to get to $n - 1$
Since $⌊nx⌋−n⌊x⌋$ is an integer and is strictly less than $n$ (as you showed), it can be at most $n−1$.