---
title: Proximal-PL Inequality in Optimization
url: https://www.emergentmind.com/topics/proximal-pl-inequality
type: topic
---

# Proximal-PL Inequality in Optimization

The proximal-PL (proximal Polyak–Łojasiewicz) inequality is a fundamental analytical tool in modern optimization, generalizing the standard Polyak–Łojasiewicz (PL) condition to a composite objective framework. It characterizes a broad class of functions for which first-order methods, notably the Proximal Gradient Method (PGM), achieve global linear convergence rates. Unlike strong convexity, the proximal-PL inequality can hold for many practical non-strongly convex and even certain nonconvex problems, thus capturing a wider landscape relevant for machine learning, signal processing, and variational analysis.

## 1. Formal Definition and Structure

For the composite minimization problem
$$
\min_{x\in\mathbb{R}^d} F(x) = f(x) + h(x),
$$
where $f$ is differentiable with $L$-Lipschitz gradient and $h$ is closed, proper, convex, the proximal-PL inequality is formulated as follows. For fixed step size $\gamma > 0$, define the proximal gradient residual
$$
G_\gamma(x) := \frac{1}{\gamma}\left[x - \operatorname{prox}_{\gamma h}\left(x - \gamma \nabla f(x)\right)\right].
$$
Then $F$ satisfies the proximal-PL inequality (alternatively, the RPL inequality) with constant $\mu > 0$ if
$$
\|G_\gamma(x)\|^2 \geq 2\mu\left[F(x) - F^*\right], \quad \forall x \in X,
$$
for a suitable subset $X$. In the unconstrained, smooth case ($h \equiv 0$), this recovers the classical PL condition:
$$
\frac{1}{2}\|\nabla f(x)\|^2 \geq \mu[f(x) - f^*],\quad \forall x.
$$
In the presence of nonsmooth $h$, the proximal-PL condition replaces $\|\nabla f(x)\|$ with the proximal residual $\|G_\gamma(x)\|$, reflecting the geometry of the prox mapping and subdifferential calculus [2411.11628, 1608.04636, 1902.09181].

## 2. Relationship to Other Regularity Conditions

The proximal-PL inequality occupies a central position among regularity conditions for both convex and weakly convex problems. In the context of a proper, closed, $\rho$-weakly convex function $f$ (with $x \mapsto f(x) + (\rho/2)\|x\|^2$ convex), the following implications hold on any sublevel set $[f \leq f^*+\nu]$:
- Strong convexity $\implies$ restricted secant inequality $\implies$ error bound $\iff$ proximal-PL $\implies$ quadratic growth.

If $f$ is convex or the quadratic growth constant exceeds half the weak convexity parameter, all four properties—restricted secant, error bound, proximal-PL, and quadratic growth—become equivalent. Thus, the proximal-PL property provides both a minimal sufficient and, in many cases, necessary condition for linear convergence of first-order algorithms in the absence of strong convexity [2312.16775, 1608.04636].

## 3. Linear Convergence of the Proximal Gradient Method

The proximal-PL inequality guarantees geometric decay in objective error for PGM. The iteration
$$
x_{k+1} = \operatorname{prox}_{\gamma h}(x_k - \gamma \nabla f(x_k))
$$
recursively satisfies
$$
F(x_{k+1}) - F^* \leq \rho(\gamma)[F(x_k)-F^*],
$$
where $\rho(\gamma)$ depends explicitly on the problem class (convex, nonconvex), the constants $L$ and $\mu$, and the choice of step size $\gamma$ [2411.11628, 1608.04636, 1902.09181]. Closed-form expressions are available for several regimes:

