Does the sum of a convex function and monotonically increasing function (not necessarily convex) yield a convex function?
2026-03-25 07:47:15.1774424835
On
On
Convex + Monotone =? Convex
3.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
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.

$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.