I am studying Carother's Real Analysis for my qualifying exams. In the book I am to prove that if $f : [0, \infty) \rightarrow [0, \infty)$ is an increasing function, $f(0) = 0$, and $f(x) > 0$ for all $x > 0$, then $\frac{f(x)}{x}$ being decreasing for $x > 0$ implies that $f$ is subadditive, or that $f(x + y) \leq f(x) + f(y)$.
So far I have tried:
$\frac{f(x+y)}{x+y} \leq \frac{f(y)}{y}$ and $\frac{f(x+y)}{x+y} \leq \frac{f(x)}{x}$ implies that $2\frac{f(x+y)}{x+y} \leq \frac{f(x)}{x} +\frac{f(y)}{y}$, so $\frac{f(x+y)}{x+y} \leq 2\frac{f(x+y)}{x+y} \leq \frac{f(x)}{x} +\frac{f(y)}{y} \leq f(x) + f(y)$
I think that I am close but I can't get rid of the $x + y$ in the denominator. Any help would be appreciated.