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.
Every real or complex square matrix admits a PLU factorisation, and the first failed pivot marks the singular boundary
Statement
Let or , let , and let .
- There exist a permutation matrix , a unit lower-triangular matrix , and an upper-triangular matrix such that
- If partial pivoting encounters a stage at which the whole active pivot column is zero, then the active trailing block is singular, hence is singular. Equivalently, if is invertible, partial pivoting finds a nonzero pivot at every stage.
Facts & Assumptions
Given: A field or , a natural number , and a matrix .
Permutation matrices, partial pivoting, and pivot growth are defined as in Permutation matrices, partial pivoting, and the pivot-growth factor.
If unpivoted elimination on a matrix reaches an upper-triangular matrix without a zero pivot, the multipliers form the unit lower factor in the resulting normalised LU factorisation (When unpivoted elimination runs to completion, the elimination multipliers are the entries of the normalised LU factors).
An invertible matrix has a two-sided inverse (Invertible matrices and the general linear group ).
Proof
For , either with or . In both cases is a PLU factorisation, and the zero-pivot case is exactly the singular case.
Assume . After an initial row swap, write where is maximal in the first column below the swap position. If , perform the first elimination step. This produces with multipliers . By the induction hypothesis, the trailing block has a PLU factorisation. Reassembling the first elimination step and the recursive factorisation gives for suitable . If , then the whole first column is zero, so already has the block form ; by the induction hypothesis has a PLU factorisation, and adjoining the zero first column yields a PLU factorisation of , hence of .
If the first failed pivot occurs at stage , then after the previous row swaps and eliminations the active matrix has the form where the first column of is zero. Therefore is singular because for a nonzero standard basis vector . The whole active matrix is then singular, hence so are all earlier row permutations and elimination preimages, including .
Claim 1 is steps 1.1-1.2. Step 2.1 proves claim 2, and its contrapositive is the final sentence: an invertible matrix cannot reach a zero pivot under partial pivoting.
Depends on
- Permutation matrices, partial pivoting, and the pivot-growth factor
- A normalised LU factorisation has a unit lower-triangular L and an upper-triangular U
- When unpivoted elimination runs to completion, the elimination multipliers are the entries of the normalised LU factors
- Invertible matrices and the general linear group $\operatorname{GL}_n(F)$
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
- Tobin A. Driscoll and Richard J. Braun, Fundamentals of Numerical Computation, Section 2.6 (standard reference, not scraped)
- David Bindel, CS 4220: Numerical Analysis, Blocked LU and Cholesky (standard reference, not scraped)