I'm trying to prove that $⌊xy⌋ \le ⌊x⌋⌊y⌋ + ⌊x⌋+⌊y⌋$ by writing x as $x=m+\epsilon_1$ and $y=n+\epsilon_2$ for some positive integer $m,n$. Trying to use the inequality $⌊xy⌋ \le xy$ and $(m+\epsilon_1)(n+\epsilon_2)<m+n+mn$, but it turns out that the inequality doesn't hold, and I have no idea how to prove this inequality then.
Can somebody share some lights on this issue?
Thanks!
Let $x = m + a$ and $y = n + b$, where $m,n \in \mathbb{Z}$ and $a,b \in [0,1)$. So, the problem comes down to $$\lfloor (m+a)(n+b) \rfloor \le mn + m + n$$ Since $ab \in [0,1)$, we have $$ \lfloor mn + an+bm + ab \rfloor \le \lfloor mn + m + n +ab \rfloor \tag 1 $$ Again since $ab \in [0,1)$ and $mn + m +n \in \mathbb{Z}$, we have $$\lfloor mn + m + n +ab \rfloor =mn + m + n \tag 2$$ Now, $(1)\land (2)$ implies $$\lfloor (m+a)(n+b) \rfloor \le mn + m + n$$ or $$\lfloor xy\rfloor \le \lfloor x \rfloor \lfloor y \rfloor + \lfloor x \rfloor +\lfloor y\rfloor $$ as desired.