I have to prove the following:
There exists a positive real number $a$ so that for all real numbers $x$ if $x$ -$\lfloor x \rfloor < a$, then $\lfloor 3x \rfloor = 3 \lfloor x \rfloor$.
I have attempted to do this in several ways. I got the furthest when I attempted to use three separate cases, where $x$ is an integer, $x$ is a positive real number that is not an integer, and $x$ is a negative real number that is not an integer. In all cases, $x$ was a particular but arbitrarily chosen value of the given type.
This approach failed when $x$ was assumed to be a negative real number that was not an integer. Intuitively, I know that $x - \lfloor x \rfloor $ is going to be greater than 0 because $\lfloor x \rfloor$ will always be less than $x$, but I have no idea where to go from there in proving the property.
I feel like my attempted approach might have been the wrong one from the start, but I don't know how else to prove this.
Thanks in advance for any help.