A basis is a list of vectors that gives a coordinate system for a vector space. It has two properties: it spans the space, and it is linearly independent. The spanning property says that every vector can be built from the basis. Linear independence says that no basis vector is redundant. Equivalently, every vector in the space has a unique expression as a linear combination of the basis vectors.
21.1 Definition
Let be a vector space over a field . A list of vectors
is called a basis of if:
| Property | Meaning |
|---|---|
| Spanning | |
| Linear independence | implies |
Thus a basis is a linearly independent spanning list.
Both conditions are necessary. A spanning list may contain redundant vectors. A linearly independent list may fail to reach the whole space. A basis is exactly balanced: it contains enough vectors, but no unnecessary vectors.
21.2 The Standard Basis of
The standard basis of is
Each vector has one component equal to and all other components equal to .
Every vector
can be written as
This proves that the standard basis spans .
The same expression also proves uniqueness. If
then
so
Therefore the standard basis is linearly independent.
21.3 Basis and Coordinates
A basis allows vectors to be represented by coordinates.
Let
be a basis of . Since spans , every vector can be written as
Since is linearly independent, the scalars are unique.
The coordinate vector of with respect to is
The vector belongs to the original space. The coordinate vector belongs to . A basis creates the bridge between abstract vectors and columns of scalars.
21.4 Uniqueness of Coordinates
The uniqueness of coordinates follows from linear independence.
Suppose
and also
Subtract the two equations:
Since are linearly independent,
Therefore
for every .
So a basis gives exactly one coordinate description for each vector.
21.5 A Nonstandard Basis of
Consider
We show that is a basis of .
A general linear combination is
To represent an arbitrary vector
we solve
Adding gives
so
Subtracting gives
so
These scalars exist for every . Hence spans .
Also, if
then
Adding gives , so . Then . Thus is linearly independent.
Therefore is a basis.
21.6 Coordinates in a Nonstandard Basis
Using the basis
find the coordinates of
We need
Thus
Adding gives
so
Then
so
Therefore
This means
The same vector has different coordinate columns under different bases.
21.7 Basis of a Subspace
A basis can be chosen not only for a whole vector space, but also for a subspace.
Consider the plane
Solve for :
Then every vector in has the form
with replaced correctly as
Separate the free parameters:
Thus
The two spanning vectors are linearly independent, since neither is a scalar multiple of the other. Therefore they form a basis of .
21.8 Basis from a Spanning Set
A spanning set may contain redundant vectors. By removing redundant vectors, one can obtain a basis.
For example, in ,
spans . But the third vector is redundant because
Removing it leaves
which is a basis.
Thus a finite spanning set can be reduced to a basis by deleting vectors that already lie in the span of the others.
21.9 Extending an Independent Set
A linearly independent set may fail to span the whole space. By adding suitable vectors, one can extend it to a basis.
For example,
is linearly independent in , but it does not span . It spans only the -plane.
Adding
gives the standard basis of .
In finite-dimensional spaces, every linearly independent set can be extended to a basis, and every spanning set can be reduced to a basis.
21.10 Minimal Spanning Sets
A basis is a minimal spanning set.
This means that the list spans the space, but removing any vector destroys the spanning property.
Let
be a basis. If one vector, say , could be removed without changing the span, then would be a linear combination of the remaining vectors. That would make the original list linearly dependent.
Thus no basis vector can be removed.
Conversely, any minimal spanning set is linearly independent. If it were dependent, some vector could be removed without changing the span, contradicting minimality.
Therefore:
21.11 Maximal Independent Sets
A basis is also a maximal linearly independent set.
This means that the list is linearly independent, but adding any new vector from the space makes it dependent.
Let
be a basis of . Since spans , every vector is already a linear combination of .
Therefore adding to the list creates a redundancy.
Conversely, if a linearly independent set is maximal, it must span . If it failed to span , one could choose a vector outside its span and add it while preserving linear independence.
Therefore:
These equivalent descriptions are standard consequences of the basis definition.
21.12 Basis and Dimension
All bases of a finite-dimensional vector space contain the same number of vectors. This number is called the dimension of the space.
For example,
The standard basis has vectors, and every other basis of also has vectors.
This fact is fundamental. It allows dimension to be defined without referring to a particular basis.
21.13 Basis of Polynomial Spaces
Let be the vector space of real polynomials of degree at most .
The list
is a basis of .
It spans because every polynomial has the form
It is linearly independent because
as a polynomial implies
Therefore
21.14 Basis of Matrix Spaces
Let be the vector space of all real matrices.
Define
Every matrix
can be written as
The expression is unique because each coefficient controls a different matrix entry.
Thus
is a basis of , and
More generally,
21.15 Ordered Bases
A basis is often treated as an ordered list rather than an unordered set.
The order matters for coordinates. If
and
then and contain the same vectors, but coordinate vectors are arranged differently.
For example, if
then
while
The vector has not changed. Only its coordinate description has changed.
21.16 Coordinates as an Isomorphism
Let be a basis of . The coordinate map
defined by
is a linear isomorphism.
It is linear because coordinates respect addition and scalar multiplication:
and
It is one-to-one because coordinates are unique. It is onto because every coordinate column in corresponds to a linear combination of basis vectors.
Thus every -dimensional vector space over is structurally the same as after a basis is chosen.
21.17 Finding a Basis by Row Reduction
Suppose vectors in are placed as columns of a matrix
To find a basis for the span of these vectors, row reduce . The pivot columns of the original matrix form a basis for the column space.
The phrase original matrix is important. Row operations change the columns themselves, but they preserve the linear dependence relations among columns. Therefore the pivot positions identify which original vectors are needed.
21.18 Example: Basis for a Column Space
Let
Row reduce:
The pivot columns are columns and . Therefore a basis for the column space of is
The third column is redundant because it lies in the span of the first two columns.
Indeed,
21.19 Bases Are Not Unique
A vector space usually has many bases.
For example, has the standard basis
but it also has
and infinitely many others.
Any two nonparallel nonzero vectors in form a basis.
Although bases are not unique, the number of vectors in a basis is unique. That number is the dimension.
21.20 Summary
A basis is a linearly independent spanning list. It gives a coordinate system for a vector space.
The key ideas are:
| Concept | Meaning |
|---|---|
| Basis | Linearly independent spanning list |
| Coordinate vector | Coefficients relative to a basis |
| Standard basis | Usual coordinate basis of |
| Minimal spanning set | Spanning set with no removable vector |
| Maximal independent set | Independent set that cannot be enlarged |
| Dimension | Number of vectors in any basis |
| Ordered basis | Basis with fixed order for coordinates |
| Pivot columns | Columns that form a basis for a column space |
A basis is the point where span and independence meet. Span gives enough vectors to describe the whole space. Independence removes redundancy. Together they produce unique coordinates, and unique coordinates make calculation possible.