I'm probably overthinking this.
What constraints must you place on $v\in \mathbb R$ : $n \left \lfloor {v} \right \rfloor $ = $\left \lfloor {n v} \right \rfloor $ if $n$ is an arbitrary integer?
I can tell that $v \in ℤ$ works eg. $2 \left \lfloor {3} \right \rfloor = \left \lfloor {2 \times 3} \right \rfloor, $ but I'm wondering if I'm missing a more subtle set of constraints on $v$.
Any help (even instructive comments/hints) would go a long way.
Thanks for your time.
This is for $n>0$ and $v>0$.
Write $v=x+y$, where $x$ is an integer and $0\le y<1$, so $\lfloor v\rfloor=x$. Next, $$ \lfloor nv\rfloor=\lfloor nx+ny\rfloor=nx+\lfloor ny\rfloor. $$
Can you do the rest?