Let $f(x)$ be a Lipschitz function on $[1, +∞)$, i.e. there exists a positive constant $C$ such that $$|f(x) − f(y)| ≤ C|x − y|, ∀x, y ∈ [1, +∞).$$
Prove that $\frac{f(x)}{x}$ is uniformly continuous in $[1,+\infty)$.
I know that a Lipschitz function is uniformly continuous. What I did so far is:
let $g(x) = \frac{f(x)}{x}$. Then I assumed $g(x)$ is Lipschitz. (Is the assumption wrong?) Then $|g(x)-g(y)| \le K|x-y|$ satisfies the Lipschitz condition.
Therefore $|\frac{yf(x)-xf(y)}{xy}| \le K|x-y|$.
How to continue from here?