Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedaudited 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.

Forward and backward stability for a problem family under an arithmetic model

Definition

Fix normed spaces (X,X) and (Y,Y) over R (A norm on a real vector space, the induced metric, and the dictionary with the metric axioms), a map f:XY, a class Idomf of inputs, an arithmetic model with unit roundoff u (The standard relative floating-point model and unit roundoff), and an algorithm that, for each input xI, returns an approximate value y^Y of Absolute and relative forward error for an approximate value of a problem map.

Backward stability. The algorithm is backward stable on I when there is a constant C0 such that for every xI there is an input x~domf with

y^=f(x~)andx~xXCuxX.

The computed answer is exactly right for a slightly perturbed input, and the perturbation is at most a fixed multiple C of the unit roundoff.

Forward stability. The algorithm is forward stable on I when there is a constant C0 such that for every xI with f(x)0,

y^f(x)Yf(x)YCu.

The standard linear-system specialization. Fix n1 and a rational p1. For the problem "given AGLn(R) and b, return x with Ax=b", one usually measures the two data components separately rather than forcing the pair (A,b) into the single fixed input norm above. An algorithm is called normwise backward stable on a declared class of systems when one constant C makes every returned x^ satisfy ηp(x^)Cu in the sense of Normwise and componentwise backward error for an approximate linear-system solution; the componentwise specialization requires ω(x^)Cu. Thus there are perturbations ΔA,Δb with (A+ΔA)x^=b+Δb and separately measured relative sizes at most Cu. These are specialized product-wise definitions, not literal instances of one undeclared norm on the data pairs. Stability remains a property of the algorithm on the problem class, while the condition number is a property of the problem itself.

Remarks

  • Backward stability does not by itself bound the forward error. It bounds the data perturbation; converting that into an answer bound costs one factor of the condition number, by Local conditioning times backward error controls forward error to first order. A backward-stable algorithm on an ill-conditioned problem can still return a large forward error: for A=diag(1,ε), b=(1,ε), and x^=(1,0), the backward error is O(ε) while the relative forward error is 1/2.

  • The constant C is part of the honest statement. The definition records "at most C times the unit roundoff" for some fixed C, not "exactly the unit roundoff"; polynomial growth in the dimension is folded into C, and a stability claim without its class I and its constant is not a stability claim.

Depends on

Used by

Dependency tree · two levels

18 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