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.
In exact arithmetic, CG terminates no later than the relative grade and hence in at most steps
Statement
Let be Hermitian positive definite, let , let be an initial guess, let , and let be the grade of . Then exact-arithmetic conjugate gradients reaches the exact solution no later than step . In particular, , so CG terminates in at most steps.
Facts & Assumptions
Given: A Hermitian positive-definite system , an initial guess , the initial residual , the grade , and the exact solution .
The grade is the degree of the monic polynomial of least degree that annihilates , and it is when (The grade of a start vector and its relative minimal polynomial).
If is invertible, then the exact solution of lies in (If is invertible, the exact solution of lies in the Krylov space at the grade).
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 ).
Proof
If , then , so CG has already reached the exact solution at step by [F1]. Assume now that . The initial error satisfies , so [L1] gives . Therefore
If CG has already reached at some step , then it has certainly terminated no later than step . Otherwise the recurrence defines the th iterate, so [L2] applies with . Since itself belongs to the admissible affine space from step 1.1 and has zero error, the minimal -norm error over that space is . Hence the unique minimizer is , so CG terminates no later than step .
Because is , the vectors are linearly dependent. Thus some nonzero polynomial of degree at most annihilates , and the minimal possible degree in [F1] therefore satisfies . Combining this with step 2.1 gives termination in at most steps.
Depends on
Used by
- CG can terminate at a relative grade strictly smaller than the ambient dimension Example
- CG on a 2×2 Hermitian positive-definite system reaches the solution in at most two steps Example
- In floating-point arithmetic, CG can lose exact residual orthogonality, A-conjugacy, and the finite-termination guarantee Remark
Dependency tree · two levels
10 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
- Magnus R. Hestenes and Eduard Stiefel, Methods of Conjugate Gradients for Solving Linear Systems (standard reference, not scraped)