Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedjudge pass (gpt-5.6-terra)audited 2026-08-29
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Absolute and relative local condition numbers of a problem map

Definition

Let X and Y be normed spaces over R (A norm on a real vector space, the induced metric, and the dictionary with the metric axioms) and let f:XY be a map. For xX and δ>0 write

Pf,x(δ)  :=  {hX:0<h<δ, x+hdomf}.

Define the worst amplification over perturbations of size at most δ by

Sf,x(δ)  :=  {0,Pf,x(δ)=,sup{f(x+h)f(x)h:hPf,x(δ)},Pf,x(δ).

so Sf,x(δ)[0,+] in every case.

For each fixed x the map δSf,x(δ) is nondecreasing as δ increases, so the infimum over all δ>0 exists in [0,+]. The absolute (local) condition number of f at x is

κabs(f,x)  :=  infδ>0Sf,x(δ)  =  limδ0+Sf,x(δ)    [0,+].

If x0 and f(x)0, the relative (local) condition number of f at x is

κrel(f,x)  :=  κabs(f,x)xf(x)    [0,+].

For the computed value y^=f(x+h) of Absolute and relative forward error for an approximate value of a problem map, the quantity h is the absolute backward error. When x0, the quotient h/x is the relative backward error: the amount by which the data must be moved, relative to its size, for the computed answer to be exactly correct. At x=0 only the absolute backward error is defined. The condition number converts backward error into a bound on forward error; that conversion is Local conditioning times backward error controls forward error to first order.

Remarks

  • The infimum form is the limit of the supremum form. Because Sf,x is monotone in δ, the infimum over δ>0 equals the one-sided limit limδ0+Sf,x(δ), which is the familiar definition of a condition number as the worst relative amplification of infinitesimal perturbations. The infimum formulation is used below because it is an honest value of the library's ordered arithmetic with no separate limit apparatus.

  • The value is allowed to be +. An ill-posed (discontinuous) map has infinite condition number at a point of discontinuity; κabs=+ is a legitimate value and no arithmetic is performed with it. The first-order conversion theorem only yields a finite bound when κabs<+.

  • Conditioning belongs to the problem, not to the algorithm. The condition number depends only on f, the point x, and the two norms; no algorithm enters its definition. The separate notion of stability belongs to an algorithm under an arithmetic model and is defined in Forward and backward stability for a problem family under an arithmetic model.

Depends on

Used by

Dependency tree · two levels

15 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources