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.
A finite row reduction from to is encoded by
Statement
Suppose a sequence of elementary row operations transforms into , and let be their elementary matrices in execution order. Then For the empty product is the identity and .
Facts & Assumptions
Given: A finite sequence of elementary row operations taking to .
One elementary row operation acts by left multiplication by its elementary matrix (Applying an elementary row operation is left multiplication by its elementary matrix).
Compatible matrix multiplication is associative and has identity matrices (Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication).
The induction principle proves a property from its zero case and successor step (The principle of mathematical induction).
Proof
After no operations the intermediate matrix is , the empty-product formula. If after operations it is , then [L1] says the next operation gives .
Associativity rewrites the successor expression as ; induction therefore gives the formula after all operations, including .
Depends on
Used by
- Row reducing [A∣ I] yields [I∣ A⁻¹] exactly when A is invertible Corollary
- An invertible 3×3 real matrix factored explicitly into elementary matrices Example
- A linear endomorphism of ℝⁿ sends bounded Jordan sets to bounded Jordan sets and scales their content by the absolute determinant Theorem
- Every invertible finite square real matrix is a finite product of elementary matrices Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 24 results over 11 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
- J. Hefferon, Linear Algebra, 4th ed., Ch. Three, §IV.3 (standard reference, not scraped)