Beautiful Math
Path

Linear algebra · Lesson 4

Bases, dimension, and structure

A basis is a minimal coordinate system for a space. Dimension counts how many independent directions you need. Structure first, coordinates second.

Core ~27 minDeep study ~78 minWhat is a basis?What does dimension count?

Before this: Vectors, Matrices as linear maps

How this idea was born

Coordinates feel absolute until you change them. Graphics frames, sensor arrays, and data tables all confront the same struggle: which independent directions are enough to describe everything you care about, and what stays true when you rewrite the labels?
Emmy Noether (1882-1935) rebuilt algebra around structure and homomorphism, often while institutions blocked her path. Students flocked to her anyway. MacTutor is the biographical stop. Steal the ethic carefully (and without flattening Grassmann's earlier geometric ambitions into the same story): fierce clarity about what stays invariant when representations change, and generosity in teaching that clarity. A basis is a minimal wardrobe that still dresses every vector uniquely. Dimension counts how many independent costume pieces you need.
For a modern rereader, this chapter is about structure that survives rewriting - why PCA, graphics frames, and change-of-basis drills keep returning. Without bases, coordinates feel absolute. With bases, you see the costume for what it is.

First principles

e₁e₂v
A basis is an independent spanning set: every vector is a unique combination of the basis arrows.
Vectors v1,,vk\mathbf{v}_1,\ldots,\mathbf{v}_k are linearly independent if the only solution to
a1v1++akvk=0a_1\mathbf{v}_1 + \cdots + a_k\mathbf{v}_k = \mathbf{0}
is all ai=0a_i = 0. No vector in the set is redundant.
A basis of a space is an independent spanning set: every vector has unique coordinates relative to that basis.
Dimension is the number of vectors in any basis (a theorem says they all agree).
The column space dimension of a matrix is its rank: how many independent output directions it can hit.

Worked intuition

The same arrow can wear the costume (1,0)(1,0) in one basis and a different pair in another. A plane is two-dimensional because two independent directions span it - not because someone drew an xx and yy axis in a textbook.
This is why change of basis matters in graphics, PCA, and physics: choose axes that make the phenomenon simple. PCA seeks informative orthogonal directions of variance. CAD software lets you pick convenient frames for a part. Sensors that duplicate each other are dependent directions wearing hardware clothes.
Algebrica's vector spaces and change-of-basis pages reward patience. Dimension is not "number of coordinates on the page." It is the size of a basis.
Three mutually perpendicular unit axes basis ordinary space. Four legs of a table that impose coplanar constraints show dependence in physical disguise: more sticks than independent motions.

Common confusions

Dimension equals ambient list length. A line through the origin in R3\mathbb{R}^3 is still one-dimensional even though each point wears three ambient coordinates. Dimension is about the subspace, not the ambient costume size.
Any spanning set is a basis. Spanning sets can be redundant. Bases are spanning and independent. Throw out extras until uniqueness of coordinates appears.
Rank as a mysterious matrix property. Rank is dimension of the column space (equivalently row space). It answers: how many independent output directions can this map produce?
Coordinates as the object. Change basis and coordinates change, but geometric relationships (when properly expressed) persist. Confusing the costume for the actor is the root bug.
Ambient dimension worship. More coordinates are not automatically more truth. Effective dimension of data may be far smaller.
Confusing orthogonal with independent in casual speech. Orthogonal is an inner-product story. Independence is a linear-combination story. Related in Euclidean settings with care; not synonyms everywhere.

History & stories

Emmy Noether rebuilt algebra around structure and homomorphism, often while institutions blocked her path. Students flocked to her anyway. MacTutor's Emmy Noether biography is essential reading. The ethic is fierce clarity about what stays invariant when representations change - and generosity in teaching that clarity despite the room's politics.
Change-of-basis thinking is why the same physical arrow can wear different number costumes in different frames. Twentieth-century geometry made that flexibility physical; linear algebra makes it computational.

Real world

Choosing axes for a CAD model, or picking independent sensors that do not duplicate information, is choosing a useful basis. Robotics and computer vision change frames constantly: camera, robot, world.
Compression and dimensionality reduction are bets that data approximately live in a lower-dimensional structure inside a larger ambient space.

Open when you want the machine-learning connection. Skip freely.

Field notes, extra examples, and glossary live here when you want more than the core path.

Carry this forward

  • Basis = minimal coordinate scaffolding; dimension = count of independent directions.
  • Rank measures independent output directions of a matrix.
  • Linear algebra checkpoint: vectors, maps, alignment, structure. Probability adds uncertainty on top.

Read more

Go deeper when curiosity hits - videos, essays, and primary trails.

Check your understanding

A short learning loop - try a few, learn from misses, mark complete when you have engaged. No timer, no scoreboard.

1.A basis is…
2.Dimension is…
3.Change of basis…
4.Group Think (Strogatz) neighbors…
5.Two bases for a plane…

Try at least 3 core prompts, or choose I'll return later.