1

I want to compute the subgradients of the absolute value function in $\mathbb{R}^n$. How do I do this?

Norbert
  • 56,803

1 Answers1

1

$\phi=||\cdot||$ is differentiable on $\mathbb{R}^n \backslash \{0\}$, so $\partial \phi(x)=\{\phi'(x) \}$ (you can show that $\phi'(x)= \frac{1}{|x|} \langle x, \cdot \rangle$). Then, $\partial \phi(0)= \{ \zeta \in (\mathbb{R}^n)^* \ | \ \forall y \in \mathbb{R}^n, |y| \geq \langle \zeta, y \rangle \}$ is the unit closed ball in $(\mathbb{R}^n)^*$.

Seirios
  • 33,157