Convexity Preserved Under Monotone Convex Composition

If f is convex and φ is convex and nondecreasing, then φ∘f is convex
Convexity Preserved Under Monotone Convex Composition

Convexity Under Monotone Convex Composition: Let XX be a . Suppose f:XRf:X\to\overline{\mathbb{R}} is and ϕ:RR\phi:\mathbb{R}\to\overline{\mathbb{R}} is convex and nondecreasing on a convex set containing the range of ff. Then the composition ϕf\phi\circ f is convex on XX.

This rule is a standard way to build convex penalties (e.g., ϕ(t)=et\phi(t)=e^t or ϕ(t)=t+:=max{t,0}\phi(t)=t_+ := \max\{t,0\}) from an existing convex function ff.

Proof sketch (idea): Apply Jensen to ff to get f(λx+(1λ)y)λf(x)+(1λ)f(y)f(\lambda x+(1-\lambda)y)\le \lambda f(x)+(1-\lambda)f(y). Then use monotonicity of ϕ\phi followed by Jensen for ϕ\phi.