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.
Matrix-free GMRES accesses the matrix only through applications of the operator to vectors
Example
Define a linear operator on by
Starting from , the first Krylov vectors are
So Arnoldi and GMRES can begin from repeated calls to the routine , without ever storing the full tridiagonal matrix of .
Facts & Assumptions
Given: The operator above and the start vector .
In the matrix-free model, Krylov methods need only operator applications, vector updates, inner products, and norms (The matrix-free access model for Krylov methods).
Restarted GMRES is built from ordinary GMRES cycles on such Krylov spaces (Restarted GMRES as repeated GMRES cycles on fixed-size Krylov spaces).
Verification
Direct evaluation of the operator routine gives the displayed vectors and . Those are exactly the data from which the first Krylov spaces and the first Arnoldi orthogonalization steps are formed.
No entrywise matrix storage was used in step 1.1: only the map , vector arithmetic, and inner products are needed. Therefore this sparse example fits the matrix-free access model [F1], and restarted cycles [F2] use the same access pattern on each new residual.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
4 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.