Spanning and Independence
A linear combination is any sum . Their span is the set of all such combinations—the entire region they can reach.
Vectors are linearly independent if no vector is a combination of the others. Equivalently, the only solution to is all . Dependent means redundancy.
| Concept | Meaning | Pitfall / Edge Case |
|---|---|---|
| Spanning | Reaches the whole space | May contain redundant vectors |
| Independence | Zero redundancy | May fail to reach the whole space |
Basis and Dimension
A basis for a vector space is a set of vectors that is linearly independent AND spanning. It is a minimal spanning set with no wasted vectors.
The number of vectors in a basis is the dimension of the space. Every vector has a unique expression in a given basis, which forms the foundation of coordinates.
Common pitfall: Confusing spanning with independence. A basis requires both. A spanning set with extra vectors is not a basis, nor is an independent set too small to span.