A matrix is full-rank iff its rows are linearly independent
Dependencies:
- Rank of a matrix
- Row equivalent matrices have the same row space
- Rows of RREF are linearly independent
- Basis of a vector space
- Linearly independent set is not bigger than a span
- Spanning set of size dim(V) is a basis
Let $A$ be an $m$ by $n$ matrix. Then $\operatorname{rank}(A) = m \iff$ rows of $A$ are linearly independent.
Proof
Let $B = \operatorname{RREF}(A)$. Therefore, $B$ is row-equivalent to $A$. Therefore, $A$ and $B$ have the same row-space. Let that row-space be $V$.
Let $S$ be the set of non-zero rows in $B$. Let $|S| = k$. Since $S$ spans $V$ and $S$ is linearly independent, $S$ is a basis of $V$.
Let $L$ be the set of rows of $A$. Since $L$ spans $V$ and $S$ is a linearly independent subset of $V$, $|S| \le |L|$.
Proof of 'only-if' part
$L$ is a linearly independent subset of $V$ and $S$ spans $V$. Therefore, $|L| \le |S| \Rightarrow |L| = |S|$. Therefore, $\operatorname{rank}(A) = m$.
Proof of 'if' part
Let $\operatorname{rank}(A) = m$. Therefore, $|S| = |L|$.
Since $L$ is a spanning set of $V$ of size $|S|$ and $S$ is a basis of $V$, $L$ is also a basis of $V$. Therefore, $L$ is linearly independent.
Dependency for:
Info:
- Depth: 9
- Number of transitive dependencies: 40
Transitive dependencies:
- /linear-algebra/vector-spaces/condition-for-subspace
- /linear-algebra/matrices/gauss-jordan-algo
- /sets-and-relations/equivalence-relation
- Group
- Ring
- Polynomial
- Integral Domain
- Comparing coefficients of a polynomial with disjoint variables
- Field
- Vector Space
- Linear independence
- Span
- Decrementing a span
- Semiring
- Matrix
- Stacking
- System of linear equations
- Product of stacked matrices
- Matrix multiplication is associative
- Reduced Row Echelon Form (RREF)
- Rows of RREF are linearly independent
- Matrices over a field form a vector space
- Row space
- Elementary row operation
- Every elementary row operation has a unique inverse
- Row equivalence of matrices
- Row equivalent matrices have the same row space
- RREF is unique
- Identity matrix
- Inverse of a matrix
- Inverse of product
- Elementary row operation is matrix pre-multiplication
- Row equivalence matrix
- Equations with row equivalent matrices have the same solution set
- Rank of a matrix
- Basis of a vector space
- Linearly independent set is not bigger than a span
- Homogeneous linear equations with more variables than equations
- Rank of a homogenous system of linear equations
- Spanning set of size dim(V) is a basis