A matrix is full-rank iff its determinant is non-0
Dependencies:
- Field
- Rank of a matrix
- Determinant after elementary row operation
- A field is an integral domain
- Full-rank square matrix in RREF is the identity matrix
- Determinant of upper triangular matrix
Let $A$ be an $n$ by $n$ matrix over a field. Then $\operatorname{rank}(A) = n \iff |A| \neq 0$.
Proof
Let $B = \operatorname{RREF}(A)$. Since $B$ is row-equivalent to $A$, $B$ can be obtained by a series of elementary row operations on $A$. Let those operations be $[R_1, R_2, \ldots, R_p]$.
Therefore, $|B| = r_p(r_{p-1}(\ldots(r_2(r_1|A|))\ldots)) = (r_pr_{p-1}\ldots r_2r_1)|A|$, where $r_i$ is the non-0 scalar constant associated with $R_i$. Since a field does not have 0 divisors, $|B| = 0 \iff |A| = 0$.
A square matrix in RREF is full-rank iff it is the identity matrix. Therefore, $\operatorname{rank}(A) = n \iff B = I \Rightarrow |B| = 1 \Rightarrow \neq 0$ (because $B = I$ is upper-triangular)
If $\operatorname{rank}(A) \neq n$, then the last row of $B$ is fully zero. \[ |B| = \sum_{i=1}^n (-1)^{n+i} B[n, i] |B[-n, -i]| = \sum_{i=1}^n (-1)^{n+i} 0 |B[-n, -i]| = 0 \] Therefore, $\operatorname{rank}(A) \neq n \Rightarrow |B| = 0$.
Therefore, $\operatorname{rank}(A) = n \iff |B| \neq 0 \iff |A| \neq 0$.
Dependency for:
- Every complex matrix has an eigenvalue
- Characteristic polynomial of a matrix
- Determinant of product is product of determinants
Info:
- Depth: 9
- Number of transitive dependencies: 45
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
- 0x = 0 = x0
- Field
- Vector Space
- Linear independence
- Span
- A field is an integral domain
- Semiring
- Matrix
- Stacking
- System of linear equations
- Product of stacked matrices
- Matrix multiplication is associative
- Reduced Row Echelon Form (RREF)
- Submatrix
- Determinant
- Determinant of upper triangular matrix
- Swapping last 2 rows of a matrix negates its determinant
- Matrices over a field form a vector space
- Row space
- Elementary row operation
- Determinant after 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
- Full-rank square matrix in RREF is the identity matrix