Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-generatedPipeline-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.

When unpivoted elimination runs to completion, the elimination multipliers are the entries of the normalised LU factors

Statement

Let n1, let F be a field, and let AMn(F). Assume unpivoted Gaussian elimination reaches an upper-triangular matrix without encountering a zero pivot. Let mik be the multiplier used to eliminate entry (i,k), so the k-th elimination matrix is

Ek:=Ii>kmikeiekT.If U:=En2E0A is the final upper-triangular matrix, with this product understood as the empty product and U=A when n=1, thenA=LU,

where L is unit lower triangular and its strict lower entry in position (i,k) is exactly mik.

Facts & Assumptions

Given: An integer n1, a field F, a matrix AMn(F), unpivoted Gaussian elimination with no zero pivot, the elimination matrices Ek, and the final upper-triangular matrix U=En2E0A, where U=A when n=1.

[L1]

A normalised LU factorisation is A=LU with L unit lower triangular and U upper triangular (A normalised LU factorisation has a unit lower-triangular L and an upper-triangular U).

[L2]

An invertible leading block yields block LU through the Schur complement (An invertible leading block yields block LU through its Schur complement).

[L3]

Proof

technique · induction on the elimination stages
1.1

At stage k, the matrix Ek is unit lower triangular and differs from I only in column k below the diagonal. Its inverse is Ek1=I+i>kmikeiekT, because all cross terms vanish: eiekTejekT=0 for i,j>k. Thus Ek1 is unit lower triangular with strict lower entries exactly the multipliers from column k.

givenL3algebra
2.1

Since U=En2E0A, one has A=E01En21U. The product of unit lower triangular matrices is unit lower triangular, and the first time a strict lower entry in column k appears is in Ek1, so later factors do not change that column above the already-created zeros. Hence the strict lower entries of L:=E01En21 are exactly the stored multipliers mik.

step 1.1L3induction
3.1

The matrix U 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 L and leave the final reduced matrix as U.

step 2.1L1L2
4.1

Steps 2.1 and 3.1 prove the claim.

step 2.1step 3.1discharge-induction

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