If f: $\mathbb{R} \rightarrow \mathbb{R}$, $f'$ exists (finite or infinite) for all reals, and $\lim_{x\to\infty} f'(x) = K$.
Prove $\lim_{x\to\infty} \frac{f(x)}{x} = K$
I started trying to prove it for $K = 0$.
By definition of infinity limit: $\lim_{x\to\infty} f'(x) = K \rightarrow$ given $\epsilon > 0$, $\exists x_{0} \in \mathbb{R}$ such that $\forall x > x_{0}$ we have $|f'(x) - 0| < \epsilon$.
By the Mean Value Theorem: for $a,b > x_{0}$, $\exists c \in (a,b)$ such that $f'(c) = \frac{f(b)-f(a)}{b-a}$.
Since $c > x_{0}$, we have that $|f'(c)| = |\frac{f(b)-f(a)}{b-a}| < \epsilon$.
not sure where to go from here
...
Conclude: $|f(x)/x| < \epsilon \rightarrow \lim_{x\to\infty} f'(x) = 0 = K$.