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.
An invertible leading block yields block LU through its Schur complement
Statement
Let
be a square block matrix over a field, with square and invertible, and let .
- One has the exact block factorisation
- If is any normalised LU factorisation, then is a block LU factorisation across the same partition.
Facts & Assumptions
Given: The displayed block matrix , an invertible leading block , and the Schur complement .
Block LU factorisation and Schur complement are defined as in Block LU factorisation and the associated Schur complement.
Triangular solves with nonzero diagonal are correct and unique (Forward and backward substitution are correct, unique, and quadratic in scalar operations).
An invertible matrix has a two-sided inverse (Invertible matrices and the general linear group ).
Matrix multiplication is associative and uses the product convention of Rectangular matrix multiplication and the identity matrix , including zero-sized shapes.
Proof
By [L3], exists, and by [L4] the block product has upper-left block , upper-right block , lower-left block , and lower-right block . Hence it equals .
If , substitute this into step 1.1 and absorb the factorisation of into the lower-right block. The resulting left factor is block lower triangular and the right factor is block upper triangular, so this is a block LU factorisation in the sense of [L1].
The off-diagonal block is exactly the block of multipliers obtained by solving . If itself has a triangular factorisation, [L2] computes these multipliers by triangular solves.
Steps 1.1 and 2.1 prove claims 1 and 2, and step 2.2 identifies the solve interpretation of the multiplier block.
Depends on
- Block LU factorisation and the associated Schur complement
- Forward and backward substitution are correct, unique, and quadratic in scalar operations
- Invertible matrices and the general linear group $\operatorname{GL}_n(F)$
- Rectangular matrix multiplication and the identity matrix $I_n$, including zero-sized shapes
Used by
- A block LU factorisation turns a linear solve into a Schur-complement solve Example
- A square matrix has an unpivoted unit-lower LU factorisation exactly when all leading principal minors are nonzero Theorem
- When unpivoted elimination runs to completion, the elimination multipliers are the entries of the normalised LU factors Theorem
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)