Ok so the operation [x] is defined to be equal to the integer such that it is $\leq x$
From this definition it holds that : $$ [x] \leq x $$
I need to prove that $$ [x+n] = [x] + n $$
My proof goes like this:
Since $$ [x+n] \leq x+n $$
It follows that $ [x] + n \leq x + n $ from which we can conclude that $$ [x] \leq x $$ which is true and thus property is true.
I have a feeling that I am missing out on something huge,and that I am making a terrible mistake.Please guide me.
Thanks in advance
What is $n$? If $n$ is an integer, then $[x+n]$ is the integer that is closest to $x+n$. Since $n$ itself is an integer, this is equal to $n + [x]$.
For example if $x=2.5$ and $n=6$, then $[x+n]=[2.5+6]=6+[2.5]=6+2=8$.