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.
Normal equations square the conditioning compared with QR on a badly scaled least-squares problem
Example
For the badly scaled least-squares matrix
has , while its normal-equation matrix has . A Gram–Schmidt (QR) route works with the upper triangular whose singular values equal those of , so it keeps the conditioning at instead of squaring it.
Facts & Assumptions
Given: The matrix with , and the least-squares problem of minimising .
For full-column-rank with singular values , the normal-equation matrix satisfies where (For full-column-rank A, the normal equations square the spectral condition number).
Gram–Schmidt orthonormalisation applied to the independent columns of produces orthonormal columns spanning the same column space (Gram–Schmidt turns every finite independent list into an orthonormal list with the same successive spans).
Verification
The columns of are orthogonal and have norms and . Writing with , , and the matrix shows that the singular values are the diagonal entries and of .
By [L2], Gram-Schmidt applied to the columns and returns the already orthogonal unit vectors and after scaling by their norms. Writing , one has with .
Hence , and is the diagonal matrix , whose singular values are and .
By step 1.2, , so its singular values are and and therefore .
By [L1], : forming the normal equations squares the conditioning of the least-squares problem.
Steps 3.1 and 2.2 compare the two routes on the same badly scaled problem: the normal-equation matrix carries condition number , the square of , while the Gram–Schmidt triangular factor carries , the original conditioning of the problem.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
12 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 19 (standard reference, not scraped)