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.
Invertible preconditioners give equivalent linear systems, with the transformed residuals and errors written explicitly
Statement
Let be a linear system. In the error formulas in parts 2 and 3, assume is a solution of and put . The corresponding transformed exact solutions are denoted by .
- If and then the left-preconditioned system has exactly the same solution set as . Its residual is , where .
- If and , then is equivalent to . Its residual is the same physical residual , and its error is , where .
- If is Hermitian positive definite and , then is equivalent to . Its residual is and its error is where .
Facts & Assumptions
Given: A linear system , the left, right, and symmetric preconditioned forms from the definition, and, when an error formula is used, a solution of .
Left, right, and symmetric preconditioning are exactly the transformed systems with the accompanying variable changes (Left preconditioning, right preconditioning, and symmetric preconditioning of a linear system).
An invertible matrix has a two-sided inverse (Invertible matrices and the general linear group ).
Proof
For left preconditioning, [L1] implies For any trial vector , the transformed residual is
For right preconditioning, put , so by [L1]. Then The right-preconditioned residual is and if then
For symmetric preconditioning, [F1] writes , equivalently . Therefore If , then and Thus each transformed system is equivalent to the original one, with the displayed residual and error maps.
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
- Richard Barrett et al., Templates for the Solution of Linear Systems: Building Blocks for Iterative Methods (standard reference, not scraped)
- Jonathan Richard Shewchuk, An Introduction to the Conjugate Gradient Method Without the Agonizing Pain (standard reference, not scraped)