Convex + Monotone =? Convex

3.6k Views Asked by At

Does the sum of a convex function and monotonically increasing function (not necessarily convex) yield a convex function?

5

There are 5 best solutions below

0
On BEST ANSWER

$g(x)=2x+\sin x$ is strictly increasing, $f(x)=\frac15x^2$ is strictly convex. Yet, $f''(x)+g''(x)=\frac25-\sin x$, so $f+g$ is not convex.

0
On

No. Let $f(x) = x^2$ and $g(x) = \begin{cases}1 & x>0\\ 0 & x\leq 0\end{cases}$.

Then $f$ is convex, $g$ is monotone increasing, but $f+g$ is not continuous on the interior of its domain and so cannot be convex.

4
On

The function $f(x)=0$ is a convex function. Thus, you would require that every monotone increasing function is convex.

0
On

For another example, which visibly fails to be convex and is in fact concave everywhere, add the strictly convex function $f(x) = e^{-x}$ and the strictly increasing function $g(x) = -2 e^{-x}$ to get $f(x) + g(x) = -e^{-x}$.

0
On

Easiest counterexample I could think of was $f(x)=|x|-e^{-x}$:

Plot