Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck 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 A∈Mm×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 A is not zero, locate the leftmost column containing a nonzero entry, swap one such entry into the first available row, scale it to 1, 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 · two levels

8 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