Suppose that f is a bounded function from R to R. Prove that $\frac{f(n)}{n}$ $n=1 \to \infty$ converges.
Normally, I would just fix epsilon > 0 then try to find rearrange the inequality of the absolute value of the given series minus its limit < epsilon to find an n to satisfy the problem. However, I can't exactly do that here seeing how f(n) could be any function. How do I do this?
Attempt after hint:
|f(n)/n - 0| < epsilon
= |f(n)/n| < epsilon
=|f(n)|/n < epsilon
= M/n < epsilon
= n < M/epsilon
Fix epsilon > 0. Let N = ceiling function (M/epsilon) where M is some constant. Then if n >= N
We have |f(n)/n - 0| = |f(n)/n| <= 1/n <= 1/N < epsilon
I'm actually quite confused on this problem.