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.
Elementary row operations preserve every linear relation among the columns and hence preserve column rank
Statement
If is row equivalent to , then for every coefficient column , Thus row operations preserve all linear relations among corresponding columns, preserve which column subfamilies are linearly independent, and preserve column rank.
Facts & Assumptions
Given: Row-equivalent matrices and .
Row operations on an augmented matrix preserve its solution set (Elementary row operations on an augmented matrix preserve exactly the solutions of its linear system).
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).
A family is linearly independent exactly when its only zero linear combination has all coefficients zero (Linear independence: a finite list is independent when forces every , and a subset is independent when every injective finite list into is independent).
Proof
The equation says exactly that the columns of , with coefficients , have zero linear combination.
Apply the same row operations to . Its last column stays zero, so [L1] gives if and only if .
Restricting to any chosen column subfamily shows that it is independent for exactly when it is independent for . Hence the largest independent column families and their dimension agree, although the literal column spaces may differ.
Depends on
- Elementary row operations on an augmented matrix preserve exactly the solutions of its linear system
- Row space, column space, nullspace, row rank, column rank and matrix rank
- Linear independence: a finite list $v : n \to V$ is independent when $\sum_{i<n} \lambda_i v_i = 0_V$ forces every $\lambda_i = 0_F$, and a subset $S \subseteq V$ is independent when every injective finite list into $S$ is independent
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 55 results over 19 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.5 (standard reference, not scraped)
- J. Hefferon, Linear Algebra, 4th ed., Ch. Three, §IV.4 (standard reference, not scraped)