The Dimension of a Vector Space and Rank
Every basis of a space has the same number of vectors, and that number is the dimension. Rank is the dimension of the column space, equal to the dimension of the row space and to the number of pivots.
╌╌╌╌
Coordinates showed that an -vector basis makes a space behave like . The next question is whether that is a property of the space or an accident of the basis. It is a property: every basis of a given space has the same number of vectors. That count is the dimension, and applied to the column space of a matrix it becomes the rank — the single number that ties together a matrix's rows, columns, and null space.1
Dimension is well defined
The key fact is a counting bound: a basis of vectors caps the size of any independent set.
The proof runs through coordinates. If has vectors, their coordinate vectors are vectors in , more vectors than entries, so they are dependent. The coordinate mapping is an isomorphism, so a dependence relation among the coordinate vectors is a dependence relation among the themselves. From this, equal size of all bases follows at once.
Given two bases of vectors and , independence of against the basis forces , and the symmetric argument forces . So , and the count is unambiguous.
A few dimensions to anchor the definition:
- , from the standard basis .
- , from .
- , the space of all polynomials, is infinite-dimensional, and so is the space of continuous functions.
Subspaces of by dimension
Dimension classifies the subspaces of completely. The value of names the geometric type.
Building and recognizing bases
Two theorems make dimension a practical tool: independent sets can always be grown to a basis, and once the dimension is known, either half of the basis definition suffices.
Adding vectors outside the current span keeps a set independent (by the predecessor test), and the theorem bounding independent sets by a basis caps how far the process can run, so it terminates at a basis.
With the right number of vectors, spanning and independence each imply the other. This shortcut is decisive in applied settings — solutions of a differential or difference equation — where independence is easy to verify but spanning is not.
Dimensions of the null and column spaces
The basis-finding procedures for a matrix immediately give the two dimensions.
The null-space method produces one independent vector per free variable, and the pivot columns are a basis for the column space. So both dimensions are read off a single echelon form.
Rank and the row space
The rows of span a subspace in their own right. If is , each row has entries, so the row space is a subspace of , equal to .
Row operations replace rows by linear combinations of rows, which cannot enlarge or shrink their span, and they are reversible. The nonzero rows of an echelon form are independent because no such row is a combination of those below it. Unlike the column-space basis, this basis uses rows of the echelon form, which are valid representatives since the row space is preserved.
Because , the dimension of the row space is . The central theorem says these two ranks coincide.
Every pivot contributes one pivot column (a column-space basis vector) and one nonzero echelon row (a row-space basis vector), so . The columns split into pivot and nonpivot, and the nonpivot columns correspond to the free variables counted by :
The theorem is a fast reasoning tool.
The same counting settles questions phrased without any linear-algebra vocabulary.
The four fundamental subspaces
A matrix and its transpose together carry four subspaces. Two live in the domain and two in the codomain , and their dimensions are fixed by the rank .
| Subspace | Ambient space | Dimension |
|---|---|---|
Within each ambient space the two subspaces are more than a partition of dimension: and meet only at and are in fact orthogonal, as are and . That orthogonality is the subject of inner products and orthogonality; here it is enough that the dimensions add to and to respectively.
Rank in the Invertible Matrix Theorem
For a square matrix, full rank is equivalent to invertibility. The following statements join the Invertible Matrix Theorem, each equivalent to being invertible.
- (m) The columns of form a basis of .
- (n) .
- (o) .
- (p) .
- (q) .
- (r) .
These follow from the rank theorem and the earlier invertibility conditions by a short chain: full column span gives , hence rank , hence by , hence only the trivial solution to .
Footnotes
- Lay, Linear Algebra and Its Applications, §4.5 — The Dimension of a Vector Space (Theorems 9–12, dimensions of and ) and §4.6 — Rank (row space, Theorem 13, the Rank Theorem, the four fundamental subspaces, and the Invertible Matrix Theorem statements (m)–(r)). ↩
╌╌ END ╌╌