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.
Before breakdown, Arnoldi produces an orthonormal Krylov basis and a rectangular upper-Hessenberg factorization
Statement
Let be an matrix over or , let be a nonzero vector of matching size, and let . Assume the Arnoldi process for runs through step without breakdown. Let
and let , where the Arnoldi coefficients occupy the positions and for . Then:
- are orthonormal;
- ;
- has the rectangular upper-Hessenberg zero pattern for ;
- .
Facts & Assumptions
Given: A square matrix over or , a nonzero start vector of matching size, an integer , and an Arnoldi run through step with no breakdown.
In Arnoldi, each step defines with , and when one sets (The Arnoldi process for building an orthonormal basis of a Krylov subspace).
For , one has (The Krylov subspace ).
The square-matrix upper-Hessenberg condition is the zero pattern for (Upper Hessenberg matrices and real symmetric tridiagonal matrices).
Proof
By construction in [F1], the vector is orthogonal to each for , because subtracts exactly the orthogonal projection of onto . Since there is no breakdown, , so is a unit vector orthogonal to . Starting from the unit vector , induction gives orthonormality of .
Again by [F1], each is a linear combination of . Induction using [F2] therefore gives for . Conversely, lies in , and induction from shows that all lie in . By [F2], the two spans are equal.
For each column , the Arnoldi relation from [F1] involves only . By the definition of in the Statement, its remaining entries satisfy for , the same zero pattern as the square upper-Hessenberg condition [F3]. The column relations assemble exactly into .
Depends on
Used by
- Ritz values and Ritz vectors extracted from the Arnoldi Hessenberg reduction Definition
- A hand calculation of Arnoldi shows the Hessenberg factorization entry by entry Example
- An Arnoldi Ritz pair has residual norm controlled by the last Hessenberg subdiagonal entry Proposition
- Exact Arnoldi breakdown is equivalent to invariance of the current Krylov space Proposition
- Arnoldi reduces GMRES to a least-squares problem for the small Hessenberg matrix 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
- Yousef Saad, Iterative Methods for Sparse Linear Systems — lecture notes on Arnoldi's method (standard reference, not scraped)
- Lloyd N. Trefethen and David Bau III, Numerical Linear Algebra (standard reference, not scraped)