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.
The condition number kappa_p(A) = ||A||_p ||A^{-1}||_p of a nonsingular linear system
Definition
Let with , let either with or , and let be an invertible real matrix (Invertible matrices and the general linear group ), so that the linear system has the unique solution for every right-hand side . The condition number of the linear system (equivalently, of the matrix ) with respect to the induced -norm of The matrix norm induced by a published vector p-norm, using its separately defined infinity case when , is
The value is at least one and is never infinite. The inverse is the unique two-sided inverse of (Invertible matrices and the general linear group ), so and . For rational finite , submultiplicativity and normalisation are Induced matrix norms are compatible with matrix-vector multiplication, submultiplicative, and satisfy ||I|| = 1. For , the same properties follow directly from the defining supremum: and applying this estimate twice gives submultiplicativity, while gives . Hence in either case
Equivalently, is the product of the largest factor by which stretches a nonzero vector and the largest factor by which stretches one. Applying the same estimate to in place of gives .
Remarks
-
The matrix must be square and invertible. For a rectangular or singular matrix there is no in the sense of Invertible matrices and the general linear group and the displayed product is not defined; the rectangular least-squares case uses the singular-value ratio instead, as in For full-column-rank A, the normal equations square the spectral condition number.
-
The subscript names the norm. , and are different numbers attached to the same matrix; the dependence on the norm is genuine: for one has and , while the diagonal rescaling changes from to .
-
A system is well or ill conditioned, an algorithm is stable or unstable. The condition number is a property of the problem and its norms; it is computed without any algorithm. The separate notion of stability is Forward and backward stability for a problem family under an arithmetic model.
Depends on
Used by
- A tiny residual does not force a small forward error Counterexample
- Condition number depends on the chosen norm and on diagonal rescaling Counterexample
- Normwise and componentwise backward error for an approximate linear-system solution Definition
- Low-order Hilbert matrices already have large condition numbers Example
- Two 2x2 systems can have dramatically different condition numbers Example
- Vandermonde conditioning improves after centering and scaling the nodes Example
- For full-column-rank A, the normal equations square the spectral condition number Theorem
- Matrix perturbations in Ax = b obey a first-order condition-number bound Theorem
- Residual bounds on forward error for a nonsingular linear system Theorem
- Right-hand-side perturbations in Ax = b are amplified by the condition number Theorem
- The reciprocal spectral condition number is the relative distance to singularity Theorem
Dependency tree · two levels
9 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)
- James Demmel, Math 221 Lecture 3: Vector Norms, Matrix Norms, and Condition Numbers (standard reference, not scraped)