Making dimension visible

Publish at:

If dimension is invariant, how can it be accessed concretely without becoming structural?

What information changes under a change of description, and what must remain the same?

The previous article identified dimension as an invariant of linear structure. That told us what stays fixed under the correct notion of sameness. The next step is to make that invariant usable.

A vector space may have three independent directions, or five, or infinitely many. Saying so is structurally informative. Yet in practice we want more than the bare number. We want a way to touch the whole space through a small family of vectors that displays its dimension clearly.

That is where a basis enters.

A basis is a family of vectors that does two jobs at once. First, its vectors generate the whole space through linear combinations. Second, each vector in the family contributes its own direction, so the family remains independent.

Generation gives reach. Independence gives economy. When those two features come together, the basis provides an exact handle on the space.

{basis elements} ──── span ────▶ V
        │                        │
        └─ different choice ─────┘
(dimension invariant, basis not)

Read it this way. A basis reaches the whole vector space by spanning it. Another basis may do the same job with different vectors. The handle changes, while the space and its dimension stay fixed.

A basis belongs to our access to the vector space. Dimension belongs to the vector space itself.

Bases turn an invariant into something operable. Once a basis is chosen, every vector in the space can be assembled from the basis elements in one definite way. The space becomes graspable through a finite or otherwise well-structured family of generators.

This is also why bases are delicate. Their usefulness can tempt us to mistake the chosen family for the structure itself. But the space does not come equipped with one privileged basis in general. Different choices can serve equally well.

A change of basis matters. A new basis gives a new description of the same vector space. The vectors selected as generators change. The coefficients used to express a given vector change with them. Yet the underlying linear object remains the same, and its dimension remains the same as well.

So the role of a basis is very precise. It gives a concrete description of a vector space while preserving the difference between description and structure.

This is a major conceptual gain. We can now speak concretely about vectors, spanning families, and dimension without collapsing the space into one accidental presentation. The basis provides access, while the invariant tells us what survives every such access.

At this stage, however, the basis is still a structural handle rather than a numerical representation. We know that every vector can be reached from the chosen basis, but we have not yet translated that reach into coordinates. We know that linear maps preserve the structure, but we have not yet written them as arrays of numbers.

That translation is the next step.

Once a basis is fixed, what numerical description becomes available for vectors and linear maps?

And which parts of that description change with the basis while the underlying linear structure stays the same?

References

  1. Basis (linear algebra) (opens in a new tab)
  2. Change of basis (opens in a new tab)
  3. Coordinate vector (opens in a new tab)