How to prove that $\lfloor x + k \rfloor=\lfloor x\rfloor + k$ when $k$ is an integer?
2026-04-02 02:55:44.1775098544
Proving that $\lfloor x + k \rfloor=\lfloor x\rfloor + k$
66 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
We have $\lfloor x\rfloor \le x<\lfloor x\rfloor +1$, hence $\lfloor x\rfloor +k\le x+k<\lfloor x\rfloor+k +1$, so that the integer $\lfloor x\rfloor +k$ fulfills the defining property of $\lfloor x+k\rfloor$.