| Regime | Contraction rate $\rho(\gamma)$ | Optimal $\gamma$ |
|--------|---------------------------------|------------------|
| Convex, PL | $1/(1+2\gamma\mu)$ for $0<\gamma\leq3/(2L)$ | $3/(2L)$ |
| Convex, RPL | $(1-\gamma\mu)/(1+\gamma\mu)$ for $0<\gamma\leq1/L$ | $3/(2L)$ (if $\mu\leq L/9$) |
| Nonconvex, RPL | $[L + \mu (L\gamma-1)^2 - \mu]/L$ | $1/L$ |

These rates, derived using the performance estimation problem (PEP), are exact and often sharper than previously established results, especially for larger step sizes [2411.11628, 1902.09181].

## 4. Methodological Framework: Performance Estimation Problem (PEP)

The PEP framework provides tight bounds for worst-case convergence rates by rephrasing the one-step contraction property as a semi-definite program (SDP) over a finite Gram matrix, exploiting precise interpolation conditions for the function classes under consideration. For a given regularity class and step size, one computes
$$
\sup \left\{ F(x_2) - F^* : F(x_1) - F^* \leq 1; x_2 = PGM(x_1); \text{PL or RPL holds} \right\}.
$$
Solving this SDP, inspecting its optimal dual multipliers, and verifying closed-form certificates yields analytic expressions for the contraction factor $\rho(\gamma)$ [2411.11628]. This methodology delivers improved rates and guides optimal step-size selection in practice.

## 5. Extensions to Weakly Convex and Multiobjective Optimization

The proximal-PL inequality extends naturally to weakly convex objective functions using the Fréchet (or Clarke/limiting) subdifferential. For $f : \mathbb{R}^n \to \overline{\mathbb{R}}$ proper, closed, and $\rho$-weakly convex, the condition
$$
\mu_{PL} \cdot (f(x) - f^*) \leq \operatorname{dist}^2(0, \hat \partial f(x)), \quad \forall x \in [f \leq f^*+\nu]
$$
implies global linear convergence of the proximal point method and, under standard assumptions, of PGM as well [2312.16775].

In multiobjective optimization, the notion is generalized by introducing scalar merit functions $u_0(x)$ and $w_L(x)$, leading to a multiobjective proximal-PL condition:
$$
L w_L(x) \geq \tau u_0(x)
$$
for some $\tau>0$, yielding linear convergence rates for multiobjective variants of PGM [2010.08217].

## 6. Numerical Illustration and Rate Sharpness

Numerical experiments confirm that PEP-derived contraction rates for PGM under the proximal-PL condition outperform previous bounds across a wide range of step sizes. For typical parameter settings (e.g., $L=1, \mu=0.1$), the proximal-PL-based rate remains valid and favorable for $\gamma$ up to $2/L$, with its minimum often noticeably better than the classical rates constrained to $\gamma \leq 1/L$ [2411.11628, 1902.09181]. 

Sharpened bounds are not only theoretically tight but also empirically match the observed decay of optimality gaps, reinforcing the practical utility of the proximal-PL inequality as a predictive modeling tool for first-order splitting methods.

## 7. Comparison with Standard PL and Practical Implications

Under standard PL, stationarity is measured via the distance to the subdifferential $d(0, \partial F(x))$, whereas the proximal-PL uses the PGM residual $G_\gamma(x)$, often better aligned with algorithmic updates for nonsmooth problems. In convex settings, both provide the same leading-order (quadratic in step size) convergence when $\gamma > 3/(2L)$, but the proximal-PL rate retains validity for larger $\gamma$ and yields globally improved rates. For nonconvex functions, the optimal step size shifts ($\sqrt{3}/L$ vs. $1/L$) depending on the choice of condition, emphasizing the operational relevance of distinguishing between these regularity properties [2411.11628].

A plausible implication is that, for a wide class of machine learning and variational problems, verifying the proximal-PL inequality can both guarantee and explain fast optimization in the absence of strong convexity, and that maximal practical efficiency can be attained by tuning the step size to exploit the full allowable regime determined via the PEP-based analysis.

Source: https://www.emergentmind.com/topics/proximal-pl-inequality