Coordinate Systems
Fixing a basis assigns every vector a unique list of coordinates, turning an abstract space into . The coordinate mapping is a one-to-one linear transformation onto — an isomorphism — so any -dimensional space is indistinguishable from as far as vector-space computations go.
╌╌╌╌
Choosing a basis for a vector space gives it a coordinate system. Each vector acquires a unique list of weights, and those weights behave exactly like a column in . This is why every finite-dimensional space, however abstract, can be computed with as if it were : the correspondence preserves all vector-space structure.1
Unique representation
The uniqueness of coordinates is what makes them a coordinate system rather than just one of many ways to write a vector.
Existence comes from spanning; uniqueness from independence. If also equalled , subtracting gives , and independence forces every . So the weights are determined by and alone.
The basis must be an ordered set, so that the entries of have a fixed meaning. For the standard basis of , the coordinate vector is the vector itself: .
Coordinates as a change of grid
Coordinates are the readout of a grid drawn from the basis vectors. Standard graph paper is the grid of the standard basis; a different basis rules a different grid over the same plane, and the same point gets different coordinates on each.
The change-of-coordinates matrix in
When is a basis for , collecting the basis vectors as columns gives a matrix that converts -coordinates back to standard coordinates. Let
Then rewrites as the matrix statement
is the change-of-coordinates matrix from to the standard basis. Its columns are a basis, so it is invertible, and
Left-multiplication by goes from basis coordinates to standard coordinates; by goes the other way.
Converting between two nonstandard bases is the subject of change of basis.
The coordinate mapping is an isomorphism
The coordinate mapping respects every vector-space operation.
Linearity is a direct computation. If and , then , so
The mapping preserves addition and scalar multiplication, and by uniqueness it is one-to-one and onto. More generally the coordinate vector of a linear combination is the same combination of the coordinate vectors:
The coordinate-mapping theorem says the coordinate mapping is an isomorphism from onto . Any real vector space with a basis of vectors is isomorphic to , so the abstract space and the concrete one carry identical vector-space structure under different names.
Polynomials become columns
Let be the standard basis of . A polynomial is already written in the basis, so , and is an isomorphism . Every polynomial operation corresponds to a column operation.
Questions about polynomials become questions about columns.
A plane isomorphic to
Coordinates also work inside a subspace.
Whether a different basis for produces the same conclusion — that is isomorphic to rather than some other — is settled by dimension, which shows the number of basis vectors does not depend on the basis chosen.
Footnotes
- Lay, Linear Algebra and Its Applications, §4.4 — Coordinate Systems: Theorem 7 (unique representation), the coordinate vector and change-of-coordinates matrix , and Theorem 8 (the coordinate mapping as an isomorphism onto ). ↩
╌╌ END ╌╌