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.
Row reducing yields exactly when is invertible
Statement
For , row reduction of can reach if and only if is invertible. Whenever it does, .
Facts & Assumptions
Given: A square matrix over a field and a finite row reduction of .
is invertible exactly when its RREF is (Invertible matrix theorem: invertibility, full pivot rank, RREF , trivial nullspace and unique solvability are equivalent).
Each row operation is simultaneous left multiplication on both blocks by its elementary matrix (Applying an elementary row operation is left multiplication by its elementary matrix).
A whole reduction is encoded by one product of elementary matrices (A finite row reduction from to is encoded by ).
An augmented matrix records simultaneous row operations on all its columns (Matrix equation , its solution set, consistency, homogeneous systems and the augmented matrix ).
Proof
Let be the product encoding the row operations. The two output blocks are and .
If the output is , then and . By [L1], is invertible, and multiplying by gives .
Conversely, if is invertible, [L1] supplies a reduction of to ; applying it to gives by step 2.1. If the left block cannot reach , [L1] says no inverse exists.
Depends on
- Invertible matrix theorem: invertibility, full pivot rank, RREF $I$, trivial nullspace and unique solvability are equivalent
- Applying an elementary row operation is left multiplication by its elementary matrix
- A finite row reduction from $A$ to $B$ is encoded by $B=E_r\cdots E_1A$
- Matrix equation $Ax=b$, its solution set, consistency, homogeneous systems and the augmented matrix $[A\mid b]$
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 51 results over 16 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
- D. Margalit and J. Rabinoff, Interactive Linear Algebra, §3.6 (standard reference, not scraped)