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.
The rank of a matrix equals the rank of the linear map
Statement
For , the matrix rank of equals the rank of the linear map defined by .
Facts & Assumptions
Given: A matrix and its associated linear map .
Matrix rank is row rank, which equals column rank (Row space, column space, nullspace, row rank, column rank and matrix rank).
Row rank equals column rank (Row rank equals column rank, and both equal the number of pivots).
The rank of a linear map is the dimension of its image (Rank and nullity of a linear map with finite-dimensional domain).
Matrix multiplication is given entrywise by (Rectangular matrix multiplication and the identity matrix , including zero-sized shapes).
Matrix multiplication distributes over addition and is compatible with scalar multiplication (Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication).
Proof
Fact [L5] shows that is linear. By [L4], every value is a linear combination of the columns of , with coefficients , and every such combination is for that coefficient column. Hence .
Taking dimensions and using [L1]–[L3] gives .
Depends on
- Row space, column space, nullspace, row rank, column rank and matrix rank
- Row rank equals column rank, and both equal the number of pivots
- Rank and nullity of a linear map with finite-dimensional domain
- Rectangular matrix multiplication and the identity matrix $I_n$, including zero-sized shapes
- Matrix multiplication is associative, unital, distributive, and compatible with scalar multiplication
Used by
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 63 results over 18 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)