The question is: for a continous function $f : \mathbb R \to \mathbb R,$ if $\lim_{x \to \infty} f(x+1)-f(x) = 0,$ prove $\lim_{x\to \infty}f(x)/x = 0$.
Now I was able to do it using only continuity and infinite limit definitions, but the question asks to use the sequences $a_n = \inf\limits_{[n,n+1]} f$ and $ b_n = \sup\limits_{[n,n+1]} f.$
I believe the result will follow if I can show $\lim_{n \to \infty} a_{n+1} - a_n = 0,$ and similarly for $b_n$, and then using a Cesaro sum related result (because the first part of the problem is to show $a_{n}/n \to l$ if $a_{n+1} - a_n \to l$ ), but I'm completely stuck proving this last limit.
Edit: Thanks for the help. While the linked answer solves the question in a broader sense, it doesn't use the sequences the specific problem asks to use (this question is in a chapter about sequences, so I have to fit it here somehow).
Now I believe I've solved the problem. Using the defined $b_n,$ for each $n \in \mathbb N,$ there is a $x_n \in [n,n+1]$ such that $b_n - 1/n < f(x_n)$ (definition of sup with $\epsilon = 1/n$) and also $f(x_{n} +1) \leq b_{n+1},$ and similar inequalities for $b_{n+1}.$ With this, $$f(x_n +1) - f(x_n) -\tfrac{1}{n} < b_{n+1} - b_{n} < f(x_{n+1}) - f(x_{n+1} -1) +\tfrac{1}{n+1} $$
so $b_{n+1} - b_n \to 0,$ and similarly $a_{n+1} - a_n \to 0.$ A corollary of Stolz-Cesaro implies $a_n/n , b_n/n \to 0,$ and in particular $\frac{a_n}{n+1} \to 0 $ and $\frac{b_n}{n+1} \to 0$ Therefore, given $\epsilon> 0 ,$ there is a $N \in \mathbb N$ large enough such that for $n > N,$ $|a_n/n| < \epsilon,$ $|b_n/n| < \epsilon,$ $|\frac{a_n}{n+1}| < \epsilon$ and $|\frac{b_n}{n+1}| < \epsilon.$ So for $x > N,$ $x \in [n,n+1]$ for some natural $n > N$ and we have, if $f(x)\geq 0,$ $b_n \geq 0$ and
$$ -\epsilon < \frac{a_n}{n+1}\leq \frac{f(x)}{x} \leq \frac{b_n}{n}< \epsilon,$$
and if $f(x) \leq 0,$ $a_n \leq 0,$ and we use the same reasoning as above. In any case, $|f(x)/x| < \epsilon$ if $x > N.$