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.
Two 2x2 systems can have dramatically different condition numbers
Example
The diagonal system is well conditioned, while the nearly singular system
is already severely ill conditioned, even though both matrices have the same shape and entries of the same order.
Facts & Assumptions
Given: The matrices and with .
The induced -norm is the maximum column sum and the induced -norm 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 column sums and row sums are , so [L2] gives ; its inverse is , with column and row sums , so .
For , the column sums are and the row sums , so [L2] gives .
By [L3], , whose column sums and row sums are both , the first being larger; so [L2] gives .
By [L1] and step 1.1, : for every right-hand side a relative perturbation of changes the solution by at most four times as much.
By [L1], , and at this is .
The two systems of the same shape therefore have condition numbers and : the nearly singular one amplifies relative data perturbations about a hundred times more, and the contrast comes from the small determinant , not from large entries.
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 12 (standard reference, not scraped)