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.
Condition number depends on the chosen norm and on diagonal rescaling
Statement refuted
The condition number of a linear system is a property of the bare linear relation alone: it does not change with the chosen norm, and diagonally rescaling the equations leaves it unchanged.
Facts & Assumptions
Given: The matrix , the diagonal matrix , and the equivalent systems and .
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).
Counterexample
The inverse of the upper triangular matrix is obtained by back substitution from .
By [L2], the column sums of are so , and the column sums of are so ; [L1] gives .
By [L2], the row sums of are so , and the row sums of are so ; [L1] gives .
The rescaled matrix is , with inverse .
By [L2], the column sums of are so , and the column sums of are so ; [L1] gives .
Steps 1.2 and 1.3 give : the same matrix has different condition numbers in different induced norms.
Since is invertible, the systems and have exactly the same solution set, yet step 1.5 shows : diagonal rescaling changes the condition number even though it changes nothing about the set of solutions.
Steps 2.1 and 2.2 refute both halves of the false statement: condition number depends on the declared norm and on the scaling of the equations.
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)