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 and over (A norm on a real vector space, the induced metric, and the dictionary with the metric axioms), a map , a class of inputs, an arithmetic model with unit roundoff (The standard relative floating-point model and unit roundoff), and an algorithm that, for each input , returns an approximate value of Absolute and relative forward error for an approximate value of a problem map.
Backward stability. The algorithm is backward stable on when there is a constant such that for every there is an input with
The computed answer is exactly right for a slightly perturbed input, and the perturbation is at most a fixed multiple of the unit roundoff.
Forward stability. The algorithm is forward stable on when there is a constant such that for every with ,
The standard linear-system specialization. Fix and a rational . For the problem "given and , return with ", one usually measures the two data components separately rather than forcing the pair into the single fixed input norm above. An algorithm is called normwise backward stable on a declared class of systems when one constant makes every returned satisfy in the sense of Normwise and componentwise backward error for an approximate linear-system solution; the componentwise specialization requires . Thus there are perturbations with and separately measured relative sizes at most . 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 , , and , the backward error is while the relative forward error is .
-
The constant is part of the honest statement. The definition records "at most times the unit roundoff" for some fixed , not "exactly the unit roundoff"; polynomial growth in the dimension is folded into , and a stability claim without its class and its constant is not a stability claim.
Depends on
- Absolute and relative forward error for an approximate value of a problem map
- Normwise and componentwise backward error for an approximate linear-system solution
- The standard relative floating-point model and unit roundoff
- A norm on a real vector space, the induced metric, and the dictionary with the metric axioms
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
- L. N. Trefethen and D. Bau III, Numerical Linear Algebra, Lecture 15 (standard reference, not scraped)
- James Demmel, Math 221 Lecture 2: Floating Point Arithmetic (standard reference, not scraped)