2
  1. Given convex set $\mathcal{X}$ and convex function $f : \mathcal{X} \to \mathcal{Y},\; x \mapsto y$ for , is the $p$-norm of the gradient function $\|\nabla f(x)\|_p$ convex in $x$?

  2. Does there exist a closed form convex relaxation for $\|\nabla f(x)\|$ (e.g. dual/convex conjugate)?


I know that $\nabla f(x)$ is monotone in $x$ for convex $f$. But is the norm of a monotone function convex?

EDIT: As pointed out in the counter-example by Arthur, the norm of a gradient in general is not convex.

1 Answers1

3

Consider $\mathcal X=\mathcal Y=\Bbb R$ and $f(x)=x^4+x$. It is convex, but its derivative is not, even after taking the absolute value.

Arthur
  • 199,419