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.
With a Hermitian matrix, Arnoldi collapses to the Lanczos three-term recurrence and a real symmetric tridiagonal projection
Statement
Let be Hermitian, and run Arnoldi on through step without breakdown. Write
Then there exist real numbers and nonnegative real numbers such that
Moreover, is a real symmetric tridiagonal matrix.
Facts & Assumptions
Given: A Hermitian matrix and an Arnoldi run through step without breakdown.
The Lanczos process is Arnoldi specialized to a Hermitian matrix, with the phase chosen so that the subdiagonal coefficients are real and nonnegative (The Lanczos process as Arnoldi specialized to a Hermitian matrix, with the usual real-subdiagonal phase convention).
Arnoldi yields an orthonormal basis and an upper-Hessenberg factorization with column relations (Before breakdown, Arnoldi produces an orthonormal Krylov basis and a rectangular upper-Hessenberg factorization).
An upper-Hessenberg matrix has for , and a real symmetric tridiagonal matrix has zeros whenever (Upper Hessenberg matrices and real symmetric tridiagonal matrices).
Proof
Fix and let . By [L1], lies in , which is orthogonal to . Since is Hermitian, Together with the upper-Hessenberg zero pattern from [L2], this shows that the only possibly nonzero coefficients in column are , , and . Therefore each Arnoldi column relation collapses to a three-term recurrence.
Hermitian symmetry also gives . Under the phase convention in [F1], the subdiagonal coefficients are real and nonnegative; write and . Since equals its own complex conjugate, each is real. Hence which is the Lanczos recurrence.
The projected matrix is . Step 1.1 shows for , and Hermitian symmetry together with the reality from step 2.1 shows on the remaining bands. Thus is a real symmetric tridiagonal matrix in the sense of [L2].
Depends on
Used by
- The MINRES iterate from the Lanczos tridiagonal least-squares problem Definition
- For Hermitian A, including the indefinite case, MINRES minimizes the Euclidean residual over x₀+Kₘ(A,r₀) Theorem
Cited to discharge well-definedness by The Lanczos process as Arnoldi specialized to a Hermitian matrix, with the usual real-subdiagonal phase convention.
Dependency tree · two levels
7 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)