Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedPipeline-generatedprecheck passaudited 2026-08-30
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

A=(A11A12A21A22)

be a square block matrix over a field, with A11 square and invertible, and let S:=A22A21A111A12.

  1. One has the exact block factorisation A=(I0A21A111I)(A11A120S).
  2. If S=L~U~ is any normalised LU factorisation, then A=(I0A21A111L~)(A11A120U~) is a block LU factorisation across the same partition.

Facts & Assumptions

Given: The displayed block matrix A, an invertible leading block A11, and the Schur complement S=A22A21A111A12.

[L1]

Block LU factorisation and Schur complement are defined as in Block LU factorisation and the associated Schur complement.

[L2]

Triangular solves with nonzero diagonal are correct and unique (Forward and backward substitution are correct, unique, and quadratic in scalar operations).

[L3]

An invertible matrix has a two-sided inverse (Invertible matrices and the general linear group GLn(F)).

[L4]

Matrix multiplication is associative and uses the product convention of Rectangular matrix multiplication and the identity matrix In, including zero-sized shapes.

Proof

technique · explicit block multiplication
1.1

By [L3], A111 exists, and by [L4] the block product (I0A21A111I)(A11A120S) has upper-left block A11, upper-right block A12, lower-left block A21A111A11=A21, and lower-right block A21A111A12+S=A22. Hence it equals A.

L1L3L4algebra
2.1

If S=L~U~, substitute this into step 1.1 and absorb the factorisation of S 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].

step 1.1L1algebra
2.2

The off-diagonal block A21A111 is exactly the block of multipliers obtained by solving XA11=A21. If A11 itself has a triangular factorisation, [L2] computes these multipliers by triangular solves.

L2step 1.1
3.1

Steps 1.1 and 2.1 prove claims 1 and 2, and step 2.2 identifies the solve interpretation of the multiplier block.

step 1.1step 2.1step 2.2

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