- Vector space of polynomials of degree = span of .
- Any set of vectors containing is linearly dependent.
- Any single non zero vector is linearly independent.
Observe:
- If then any set which is a superset of also spans .
- If is linearly independent, so is any subset of .
Lemma 1
Any set whose span equals must be of size at least .
Proof:
Let be of cardinality of . Consider the matrix whose columns consist of the vectors . We know that the transformation represented by is surjective by hypothesis. So, every row in RREF(A) must have a pivot. Thus, must have at least columns.
Lemma 2
Any linearly independent set in must be of size .
Proof:
use same matrix from Lemma 1. We know is injective by hypothesis. Thus, every column must have a pivot. Therefore, the number of rows must be less than or equal to .
Defined basis
From the above, it is clear that any basis of contains exactly elements.
Note
The cardinality of the basis of a set is called the dimension of .
Question
Does every vector space have a basis?
Strategy A
Start with an empty set, and keep appending vectors till it spans the entire set. Here, you need to prove two things
- Given a set of linearly independent set of vectors, appending a vector which is not in the span of set should maintain the linear independence of the set.
- This process should terminate after a finite amount of steps.
The first is true and can be proved. The second, however, is harder to tackle.
Strategy B
Start with a spanning set, and keep deleting vectors while the resulting set is linearly independent. This requires that you to prove that you can remove a vector from a linearly dependent set of vectors without reducing the span, and that the process actually terminates. The first can be proved, but face the same problem with the termination requirement.
Definition 1.
is called a finite dimensional vector space if has a finite spanning set.