Basis and Dimension
Subtopic: Vector Spaces
A basis is a minimal spanning set—a collection of vectors that spans the space without any redundancy. The dimension of a vector space is the number of vectors in any basis. These concepts let us measure the "size" of infinite sets in a meaningful way:
Introduction
How big is
A basis gives coordinates: once you fix a basis, every vector has a unique address—its coordinates relative to that basis. Different bases give different coordinate systems, but the number of coordinates (the dimension) stays the same.
Definition
Basis
A basis for a vector space
Linearly independent: No vector is a combination of the others
Spanning: Every vector in
V is a combination of the basis vectors
Equivalently, a basis is a maximal independent set, or a minimal spanning set.
Dimension
The dimension of a vector space
A remarkable theorem guarantees this is well-defined: all bases of a finite-dimensional space have the same number of elements.
Geometric Interpretation
Dimension counts the degrees of freedom needed to specify a point. A line is
A basis provides a coordinate system. In
Standard Bases
For
Any vector
For the polynomial space
For the matrix space
Finding a Basis
From a Spanning Set
If
Put vectors as columns of a matrix
Row reduce to find pivot columns
The original vectors corresponding to pivot columns form a basis
From an Independent Set
If
Find a vector not in span
(S) Add it to
S (the new set is still independent)Repeat until you span
V
Worked Example
Find a basis for the subspace
Solve for one variable:
So
Are these independent? Set
Basis:
Key Theorems
All Bases Have the Same Size
If V has a basis of n vectors, then every basis of V has exactly n vectors. This makes dimension well-defined.
Dimension Bounds
In an
Any linearly independent set has at most
n vectorsAny spanning set has at least
n vectorsAny independent set of
n vectors is automatically a basisAny spanning set of
n vectors is automatically a basis
Subspace Dimension
If
Coordinates
Given a basis
The coefficients
Example: In
Applications
In computer graphics, choosing a basis aligned with an object simplifies transformations. Local coordinates make rotation easier.
In data science, PCA finds an optimal basis where the first few coordinates capture most of the variance, enabling dimensionality reduction.
In quantum mechanics, measuring an observable corresponds to projecting onto its eigenbasis. Different bases reveal different properties.
In signal processing, different bases (Fourier, wavelet) reveal different signal features.
Summary
A basis is a linearly independent spanning set—no redundancy, full coverage. The dimension is the size of any basis (all bases have the same size). Standard bases provide natural coordinates; other bases can simplify specific problems. To find a basis for a subspace, parameterize the subspace and read off spanning vectors, then verify independence. The dimension of a subspace tells you how many free parameters determine it.