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.
For full-column-rank A, the normal equations square the spectral condition number
Statement
Let with and , and let have full column rank (rank ), with singular values . Define the spectral condition number of the rectangular matrix by
for a square invertible this agrees with of The condition number kappa_p(A) = ||A||_p ||A^{-1}||_p of a nonsingular linear system. Then:
- The normal-equation matrix is invertible, with ;
- equivalently,
The least-squares normal equation of For a linear map between finite-dimensional inner-product spaces, minimises if and only if , equivalently ; minimisers exist and any two differ by an element of therefore has condition number exactly the square of the condition number of the least-squares problem itself.
Facts & Assumptions
Given: A matrix of full column rank with , , and singular values .
There is a singular value decomposition with orthogonal , and diagonal with entries on the block (Every linear map between finite-dimensional real or complex inner product spaces admits a singular value decomposition).
The operator norm of a linear map is its largest singular value (The operator norm is 0 on the zero domain and otherwise equals the largest singular value, attained at a right-singular vector).
The rank of a linear map is the number of its positive singular values; in particular the full-column-rank hypothesis is exactly (The rank of a linear map is the number of its nonzero singular values).
An orthogonal operator satisfies (Linear isometries, and orthogonal or unitary operators on finite-dimensional inner product spaces).
Least-squares solutions are exactly the solutions of the normal equation (For a linear map between finite-dimensional inner-product spaces, minimises if and only if , equivalently ; minimisers exist and any two differ by an element of ).
Proof
From [L1], , and is diagonal with decreasing nonnegative entries; by [L4], is orthogonal with .
The displayed product is a singular value decomposition of with singular values , since the two orthogonal factors are and .
By [L3], full column rank means , so every singular value of in step 2.1 is positive, and has the inverse : the two products with give by [L4].
By [L2] applied to and to its inverse, and , the largest singular value of being ; hence .
By the definition of in the Statement, , which equals the value in step 4.1; this is claim 2, and claim 1 is its equivalence with the condition number of the square invertible matrix from The condition number kappa_p(A) = ||A||_p ||A^{-1}||_p of a nonsingular linear system, the displayed agreement for square being by [L2] applied to the SVD of [L1].
The normal equation of [L5] has coefficient matrix , so its condition number is the one computed in step 5.1.
Claims 1 and 2 are step 5.1, and the final sentence is step 6.1.
Remarks
- The square is unavoidable for the normal-equation route. Forming squares the condition number even though the least-squares problem itself has condition number ; computing with directly through a QR route keeps the factor instead. For , the Gram-Schmidt factor is while .
Depends on
- The condition number kappa_p(A) = ||A||_p ||A^{-1}||_p of a nonsingular linear system
- Every linear map between finite-dimensional real or complex inner product spaces admits a singular value decomposition
- The operator norm is 0 on the zero domain and otherwise equals the largest singular value, attained at a right-singular vector
- For a linear map $T:V\to W$ between finite-dimensional inner-product spaces, $x$ minimises $\lVert Tx-b\rVert$ if and only if $T^*(Tx-b)=0$, equivalently $T^*Tx=T^*b$; minimisers exist and any two differ by an element of $\ker T$
- The rank of a linear map is the number of its nonzero singular values
- Linear isometries, and orthogonal or unitary operators on finite-dimensional inner product spaces
Used by
Dependency tree · two levels
21 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 and Lecture 31 (standard reference, not scraped)