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.

Applying an elementary row operation is left multiplication by its elementary matrix

Statement

Let A∈Mn×p(F) and let E∈Mn(F) be the elementary matrix of an elementary row operation. Then EA is exactly the matrix obtained by applying that row operation to A.

Facts & Assumptions

Given: A field F, a matrix A∈Mn×p(F) and an elementary matrix E∈Mn(F).

[L1]

An elementary matrix is obtained by applying one elementary row operation to In (Elementary matrices obtained by applying one elementary row operation to an identity matrix).

[L2]

Matrix multiplication is given by (EA)ij=∑k<neikakj, and In has entries 1 on the diagonal and 0 elsewhere (Rectangular matrix multiplication and the identity matrix In, including zero-sized shapes).

Proof

technique · direct
1.1

If E swaps rows r,s of In, the displayed sum exchanges rows r,s of A; if E scales row r of In by c, it replaces row r of A by cRr; and if E adds c times row s to row r of In, it replaces row r of A by Rr+cRs, leaving every other row fixed.

L1L2algebra
2.1

These are precisely the three corresponding row operations on A, so left multiplication by E performs the operation. The assertion is vacuous when there is no row on which an elementary operation can be defined, and it remains valid when p=0.

step 1.1∎

Depends on

Used by

Dependency tree · two levels

5 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