2.159 min read
The Basis Theorem
The Basis Theorem is a powerful shortcut: for an -dimensional subspace, you don't need to verify both spanning and independence separately. If a set of exactly vectors satisfies either condition, it automatically satisfies both.
This means: to show a set of vectors is a basis for an -dimensional space, just show it spans OR just show it's independent — the other condition is free.
In practice, this often halves the work of basis verification. For : vectors that span are automatically independent; independent vectors in automatically span .
Formal View
Theorem 2.15 (Basis Theorem)
Let be a subspace of dimension . A set of exactly vectors in is a basis for if and only if it spans , and also if and only if it is linearly independent.
Why This Matters
The Basis Theorem is why proving a set is a basis only requires checking one of the two conditions when the count is right.
- Verifying a set of orthonormal vectors is a basis for — just check orthonormality
- In coding theory, checking that a code has the right dimension verifies both independence and spanning
Quiz
Question 1
Three linearly independent vectors in automatically form a basis for .
Common Mistakes
- Applying the Basis Theorem without confirming the count: you must have exactly vectors for an -dimensional space.
- Thinking you always need to verify both spanning and independence independently.