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 and Row Reduction: Examples and Counterexamples
1 · Prerequisites
- Binary Operations, Monoids, Groups and Subgroups
- Congruences, the Integers Modulo n and the Chinese Remainder Theorem
- Construction of the Natural Numbers
- Construction of the Real Numbers via Cauchy Sequences
- Construction of the Real Numbers via Dedekind Cuts
- Countability and Uncountability
- Divisibility, Greatest Common Divisors and Bézout's Identity
- Finite Counting, Factorials and Binomial Coefficients
- Foundations of the Real Numbers for Analysis
- Gaussian Elimination, Elementary Matrices and Reduced Row Echelon Form
- Linear Independence, Bases and Dimension
- Linear Transformations, Rank-Nullity and Quotient Spaces
- Matrices, the Matrix of a Linear Map, and Change of Basis
- Primes, Euclid's Lemma and the Fundamental Theorem of Arithmetic
- Relations, Functions, and Quotients
- Rings, Subrings, Integral Domains and Fields
- Roots, Rational Powers, and Classical Inequalities
- The ZFC Axioms and the Basic Set Constructions
- Vector Spaces, Linear Subspaces, Span and Direct Sums
2 · Summary
3 · Logical flowchart
4 · Definitions, theorems and proofs
None yet.
5 · Examples, counterexamples and false statements
A system row reduces to a unique solution
Example
Over , the system has the unique solution .
Facts & Assumptions
Given: The displayed real linear system.
An RREF with a pivot in every variable column gives one solution and no free variables (Reduced row echelon form detects consistency and parametrises every solution by the nonpivot variables).
Row operations on the augmented matrix preserve the solution set (Elementary row operations on an augmented matrix preserve exactly the solutions of its linear system).
Verification
Its augmented matrix reduces as follows: subtract twice row from row , subtract row from row , swap rows , add three times row to row , scale row by , clear above its pivot, and then clear above the pivot in column ; the result is .
The RREF gives the unique solution. Direct substitution yields , , and .
A system has no solution because its augmented column contains a pivot
Example
The real system is inconsistent.
Facts & Assumptions
Given: The displayed system and its augmented matrix.
A pivot in the augmented column of the RREF is equivalent to inconsistency (Reduced row echelon form detects consistency and parametrises every solution by the nonpivot variables).
Consistency is equivalent to equality of coefficient and augmented ranks (The system is consistent if and only if ).
Verification
Subtracting twice row from row gives the row , which normalizes to a pivot in the augmented column and represents .
The coefficient matrix has rank because rows and are independent, while the augmented matrix has the additional pivot and rank . Thus [L2] independently gives inconsistency.
A consistent underdetermined system has an affine two-parameter solution set
Example
Over , the system has the affine two-parameter solution set
Facts & Assumptions
Given: The displayed real system.
RREF parametrises solutions by the nonpivot variables (Reduced row echelon form detects consistency and parametrises every solution by the nonpivot variables).
A nonempty solution set is a particular solution plus the nullspace (If has one solution , then its full solution set is the affine subspace ).
The real numbers form a field (The reals form a field).
Verification
Subtracting twice the first row from the second leaves one nonzero row . Put and ; then the pivot variable is .
This is the displayed affine form. The base point maps to , while each direction maps to , so direct multiplication verifies that is particular and the two direction vectors lie in the nullspace, as [L2] requires.
A inverse computed by row reducing
Example
For row reduction of gives
Facts & Assumptions
Given: The displayed real matrix .
Reducing to gives (Row reducing yields exactly when is invertible).
Matrix multiplication is associative and unital (Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication).
Verification
Starting from , replace row by row minus row , then replace row by row minus the new row . The left block becomes and the right block becomes the displayed matrix .
Direct multiplication gives and : the only off-diagonal sums are , , and . Hence .
One matrix has two distinct row echelon forms but one reduced row echelon form
Example
Over , the matrix has distinct row echelon forms but both reduce to .
Facts & Assumptions
Given: The displayed matrix and two proposed reductions.
Every finite matrix over a field is row equivalent to exactly one matrix in reduced row echelon form (Every finite matrix over a field is row equivalent to exactly one reduced row echelon matrix).
A matrix is in row echelon form when every zero row lies below every nonzero row, the leading entry — the leftmost nonzero entry — of each nonzero row lies strictly to the right of the leading entry in the row above it, and every entry below a leading entry is zero. A row echelon matrix is in reduced row echelon form when every leading entry equals and is the only nonzero entry in its column (Row echelon form, reduced row echelon form, leading entries, pivots, pivot positions and pivot columns).
Over a field , an elementary row operation interchanges two distinct rows, replaces by for a nonzero , or replaces by for distinct and ; two matrices are row equivalent when a finite sequence of elementary row operations transforms one into the other (Elementary row operations and row equivalence for finite matrices over a field).
Verification
The replacement is an elementary row operation of the third kind and takes to ; the scaling is one of the second kind, being nonzero in , and takes to . So is row equivalent to each of and by [L3]. Each has no zero row, leading entries in columns and respectively, and below the leading entry of its first row, so each is in row echelon form by [L2]. Finally because in . The ground field matters here and not elsewhere in the example: over one has , so and coincide and this matrix exhibits no failure of uniqueness.
From , the replacement is again elementary of the third kind and gives , so is row equivalent to by [L3] and step 1.1; its two leading entries equal and each is alone in its column, so it is in reduced row echelon form by [L2]. Applying the same replacement after the scaling of step 1.1 carries to as well, in agreement with the uniqueness of [L1].
The rank and solution behaviour of a parameterised matrix change at one exceptional parameter
Example
For the real system has rank and the unique solution when , while at it has rank and the affine line of solutions .
Facts & Assumptions
Given: A real parameter and the displayed system.
Matrix rank is the number of pivots (Row rank equals column rank, and both equal the number of pivots).
RREF gives consistency and the free-variable parametrisation (Reduced row echelon form detects consistency and parametrises every solution by the nonpivot variables).
The real numbers form a field (The reals form a field).
Verification
Subtract row from row without dividing by the parameter; the augmented matrix becomes .
If , the second row has a pivot, so the rank is , , and .
If , the second row is zero, so the rank is and is free with .
The alternatives and are exhaustive and give the stated solution behaviour.
An invertible real matrix factored explicitly into elementary matrices
Example
The matrix has the elementary factorisation
Facts & Assumptions
Given: The displayed real matrix .
Every invertible real square matrix is a finite product of elementary matrices (Every invertible finite square real matrix is a finite product of elementary matrices).
A reduction reverses to an elementary factorisation (A finite row reduction from to is encoded by ).
Verification
Subtract row from row , then subtract the new row from row ; these elementary operations reduce to , so their matrices satisfy .
Reversing the operations gives the two displayed row-addition matrices. Their direct product is , verifying the factorisation entry by entry.
Row-equivalent matrices can have different column spaces even though their column ranks agree
Statement refuted
The false claim is: row-equivalent matrices have the same column space.
Facts & Assumptions
Given: Over any field, let and .
Row operations preserve all column relations and column rank, but do not assert equality of the literal column spaces (Elementary row operations preserve every linear relation among the columns and hence preserve column rank).
The column space is the span of the columns and column rank is its dimension (Row space, column space, nullspace, row rank, column rank and matrix rank).
Counterexample
Swapping the two rows of gives , so the matrices are row equivalent.
Yet and , which are distinct one-dimensional subspaces. Their column ranks are both , exactly as [L1] predicts.
Over , the equation has exactly two solutions, so the infinite-field hypothesis is necessary
Statement refuted
The false extension is: over every field, a finite linear system has no solution, one solution, or infinitely many solutions. Over , the equation has exactly two solutions.
Facts & Assumptions
Given: The equation with .
The solution-count trichotomy assumes that the scalar field is infinite (Over an infinite field, a finite linear system has no solution, exactly one solution, or infinitely many solutions according to its pivots).
A matrix equation records the same row equation as its linear system (Matrix equation , its solution set, consistency, homogeneous systems and the augmented matrix ).
is a field (For every prime , the two operations on make it a field).
consists of the congruence classes and (The congruence class and the quotient set ).
Addition in is addition modulo (Addition and multiplication on by and ).
Counterexample
Exhausting , the sums are , , , and ; hence precisely and solve the equation.
The solution set therefore has exactly two elements, so it is neither a singleton nor infinite. This refutes the extension and shows why [L1] requires an infinite field.
Sources
Standard references
Recommended treatments; not extraction sources.
- D. Margalit and J. Rabinoff, Interactive Linear Algebra, §§1.2–1.3
- D. Margalit and J. Rabinoff, Interactive Linear Algebra, §1.3
- D. Margalit and J. Rabinoff, Interactive Linear Algebra, §2.4
- D. Margalit and J. Rabinoff, Interactive Linear Algebra, §3.6
- J. Hefferon, Linear Algebra, 4th ed., Ch. One, §III.2
- J. Hefferon, Linear Algebra, 4th ed., Ch. One, exercises after §III.2
- J. Hefferon, Linear Algebra, 4th ed., Ch. Three, §IV.3
- J. Hefferon, Linear Algebra, 4th ed., Ch. Three, Remark 3.15