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.
When unpivoted elimination runs to completion, the elimination multipliers are the entries of the normalised LU factors
Statement
Let , let be a field, and let . Assume unpivoted Gaussian elimination reaches an upper-triangular matrix without encountering a zero pivot. Let be the multiplier used to eliminate entry , so the -th elimination matrix is
If is the final upper-triangular matrix, with this product understood as the empty product and when , then
where is unit lower triangular and its strict lower entry in position is exactly .
Facts & Assumptions
Given: An integer , a field , a matrix , unpivoted Gaussian elimination with no zero pivot, the elimination matrices , and the final upper-triangular matrix , where when .
A normalised LU factorisation is with unit lower triangular and upper triangular (A normalised LU factorisation has a unit lower-triangular L and an upper-triangular U).
An invertible leading block yields block LU through the Schur complement (An invertible leading block yields block LU through its Schur complement).
Matrix multiplication uses the usual product convention (Rectangular matrix multiplication and the identity matrix , including zero-sized shapes).
Proof
At stage , the matrix is unit lower triangular and differs from only in column below the diagonal. Its inverse is , because all cross terms vanish: for . Thus is unit lower triangular with strict lower entries exactly the multipliers from column .
Since , one has . The product of unit lower triangular matrices is unit lower triangular, and the first time a strict lower entry in column appears is in , so later factors do not change that column above the already-created zeros. Hence the strict lower entries of are exactly the stored multipliers .
The matrix is upper triangular by construction, so step 2.1 is a normalised LU factorisation in the sense of [L1]. This is the scalar-entry form of the same elimination mechanism that [L2] packages blockwise. Equivalently, the row operations of elimination store their multipliers in and leave the final reduced matrix as .
Steps 2.1 and 3.1 prove the claim.
Depends on
Used by
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
- David Bindel, CS 4220: Numerical Analysis, Blocked LU and Cholesky (standard reference, not scraped)
- Tobin A. Driscoll and Richard J. Braun, Fundamentals of Numerical Computation, Section 2.6 (standard reference, not scraped)