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.
CG obeys the Chebyshev -norm bound in terms of the spectral condition number
Statement
Let be Hermitian positive definite, let solve , let be the error in the th exact-arithmetic CG iterate, let be the smallest and largest eigenvalues of , and let
Then for every ,
Facts & Assumptions
Given: A Hermitian positive-definite matrix , the exact solution , the CG iterates , the errors , and the extremal eigenvalues of .
The th CG iterate uniquely minimizes the -norm of the error over (CG is the Krylov Galerkin method, and the th iterate uniquely minimizes the -norm of the error over ).
In an orthonormal basis, a Hermitian matrix is normal (In an orthonormal basis, self-adjoint means conjugate-transpose symmetry and normal means commuting with the conjugate transpose).
A normal endomorphism of a finite-dimensional complex inner-product space has an orthonormal eigenbasis (Complex spectral theorem: a normal endomorphism of a finite-dimensional complex inner product space has an orthonormal eigenbasis, and conversely).
Proof
Every vector in has the form for some polynomial of degree at most , because . Hence every attainable error has the form where and . By [L1], the actual CG error therefore satisfies
Since is Hermitian, [L2] and [L3] give an orthonormal basis of eigenvectors, so with unitary and , where each . Writing , one gets Thus
Let where is the th Chebyshev polynomial. Then , , and on , so With , the denominator equals . For , and at one has Therefore Combining this polynomial with step 2.1 gives the stated bound.
Depends on
- CG is the Krylov Galerkin method, and the $m$th iterate uniquely minimizes the $A$-norm of the error over $x_0+K_m(A,r_0)$
- Complex spectral theorem: a normal endomorphism of a finite-dimensional complex inner product space has an orthonormal eigenbasis, and conversely
- In an orthonormal basis, self-adjoint means conjugate-transpose symmetry and normal means commuting with the conjugate transpose
Used by
Dependency tree · two levels
13 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
- Jonathan Richard Shewchuk, An Introduction to the Conjugate Gradient Method Without the Agonizing Pain (standard reference, not scraped)