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.
A backward-stable computed solution of an ill-conditioned system can still have large forward error
Example
Fix an arithmetic model with unit roundoff and set . Take and , whose exact solution is . On the singleton input class consisting of this system, let an algorithm return . Its normwise backward error is at most , so this algorithm is backward stable on the declared class, yet its relative forward error is : ill conditioning is not instability, and backward stability does not remove ill conditioning.
Facts & Assumptions
Given: An arithmetic model with unit roundoff , the parameter , the matrix , the vector , the exact solution , and an algorithm on the singleton input class that returns .
The normwise backward error is for (Residual formulas for normwise and componentwise backward error).
Along admissible perturbations tending to zero, relative forward error is at most times relative backward error (Local conditioning times backward error controls forward error to first order).
For the fixed linear map , one has by linearity.
Verification
The residual is and ; also , and .
The forward error is and the relative forward error , order one even as .
The conditioning conversion. For the problem map the absolute condition number is , attained in the second coordinate, and the computed answer is exact for the perturbed input with . By [A1], , and direct substitution gives .
By [L1], the normwise backward error is . Thus the one constant works for every input in the declared singleton class , so the algorithm is normwise backward stable there in the specialized sense of Forward and backward stability for a problem family under an arithmetic model.
Steps 2.1, 1.2 and 1.3 show that this backward-stable algorithm on an ill-conditioned problem class has order-one forward error even though its backward error is order ; [L2] records the general first-order conditioning principle illustrated exactly here. Backward stability controls the data perturbation, and only conditioning controls the answer.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
13 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)