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.
GMRES minimizes the residual norm over the affine Krylov space
Statement
If minimizes in the Arnoldi coordinates of the previous theorem, then
is a GMRES iterate. Equivalently, GMRES minimizes the residual norm over the affine Krylov space .
Facts & Assumptions
Given: The Arnoldi parametrization from the GMRES reduction theorem and a vector minimizing .
A GMRES iterate is, by definition, a residual minimizer over (The GMRES iterate as the residual minimizer over an affine Krylov space).
Arnoldi identifies the residual norm on with the small least-squares norm (Arnoldi reduces GMRES to a least-squares problem for the small Hessenberg matrix).
Proof
By [L1], every has the form , and for that one has
Since minimizes the right-hand side, the vector minimizes the left-hand side over the whole affine Krylov space. By [F1], that is exactly the GMRES condition.
Depends on
Used by
- For unrestarted GMRES, the residual norms are nonincreasing Corollary
- Restarted GMRES preserves cyclewise residual minimization but loses the unrestarted finite-termination guarantee Proposition
- The GMRES residual has the form rₘ=pₘ(A)r₀ with pₘ(0)=1 and deg pₘ≤ m Proposition
- In exact arithmetic, unrestarted GMRES terminates no later than the relative grade Theorem
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
- Lloyd N. Trefethen and David Bau III, Numerical Linear Algebra (standard reference, not scraped)