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.
Vandermonde conditioning improves after centering and scaling the nodes
Example
Interpolating a linear polynomial through two points whose nodes are and is the Vandermonde system with , which has . Centering and scaling the nodes to and through the affine change of variable gives the equivalent system for the same interpolation task with . Conditioning is a property of the chosen coordinates, not of the underlying interpolation problem.
Facts & Assumptions
Given: The nodes , and their images , under , and the Vandermonde matrices , .
The induced -norm is the maximum row sum (The induced 1-norm is the maximum column sum and the induced infinity-norm is the maximum row sum).
For a nonsingular matrix , .
Verification
For the node pair , the determinant is , and [L3] gives .
By [L2], and , so [L1] gives .
For the centered and scaled pair , the determinant is , and [L3] gives .
By [L2], and , so [L1] gives .
The change of variable maps to and to , and interpolating the same data in the coordinate is the system while interpolating it in the coordinate is with and ; the two systems represent the same polynomial task, yet their condition numbers are and .
Steps 1.2 and 1.4, read through step 2.1, show that centering and scaling the nodes improves the conditioning of the same interpolation problem by four orders of magnitude.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
8 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
- L. N. Trefethen and D. Bau III, Numerical Linear Algebra, Lecture 18 (standard reference, not scraped)