Suppose we have $a$, which is in real, and $k$ which is a natural number and $k \geq1$.
Which one is larger? $$\lfloor a \rfloor \hspace{5mm} \text{ or } \hspace{5mm} k \, \left\lfloor \frac{a}{k} \right\rfloor $$
I feel that $\lfloor a \rfloor$ is no smaller than $ k \, \left\lfloor \frac{a}{k} \right\rfloor$.
I'm wondering if there is a formal proof or theory for this?
Thank you very much!
$a = k*n + r$
$\cfrac{a}{k} = n + \cfrac{r}{k}$
$k*floor(\cfrac{a}{k}) = n$
$floor(a) >= k*floor(\cfrac{a}{k})$