Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-11
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.

Gaussian elimination reduces every finite matrix over a field to row echelon form

Statement

Every finite matrix over a field is row equivalent to a matrix in row echelon form. The reduction can be obtained by the Gaussian elimination algorithm.

Facts & Assumptions

Given: A matrix AMm×n(F)A\in M_{m\times n}(F) over a field.

[L1]

Row swaps, nonzero row scalings and row additions are elementary row operations (Elementary row operations and row equivalence for finite matrices over a field).

[L2]

Row echelon form requires successive leading entries to move right, with zeros below every leading entry and zero rows at the bottom (Row echelon form, reduced row echelon form, leading entries, pivots, pivot positions and pivot columns).

[L3]

Induction applies to finite natural dimensions (The principle of mathematical induction).

Proof

technique · constructive
1.1

If AA is not zero, locate the leftmost column containing a nonzero entry, swap one such entry into the first available row, scale it to 11, and use row additions to clear every entry below it. These are elementary operations and create the first pivot with all earlier columns zero.

L1L2construct
2.1

Apply the same construction inductively to the strictly smaller submatrix below and to the right of that pivot. Operations confined to its rows do not change the earlier zero columns or pivot row, so the successive pivots move strictly right.

step 1.1L3
3.1

The procedure terminates when no row, no column or no nonzero entry remains; the unused rows are zero and lie at the bottom. The resulting matrix satisfies all echelon conditions, including the all-zero and zero-sized cases.

step 2.1L2discharge-construct

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 18 results over 10 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources