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.

Reduced row echelon form detects consistency and parametrises every solution by the nonpivot variables

Statement

Let R be the RREF of [A∣b]. The system Ax=b is consistent exactly when the last column of R is not a pivot column. When it is consistent, every nonpivot variable may be chosen arbitrarily, and each pivot variable is then determined uniquely by its row. This parametrises every solution exactly once.

Facts & Assumptions

Given: A finite system Ax=b over a field and the RREF R of its augmented matrix.

[L1]

Row operations on an augmented matrix preserve exactly its solution set (Elementary row operations on an augmented matrix preserve exactly the solutions of its linear system).

[L3]

The augmented matrix records the coefficients and right-hand side of Ax=b (Matrix equation Ax=b, its solution set, consistency, homogeneous systems and the augmented matrix [A∣b]).

[L4]

Proof

technique · constructive
1.1

Replace [A∣b] by its unique RREF R. By [L1] this changes no solution.

L1L2L3construct
2.1

A pivot in the augmented column produces a row 0=1, after its pivot has been normalized, so the system is inconsistent. Conversely, if there is no such pivot, every nonzero row has a coefficient pivot and imposes an equation for that pivot variable.

step 1.1L4
3.1

Choose arbitrary values for the nonpivot variables. Each pivot row then determines its pivot variable uniquely, and substituting these values satisfies every nonzero row while zero rows impose nothing. Every solution has those same free coordinates and therefore arises uniquely from this construction.

step 2.1L3L4discharge-construct∎

Depends on

Used by

Dependency tree · two levels

12 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