I am trying to determine if this statement is true or false:
I think that it is true, if i let x = 2.5 then the left side is 4.5 and if i let y be anything but 2.5 then x + floor of (x) cant not equal y + floor of (y).
Since n<= x < n + 1 any number y between n and n + 1 will have the same floor as x but if x is not y the statement cant be true.
How would i start to prove this?
Let $f(x)=x+floor(x)$. You question is equivalent to asking whether $f$ is one-to-one, or whether there are any horizontal lines that intersect the graph of $f$ more than once. So, what does the graph look like?