2.1311 min read
Basis: Minimal Spanning Sets
A basis for a subspace is a set of vectors that (1) spans and (2) is linearly independent. It's the "just right" description of — enough to generate everything, but no redundancy.
The canonical example is the standard basis of : the vectors , , etc. Every vector in is uniquely expressible as a linear combination of the .
Any vector in is expressible as a unique linear combination of the basis vectors. This uniqueness is what makes a basis so powerful: it gives a coordinate system for .
Formal View
Definition 2.13 — Basis
A set is a basis for a subspace if: \begin{enumerate} \item It spans : \item It is linearly independent. \end{enumerate} Equivalently, every has a unique representation .
Why This Matters
A basis is the minimal encoding of a subspace — it's the "DNA" of the space.
- Fourier basis: any periodic signal is a unique combination of sine and cosine waves
- Principal components in PCA are an orthogonal basis for data variation
- Color mixing: RGB is a basis for displayable colors
Quiz
Question 1
Which of the following is a basis for ?
Common Mistakes
- Including too many vectors in a basis — a basis for has exactly vectors, never more or fewer.
- Thinking the standard basis is the only basis — there are infinitely many bases for any subspace.