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.
Reduced QR over the reals solves full-column-rank least squares without squaring the condition number
Statement
Let with and full column rank. Let
be a reduced QR factorisation, with and upper triangular. Then:
- The least-squares minimiser of is the unique solution of
- The spectral condition number of equals that of , whereas the normal-equation matrix satisfies Thus the QR route solves with a factor of condition rather than the squared factor .
Facts & Assumptions
Given: A full-column-rank matrix , a reduced QR factorisation , and a vector .
Reduced QR factorisation means and upper triangular (Full, reduced, and column-pivoted computational QR factorisations).
Successive Householder or Givens transformations produce reduced QR (Successive Householder or Givens transformations produce full and reduced QR factorisations with the standard dense operation counts).
Least-squares minimisers 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 ).
For full-column-rank , the normal equations square the spectral condition number (For full-column-rank A, the normal equations square the spectral condition number).
Spectral norm is unitarily invariant and is determined by singular values (Spectral and Frobenius norms are unitarily invariant, are given by singular values, and satisfy the sharp rank comparison).
Proof
With the reduced QR factorisation supplied by [L2] and shaped as in [L1], extend the columns of to an orthogonal basis . Then so The second term is independent of , so minimising is equivalent to solving .
Because has full column rank, the upper-triangular factor has nonzero diagonal, so the triangular system of step 1.1 has a unique solution. Thus the least-squares minimiser is unique and equals that solution. This agrees with the normal equation of [L3].
Since is orthogonal and , [L5] implies that and have the same positive singular values, hence the same spectral condition number. By [L4], the normal-equation matrix has condition number . Therefore the QR solve uses a factor with condition , not the squared condition of the normal equations.
Steps 1.1-2.1 prove claim 1, and step 3.1 proves claim 2.
Depends on
- Full, reduced, and column-pivoted computational QR factorisations
- Successive Householder or Givens transformations produce full and reduced QR factorisations with the standard dense operation counts
- 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$
- For full-column-rank A, the normal equations square the spectral condition number
- The condition number kappa_p(A) = ||A||_p ||A^{-1}||_p of a nonsingular linear system
- Spectral and Frobenius norms are unitarily invariant, are given by singular values, and satisfy the sharp rank comparison
Used by
Dependency tree · two levels
24 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
- Tobin A. Driscoll and Richard J. Braun, Fundamentals of Numerical Computation, Section 3.3.3 (standard reference, not scraped)
- David Bindel, CS 4220: Numerical Analysis, Least squares and QR (standard reference, not scraped)