I was trying to solve the following problem, but realized that I probably reached a dead end:
Nevertheless, I have a question related to the above about the closest integer function: $\{x\}$. On close inspection it is not obvious to me that there is a nice limititing behavior for this function.
One argument I was working on relied on showing that
$\{\sqrt{M+2}\}>\{\sqrt{M}\}$, or $\{\sqrt{M+2}\}=\{\sqrt{M}\}+1$ for finitely many $M$, which I believe is false but I am not sure if my idea is correct.
I think one way to disprove this is to show that given any $N \in \mathbb{N}$ we can find an integer $M$ such that $N \leq M$ and $\{\sqrt{M+2}\}=\{\sqrt{M}\}+1$ , (which I think is equivalent to the following) meaning we can find an integer $k$
such that $\sqrt{M}\ < k+\frac{1}{2}$, and $\sqrt{M+2}>k+\frac{1}{2} \implies $
$M < k^{2}+k+\frac{1}{4}$, and $M>k^{2}+k-\frac{3}{4} \implies$
$k^{2}+k-\frac{3}{4}<M<k^{2}+k+\frac{1}{4}$.
It looks like this is trivial choosing some very large $k > N$ where the steps can be reversed. Is this thinking correct?
I am also interested if the generalization for
$\{\sqrt{M+n}\}=\{\sqrt{M}\}+1$ where $n\in \mathbb{N}$ follows as easily.