---
title: Local Error-Bound Condition in Optimization
url: https://www.emergentmind.com/topics/local-error-bound-condition
type: topic
---

# Local Error-Bound Condition in Optimization

Searching arXiv for recent and foundational papers on local error-bound conditions to ground the article.
A local error-bound condition is a quantitative estimate that controls distance to a feasible set, solution set, or level set by a residual measuring constraint violation, stationarity, or function-value excess. In its most basic form, it asserts that near a reference point, the distance to the target set is bounded above by a prescribed function of the residual; the most common special cases are Lipschitzian or linear bounds, $\mathrm{dist}\le C\,\mathrm{residual}$, and Hölderian bounds, $\mathrm{dist}\le C\,\mathrm{residual}^{\theta}$. Across variational analysis, convex optimization, nonsmooth analysis, rank-constrained problems, fixed-point theory, and algorithmic convergence analysis, local error bounds serve as a bridge between local geometry and quantitative stability. They are closely tied to slope conditions, subdifferential criteria, calmness of set-valued mappings, directional derivatives, and Kurdyka–Łojasiewicz inequalities, and they frequently underwrite linear, sublinear, or even quadratic convergence results for numerical methods [1704.06938], [2012.03941], [1603.07070].

## 1. Core definition and canonical forms

A standard local formulation considers a function $f:X\to\mathbb R\cup\{+\infty\}$ on a metric or Banach space, a level set $[f\le 0]$, and a reference point $\bar x\in[f\le 0]$. In this setting, $f$ admits a local error bound at $\bar x$ if there exist constants such as $\tau>0$ and $\delta>0$ for which
\[
\tau\,d\bigl(x,[f\le0]\bigr)\le f_+(x)
\]
whenever $x$ is sufficiently close to $\bar x$, where $f_+(x)=\max\{f(x),0\}$ [1512.04742], [2012.03941]. Equivalent formulations replace $[f\le0]$ by a feasible set $S_f$, a solution set, or a lower-level set, depending on the problem class [2410.03687], [1704.06938].

A broader formulation uses a gauge function $\varphi$ and writes
\[
\mathrm{dist}\bigl(x,[f\le\alpha]\bigr)\le \varphi\bigl(f(x)-\alpha\bigr),
\]
for $x$ near a reference point and with $f(x)$ restricted to a suitable level window [1704.06938]. When $\varphi(s)=\tau s^\theta$ with $\theta\in(0,1]$, one obtains a Hölder-type local error bound; the case $\theta=1$ is the Lipschitz or linear case [1704.06938].

The associated modulus is often defined by a liminf quotient. One representative form is
\[
\mathbf{Er}(f,\bar x)
:=\liminf_{\substack{x\to\bar x\\ f(x)>0}}
\frac{f(x)}{\mathbf d(x,S_f)},
\]
and $f$ has a local error bound at $\bar x$ if and only if this quantity is positive [2410.03687]. Closely related moduli appear in Banach-space and convex settings [1512.04742], [2110.11818].

Several widely used problem-specific instantiations retain the same structure while changing the residual. In KKT systems for variational problems, the residual is a primal-dual KKT residual $\sigma(x,\lambda)$, and the bound takes the form
\[
\|x-\bar x\|_X+\|\lambda-\bar\lambda\|_H\le c\,\sigma(x,\lambda)
\]
near a KKT point [1807.04034]. In rank-constrained optimization, the residual can be the tail singular-value sum $\sum_{i=\kappa+1}^n\sigma_i(X)$, leading to a bound of the form
\[
\mathrm{dist}(Z,F(0))\le c\sum_{i=\kappa+1}^n\sigma_i(Z)
\]
near the feasible set [1603.07070]. In fixed-point theory, the residual is $\|F(x)-x\|$, yielding
\[
\mathrm{dist}(x,\mathcal F_F)\le K_F\|F(x)-x\|
\]
near the fixed-point set [2510.27540].

