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.
Normwise and componentwise backward error for an approximate linear-system solution
Definition
Let , let with , let , let , and let be an approximate solution of the system with residual .
Normwise backward error. The normwise backward error of is
where on matrices is the induced norm of The matrix norm induced by a published vector p-norm and on vectors the -norm.
Componentwise backward error. The componentwise backward error of is
with the absolute value (Absolute value in an ordered field).
Both infima are over nonempty sets, so they are well defined. The single choice and always satisfies the defining relation, because . It is admissible with for both notions: normwise, and ; componentwise, and . Hence each defining set is a nonempty subset of and therefore has an infimum.
In words: is the smallest factor by which the data must be perturbed, measured in the -norm with the weights and , for the computed answer to be exactly right; measures the same perturbation entrywise. The explicit residual formulas for both are Residual formulas for normwise and componentwise backward error.
Remarks
-
Backward error is about the data, not the answer. An approximate solution with small backward error is the exact solution of a nearby problem; the size of the forward error is governed separately by the condition number through Local conditioning times backward error controls forward error to first order.
-
The two notions are not interchangeable. Componentwise admissibility controls every entry and preserves the zero pattern of the data, whereas normwise admissibility controls only the declared aggregate norms. Neither definition gives the same numerical tolerance as the other without dimension- and data-dependent comparison factors. Sparse matrices make the distinction especially visible: preserves their zero pattern but does not.
Depends on
Used by
Dependency tree · two levels
6 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
- James Demmel, Math 221 Lecture 3: Vector Norms, Matrix Norms, and Condition Numbers (standard reference, not scraped)
- L. N. Trefethen and D. Bau III, Numerical Linear Algebra, Lecture 12 (standard reference, not scraped)