While reading a machine learning paper, I came across the following statement:
The function $\dfrac{f(x)}{x}$ is convex, where $$f(x) = \log\left(\sum_{i = 1}^m \exp\left(c_i x^2\right)\right),$$ with $c_1, \dots, c_m \geq 0$ and $x>0$.
I know that in general, the log-of-sum-of-exponentials is convex, but why does it remain convex when it is multiplied by $\dfrac{1}{x}$?