This suggests that the local error-bound condition is best understood not as a single inequality, but as a local metric principle: distance to a target set is quantitatively recoverable from a nearby residual.

## 2. Metric, slope, and subdifferential characterizations

One major line of theory characterizes local error bounds by slope conditions. For a lower-semicontinuous function on a complete metric space, sufficient conditions can be stated through the nonlocal slope $|\nabla f|^\diamond$, while in normed or Banach spaces one can use Fréchet or Clarke subdifferential slopes [2012.03941]. In convex problems these slope notions collapse to the distance from the origin to the convex subdifferential, so local error bounds become equivalent to lower bounds on $\mathrm{dist}(0,\partial f(x))$ near the reference point [1704.06938], [2012.03941].

In the convex l.s.c. setting, a classical criterion uses the strict outer subdifferential slope
\[
\overline{|\partial f|}{}^>(\bar x)
:=\liminf_{\substack{x\to\bar x\\ f(x)>0}} d\bigl(0,\partial f(x)\bigr).
\]
If this quantity is positive, then a local error bound holds, and in fact
\[
\overline{|\partial f|}{}^>(\bar x)=\Er f(\bar x).
\]
The same condition is also necessary [1512.04742]. This identifies local error bounds with a first-order nondegeneracy property of the subdifferential.

For convex functions on Banach spaces, a more recent primal characterization uses directional derivatives rather than dual-space information. If $d^+f(x,h)$ denotes the right-hand directional derivative, then
\[
\mathbf{Er}(f,\bar x)
=\liminf_{\substack{x\to\bar x\\ f(x)>0}}
\Bigl(-\inf_{\|h\|=1}d^+f(x,h)\Bigr),
\]
and positivity of the minimum directional derivative at the reference point is exactly the criterion for robustness of the local error bound under small perturbations [2410.03687]. For a single convex inequality in finite dimensions, the condition
\[
\inf_{\|d\|=1}f'(\bar x;d)>0
\]
is equivalent to stability of the local error bound under arbitrarily small perturbations, and the best modulus is its reciprocal [2110.11818].

For locally Lipschitz and regular functions, the modulus can be compared with quantities derived from the outer limiting subdifferential. In particular, the distance from $0$ to the outer limiting subdifferential of the support function of $\partial^>f(\bar x)$ gives an upper estimate of the local error-bound modulus, and for lower-$\mathcal C^1$ functions equality holds with $\mathrm{dist}(0,\partial^>f(\bar x))$ [1608.03360].

This body of results shows that local error bounds are not merely geometric inequalities; they are equivalent, in many settings, to positivity of slope, subdifferential, or directional-derivative quantities near the reference point.

## 3. Calmness, multifunctions, and variational geometry

A second major perspective formulates local error bounds through calmness of associated set-valued mappings. In rank-constrained optimization, let
\[
T(w)=\{X\in\Omega\mid \sum_{i=\kappa+1}^n \sigma_i(X)=w\}.
\]
Then $T(0)$ is the feasible set, and $T$ is calm at $0$ for each $X\in T(0)$ if and only if there exist constants $c>0$ and $\varepsilon>0$ such that
\[
\forall\,Z\in\Omega\text{ with }\|Z-X\|_F<\varepsilon:\quad
\mathrm{dist}(Z,T(0))\le c\sum_{i=\kappa+1}^n\sigma_i(Z).
\]
In this framework, calmness and the local Lipschitzian error bound are equivalent [1603.07070].

The same logic appears in perturbed KKT systems. For Banach-space variational problems, calmness of the perturbed KKT system at a reference primal-dual point is equivalent to a residual-type local error bound for distance to the primal variable and multiplier set [1807.04034]. Specifically, for small perturbations $p=(\alpha,\beta)$, calmness yields
\[
\|x_p-\bar x\|_X+\mathrm{dist}(\lambda_p,\mathcal M(\bar x))
\le c\,\|(\alpha,\beta)\|_{X^*\times H},
\]
and this is equivalent to the local residual estimate
\[
\|x-\bar x\|_X+\mathrm{dist}(\lambda,\mathcal M(\bar x))
\le c\,\sigma(x,\lambda)
\]
for nearby $(x,\lambda)$ [1807.04034].

