If $f :(a , \infty ) \to \mathbb{R}$ and $f $ is bounded on every $(a,b)$ such that $a<b <\infty$, prove that $\lim\limits_{x \to \infty }(f(x+1) - f(x))=l$ implies $\lim\limits_{x \to \infty }\frac{f(x)}{x}=l$.
The first thing that came to my mind was
Stolz-Cesàro theorem case $\frac{*}{\infty}$:- If $b_n $ is a monotone increasing sequence and $\lim \limits_{n \to \infty} b_n = \infty $, and if $\lim \limits_{n \to \infty} \frac{a_{n+1}-a_n}{b_{n+1}- b_n}= l \in \overline{\mathbb{R}} $, then $\lim \limits_{n \to \infty} \frac{a_n }{b_n}=l$.
Does this really solve this problem? There are uncountably many sub-sequences with the limit $l$, i.e., there is a subsequence for all $x\in (a, a+1]$ with limit $l$, but this doesn't imply that the sequence has the limit $l$.
One famous example where there are infinitely many sub-sequences with the same limit but the limit of the sequence doesn't exist is:
$$a_n = \begin{cases} \frac{1}{r}, & \text{if $n$ is a power of prime $n = p^r \ : r\ge1$} \\[2ex] 0, & \text{if $n$ is not a power of prime } \end{cases}$$ One can make infinitely many sub-sequences that converge to $0$ although $a_n $ doesn't converge to $0$.
After a lot of time thinking, I couldn't prove this problem, so I searched on MSE for a solution and found this, which gives a general proof for this problem. But my question is: Can we use the Stolz-Cesàro theorem to solve this problem?
If we can use the Stolz-Cesàro theorem, how do we complete the proof?