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.
Residual bounds on forward error for a nonsingular linear system
Statement
Let , let with , let , let with , let , and let be an approximate solution with residual and error . Then and , and the following bounds hold:
- Absolute bounds.
- Relative bounds. where is the condition number of The condition number kappa_p(A) = ||A||_p ||A^{-1}||_p of a nonsingular linear system.
In words: a small residual bounds the forward error below by , but bounds it above only up to the condition number .
Facts & Assumptions
Given: An invertible matrix with , , , , and .
(Invertible matrices and the general linear group ), and matrix multiplication distributes over addition, so (Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication).
Proof
Since , the residual is , using distributivity of [L1].
Multiplying on the left by and using [L1] gives .
The lower absolute bound. Applying [L2] to at the vector in step 1.1 gives .
The upper absolute bound. Applying [L2] to at the vector in step 2.1 gives .
The lower relative bound. From and [L2], , so ; combining with step 2.2 gives by [L3], which rearranges to the lower bound on .
The upper relative bound. From and [L2], , and forces , so ; multiplying by step 3.1 gives by [L3].
Claim 1 is steps 3.1 and 2.2, and claim 2 is steps 4.1 and 3.2.
Depends on
- The condition number kappa_p(A) = ||A||_p ||A^{-1}||_p of a nonsingular linear system
- Induced matrix norms are compatible with matrix-vector multiplication, submultiplicative, and satisfy ||I|| = 1
- Invertible matrices and the general linear group $\operatorname{GL}_n(F)$
- Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication
Used by
Dependency tree · two levels
10 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 12 (standard reference, not scraped)
- James Demmel, Math 221 Lecture 3: Vector Norms, Matrix Norms, and Condition Numbers (standard reference, not scraped)