abstract linear algebra
Dual Vector Spaces
You should know: vector space, linear transformation
Overview
The dual space V* of a vector space V is the set of all linear functionals on V — linear maps from V to its scalar field. Every finite-dimensional vector space is isomorphic to its dual, but the isomorphism is not canonical (it depends on a choice of basis). The double dual V** is canonically isomorphic to V, which captures a deep symmetry in linear algebra.
Intuition
Think of dual vectors as 'measurement devices' for vectors. Each linear functional f in V* takes a vector v in V and returns a number — it measures v in some way. The standard basis vectors measure components: the i-th dual basis vector e^i extracts the i-th coordinate. The dual is the space of all possible linear measurements you can make on vectors.
Formal Definition
Let V be a vector space over field F. The dual space V* is defined as:
V* consists of all linear maps from V to the scalar field F.
The dual basis {e^1,...,e^n} satisfies e^i(e_j) = δ_{ij} (Kronecker delta).
For finite-dimensional V, V* has the same dimension as V.
Notation
| Notation | Meaning |
|---|---|
| Dual space of V: all linear functionals f: V → F | |
| Evaluation of linear functional f on vector v; also written ⟨f, v⟩ | |
| i-th dual basis vector: e^i(e_j) = δ_{ij} |
Properties
V** ≅ V canonically
Dual of a linear map
Annihilator
Worked Examples
- 1
By definition, e^i(e_j) = δ_{ij}. So e^1 must satisfy e^1(e_1)=1 and e^1(e_2)=0.
- 2
Similarly e^2 extracts the second coordinate.
- 3
Evaluate e^1 on (3,5).
✓ Answer
e^1(x_1,x_2) = x_1, e^2(x_1,x_2) = x_2; e^1(3,5) = 3.
Practice Problems
Let V = R^3. Write an explicit formula for the dual basis vector e^2 (corresponding to the second standard basis vector) and compute e^2(1,4,9).
Let V = R^2 and U = span{(1,1)}. Find the annihilator U^0 ⊆ V* and confirm that dim(U^0) = dim(V) - dim(U).
Common Mistakes
Thinking V and V* are the same space (not just isomorphic).
V and V* are isomorphic for finite-dimensional V, but the isomorphism requires a choice of basis — it is not canonical. Only V** is canonically isomorphic to V.
Quiz
Summary
- The dual space V* is the vector space of all linear functionals f: V → F.
- A basis {e_1,...,e_n} of V determines a dual basis {e^1,...,e^n} by e^i(e_j) = δ_{ij}.
- dim(V*) = dim(V) for finite-dimensional V; V and V* are isomorphic but not canonically.
- V** is canonically isomorphic to V via v ↦ (f ↦ f(v)).
- The transpose (dual map) T*: W* → V* of T: V → W satisfies (T*g)(v) = g(Tv).
References
- WebsiteWikipedia — Dual space
Mathematics