For convex $f$, I am to show that
$$g(x) \equiv \inf_{\alpha \gt 0} \frac{f(\alpha x)}{\alpha}$$
is convex.1
The given answer recasts $g$ as a perspective transformation of $f$. But I used the following approach instead:
$$\begin{align} g(x) & = \inf_{\alpha \gt 0} \frac{f(\alpha x)}{\alpha} \\ g'(x) & = \inf_{\alpha \gt 0} \frac{\alpha f'(\alpha x)}{\alpha} \\& = \inf_{\alpha \gt 0} f'(\alpha x) \\ g''(x) & = \inf_{\alpha \gt 0} \alpha f''(\alpha x) = 0 \end{align}$$
Since $g'' \geq 0$ for all $x$, $g$ is convex.
Is this reasoning sound? Am I allowed to take derivatives "inside" of $\inf$ like this?
Please note that while there are other questions on this site asking to show the convexity of this function, my question is distinct, as it concerns the validity of the new proof given above.
- Stephen Boyd and Lieven Vandenberghe, Convex Optimization, exercise 3.31c.
Please note that while there are other questions on this site asking to show the convexity of this function, my question is distinct, as it concerns the validity of the new proof given above.– Max Oct 19 '20 at 06:08