Subspaces
A subspace of is a subset that is itself a vector space — it must be closed under the operations we care about. Three conditions guarantee this: it contains the zero vector, it is closed under addition ( stays inside), and it is closed under scalar multiplication ( stays inside).
Examples: (the trivial subspace), any line through the origin, any plane through the origin, and itself. Note: a line NOT through the origin is NOT a subspace (it doesn't contain ).
The span of any set of vectors is always a subspace. This is why spans are so important — they are the "natural" subspaces generated by a collection of vectors.
Formal View
Why This Matters
Subspaces are the "natural" geometric objects in linear algebra — column spaces and null spaces are both subspaces.
- The set of solutions to (null space) is always a subspace
- The column span Col() is always a subspace
- Signal subspaces in radar and communications engineering are linear subspaces
Quiz
The set is a subspace of .
Common Mistakes
- Thinking any flat set is a subspace — it must pass through the origin.
- Forgetting to verify all three conditions — just containing is not sufficient.