Recap and context

Strong convexity

Intuitively, strong convexity is convexity with “actual curvature”. (Recall that convex function may not be curved at all: e.g., linear functions.)

<aside> 💡 Definition: Strong convexity

A function $f$ is $\alpha$-strongly convex (for $\alpha \geq 0$) over a convex and closed $S \subseteq \mathrm{dom} f$ if for any $x \in S$, there exists $g_x \in \partial f(x)$ such that:

$$ \forall ~ y\in S,\qquad f(y) \geq f(x)+ g_x \cdot (y-x) + \frac\alpha2 \|y-x\|^2. $$

In particular, a differentiable $f$ is $\alpha$-strongly convex over $S$ if for any $x \in S$,

$$ \forall ~ y\in S,\qquad f(y) \geq f(x)+ \nabla f(x) \cdot (y-x) + \frac\alpha2 \|y-x\|^2. $$

</aside>

Strong convexity implies a tangential quadratic lower bound (in red) at every point in the domain.

Strong convexity implies a tangential quadratic lower bound (in red) at every point in the domain.