In mathematical programs with vanishing constraints, the local error-bound property is expressed either through perturbations of an extended feasible system in variables $(x,y,z)$ or, equivalently, directly in terms of residuals
\[
\|g^+(x)\|_1+\|h(x)\|_1+\mathrm{dist}_\Omega(G(x),H(x)).
\]
Under MPVC-generalized quasinormality, there exist $\varepsilon>0$ and $C>0$ such that
\[
\mathrm{dist}(x,C)\le
C\Bigl(\|g^+(x)\|_{1}+\|h(x)\|_{1}+\sum_{\ell=1}^q
\mathrm{dist}\bigl((G_{\ell}(x),H_{\ell}(x)),\{(y,z)\mid z\ge0,\;yz\le0\}\bigr)\Bigr)
\]
for all $x$ sufficiently near the feasible point [1805.02186].

These formulations emphasize that the local error-bound condition is often equivalent to metric regularity properties of the constraint system. This suggests a general variational principle: when perturbations in data produce proportionate perturbations in the nearby solution map, a local error bound emerges as the corresponding primal estimate.

## 4. Lipschitzian versus Hölderian local bounds

The linear or Lipschitzian case is the most familiar, but many problem classes admit only Hölderian bounds. The general local Hölder form
\[
\mathrm{dist}(x,S)\le C\,R(x)^\alpha
\]
appears prominently in semi-algebraic and polynomial settings [1704.06938], [2510.01709]. For the canonical rank-constrained affine feasibility set
\[
F=\{X\in\mathbb R^{m\times n}\mid \mathcal A(X)=b,\;\mathrm{rank}(X)\le r\},
\]
with residual
\[
R(X)=\|\mathcal A(X)-b\|+\sigma_{r+1}(X),
\]
there exist constants $C>0$ and $\varepsilon>0$ such that on any compact set $K$,
\[
R(X)\le\varepsilon
\quad\Longrightarrow\quad
\mathrm{dist}(X,F)\le C\,[R(X)]^\tau,
\]
where
\[
\tau=\frac1{4\cdot 9^{\,n(m+n-r)-1}}.
\]
The exponent is explicit and dimension-dependent [2510.01709].

The following table summarizes representative local forms appearing across the literature.

| Setting | Residual | Local bound |
|---|---|---|
| Convex inequality system | $[f(x)]_+$ | $d(x,S_f)\le k[f(x)]_+$ [2110.11818] |
| Rank-constrained set | $\sum_{i=\kappa+1}^n\sigma_i(X)$ | $\mathrm{dist}(Z,F(0))\le c\sum_{i=\kappa+1}^n\sigma_i(Z)$ [1603.07070] |
| Rank-constrained affine set | $\|\mathcal A(X)-b\|+\sigma_{r+1}(X)$ | $\mathrm{dist}(X,F)\le C[R(X)]^\tau$ [2510.01709] |
| Averaged fixed-point map | $\|F(x)-x\|$ | $\mathrm{dist}(x,\mathcal F_F)\le K_F\|F(x)-x\|$ [2510.27540] |
| Second-order critical set | $\|\nabla f(x)\|$ | $\mathrm{dist}(x,\mathcal X)\le \kappa\|\nabla f(x)\|$ [1801.09387] |

The Hölderian case is also central in general error-bound theory. For a lower-semicontinuous function, local error bounds of the form
\[
\mathrm{dist}\bigl(x,[f\le\alpha]\bigr)\le \tau [f(x)-\alpha]_+^\theta
\]
with $\theta\in(0,1]$ arise naturally from Kurdyka–Łojasiewicz inequalities and from polynomial or subanalytic geometry [1704.06938]. In the Moreau-envelope setting, one encounters local Hölder error bounds expressed by the gap $f(x)-f(\bar x)$ or by the distance to lower level sets [2308.08735].

