$\forall\,x,\,y\in\mathbb{R} : [x + y] = [x] + [y]$

81 Views Asked by At

Can you please help me proving the identity


$\forall\,x,\,y\in\mathbb{R} : [x + y] = [x] + [y]$, where $[\alpha]$ means the integer part of $\alpha$?


I figured out that it holds for $x,\,y\in\mathbb{Z}$, $x = 0$ (or $y = 0$) or $x = y = 0$.

Any help is much appreciated.

1

There are 1 best solutions below

0
On BEST ANSWER

This is false as stated. Take $x = 1.5$, $y = 1.5$. Then, $[x] = 1$, $[y] = 1$, but $$[x+y] = 3\ne 2 = [x] + [y]$$