For any real number $x$ we can construct the sequence $a_n = \lfloor n \cdot x \rfloor - \lfloor (n - 1) \cdot x \rfloor$ for $n \geq 1$ and we have that the value of $a_n$ is either $\lfloor x \rfloor$ or $\lceil x \rceil$ and $$ \lim_{n \to \infty} \frac1n \sum_{i=1}^n a_i = \lim_{n \to \infty} \frac{\lfloor n \cdot x \rfloor}{n} = x $$ so we have a bounded sequence whose average sequence converges to $x$. Now my question: is there any way to know that the average sequence of $a_n$ converges by looking directly at $a_n$ and not dealing with the averages directly? In other words I am looking for sufficient (and necessary, if possible) conditions for this convergence.
For context, I encountered this problem as part of my attempt to construct the real numbers as averages of infinite sequences of integers. This is inspired by [1], where the reals are constructed as slopes of almost linear integer functions. The blocking point for my case is that, given $a, b \in \mathbb R$ and sequences $a_n, b_n \in \mathbb Z$ such that their average sequences converge to $a$ and $b$, respectively, I need to either:
- define the representation of the product $a \cdot b$ as $c_n = a_n \cdot b_n$ and manage to prove that its average sequence converges, or
- find a different way to define the representation of the product, which would allow a convergence proof.