A plausible implication is that the distinction between Lipschitzian and Hölderian local error bounds reflects the local singularity structure of the target set: tame or nondegenerate geometries often yield exponent $1$, while more singular semi-algebraic geometries lead to exponents strictly below $1$.

## 5. Stability under perturbations and robustness criteria

A recurring theme is that the local error-bound property is meaningful only if it survives perturbations. For proper convex l.s.c. functions on Banach spaces, one can define arbitrary, convex, and linear $\varepsilon$-perturbations near $\bar x$, and the “radius” of perturbation preserving the local error-bound property is exactly the boundary-subdifferential slope
\[
|\partial f|_{\rm bd}(\bar x)
=
\inf\{\varepsilon>0\mid\Er\{\mathcal F_\varepsilon\}(\bar x)=0\},
\]
with the same critical value for arbitrary, convex, and linear perturbation families [1512.04742]. In particular, if $\varepsilon<|\partial f|_{\rm bd}(\bar x)$, then every perturbation in the corresponding family still admits a local error bound with strictly positive modulus [1512.04742].

A closely related directional-derivative criterion was established for convex functions on Banach spaces. If
\[
\gamma:=\inf_{\|h\|=1}d^+f(\bar x,h)\neq0,
\]
then there exist $c>0$ and $\varepsilon>0$ such that every sufficiently small perturbation $g$ satisfies $\mathbf{Er}(g,\bar x)\ge c$ [2410.03687]. The same conclusion can be checked using only affine perturbations [2410.03687]. For a single convex inequality, stability under small perturbations is essentially equivalent to the non-zero minimum of the directional derivative over the sphere [2110.11818].

In the generalized framework of quantitative error bounds, sufficient local conditions can be expressed by nonlocal slopes, Clarke subdifferential slopes, or Fréchet subdifferential slopes, depending on whether the ambient space is metric, Banach, or Asplund [2012.03941]. The need for completeness and lower semicontinuity in these results highlights that robustness of local error bounds is tied to the existence of nearby minimizers furnished by Ekeland-type principles.

This suggests that local error bounds are best viewed as stable first-order regularity properties rather than isolated inequalities. Their persistence under perturbations is frequently the decisive feature for applications in sensitivity analysis and algorithm design.

## 6. Relations to identifiability, KL theory, and manifold restrictions

Local error bounds interact strongly with the Kurdyka–Łojasiewicz framework. For a lower-semicontinuous function, a local KL inequality of the form
\[
\varphi'(f(x)-\alpha)\,|\nabla f|(x)\ge 1
\]
is equivalent to a nonlinear local error bound involving $\varphi(f(x)-\alpha)$ and the distance to a lower-level set [1704.06938]. In the analytic or subanalytic case, the Łojasiewicz gradient inequality therefore yields a local Hölder error bound directly [1704.06938]. In the unified error-bound framework for randomized algorithms, KL-type conditions are subsumed by a local unified error-bound condition through the choice
\[
\phi_{\bar x}(t)=\frac{1}{(\varphi'_{\bar x}(t))^2}
\]
[2603.17438].

A more geometric viewpoint links local error bounds to identifiability. For a proper closed function with minimizer set $S$ and an identifiable manifold $\mathcal M$, local ambient-space error bound
\[
\mu\,\mathrm{dist}(x,S)\le |\nabla f|(x)
\]
around $\bar x\in S$ is equivalent to local manifold-restricted error bound
\[
\mu\,\mathrm{dist}(x,S_{\mathcal M})\le |\nabla(f|_{\mathcal M})|(x)
\]
around the same point, under identifiability assumptions [2605.02754]. In the convex partly smooth setting, the corresponding subdifferential estimate in ambient space is equivalent to a Riemannian-gradient estimate on the manifold [2605.02754].

For $\ell_1$-regularized models, strict complementarity yields an identifiable manifold on which the restricted function is smooth; the local manifold error bound is then equivalent to the ambient subdifferential error bound and to the classical proximal error bound used in local linear convergence analyses [2605.02754].

This line of work shows that local error bounds are compatible with active-manifold reduction. A plausible implication is that, once identification occurs, the relevant local error-bound constant may be interpreted through the geometry of the smooth restricted problem rather than the full ambient nonsmooth model.

## 7. Algorithmic consequences and representative applications

Local error bounds frequently convert residual decay into actual distance-to-solution decay, and this is the mechanism behind many local convergence results.

For averaged fixed-point iterations, a local Lipschitz error bound is both necessary and sufficient for local linear convergence. If $F$ is continuous and $\alpha$-averaged with nonempty fixed-point set, then
\[
\mathrm{dist}(x,\mathcal F_F)\le K_F\|F(x)-x\|
\]
in a neighborhood is equivalent to
\[
\mathrm{dist}(F(x),\mathcal F_F)\le \rho_F\,\mathrm{dist}(x,\mathcal F_F)
\]
for some $\rho_F\in[0,1)$ [2510.27540]. Piecewise linear operators satisfy such local error bounds through Hoffman-type arguments, which yields linear convergence for methods such as Douglas–Rachford and ADMM in settings without strong convexity [2510.27540].

For the cubic regularization method applied to $C^2$ nonconvex minimization, the local error-bound condition
\[
\mathrm{dist}(x,\mathcal X)\le \kappa\|\nabla f(x)\|
\]
near the set of second-order critical points is equivalent, under the stated hypotheses, to a quadratic growth condition, and it implies that the iterates converge at least Q-quadratically to a second-order critical point [1801.09387]. The paper verifies this condition for phase retrieval and low-rank matrix recovery, with overwhelming probability, thereby obtaining Q-quadratic convergence to a global minimizer from arbitrary initialization [1801.09387].

For inertial forward-backward algorithms in Hilbert space, a local error bound of proximal-gradient type,
\[
\mathrm{dist}(x,X^*)\le \bar\tau\,\|T_{1/L_f}(x)-x\|,
\]
when the residual is small and the function value is bounded above, is used to derive improved convergence rates of function values and strong convergence of iterates for several choices of inertial parameters, including the original FISTA and FISTA\_CD [2007.07432].

For asynchronous distributed optimization, the Luo–Tseng error-bound condition
\[
d(x,\mathcal X^*)\le \kappa\|x-\mathrm{prox}_G(x-\nabla F(x))\|_2
\]
under a local neighborhood condition is the key ingredient behind R-linear convergence of the asynchronous algorithm to stationary solutions [2010.09057].

For augmented Lagrangian methods in Banach spaces, a local primal-dual error bound implies Q-linear convergence of KKT residuals and of the primal-dual iterates, and yields boundedness of the penalty-parameter sequence [1807.04034]. For the inexact Moreau envelope Lagrangian method, a uniform local error-bound condition on subsets of the feasible set is used to absorb a negative term in the potential-descent estimate and thereby establish an $\tilde O(\varepsilon^{-2})$ complexity bound for finding an $\varepsilon$-KKT point [2502.19764].

In rank-constrained optimization, local Lipschitzian error bounds have two notable consequences. First, moving the rank constraint into the objective yields an exact penalty formulation once the penalty parameter exceeds a threshold [1603.07070]. Second, error bounds for the iterates of a multi-stage convex relaxation approach can be derived, and the bounds are nonincreasing as the number of stages increases [1603.07070].

Taken together, these results show that the local error-bound condition is a central regularity hypothesis in modern convergence theory. It is weaker than strong convexity in many settings, yet strong enough to support exact penalization, stability under perturbation, and sharp local convergence estimates ranging from polynomial decay to linear rates and Q-quadratic convergence [2010.09057], [1801.09387], [2510.27540].

Source: https://www.emergentmind.com/topics/local-error-bound-condition