Basis and dimension
Constructing a basis, as introduced in the previous lecture, can be challenging to analyze if the process never ends. While vector spaces can have infinite bases, we’ll focus on those with finite bases in this course. However, rather than assuming all vector spaces in our discussion have finite bases, we might adopt the weaker assumption that they are finitely generated. This approach is preferable because assuming a finite basis is a stronger condition than assuming finite generation, and we generally aim to start with the weaker assumption.
We should immediately define the basis for a vector space, as we’ve already begun to use this term.
Definition. A basis for a vector space is a linearly independent subset of that generates . If is a basis for , we shall often say that the elements of form a basis for .
Example. The standard basis for is the set .
Example. forms a basis for .
Example. has a basis .
Example. has a basis .
Lemma. Let be a finite set that generates the vector space . Then has a finite basis.
proof. Let’s use the following process to construct a basis from .
S={x_1,...,x_n}
For i in (1,2,...,n)
if x_i is in span(S\{x_i})
remove x_i from S
return S
Since the elements that were removed are generated by other elements, the above algorithm returns a set that generates the vector space . The elements remaining in the set satisfy . Therefore, if the resulting is linearly dependent, then there exist , not all zero, such that
Without loss of generality, we may assume . Thus, is a linear combination of the other elements, which contradicts the property of . Therefore, is linearly independent and, consequently, a basis.
Lemma. Let be a vector space, and let be a basis for . If is a finite set for with , then is linearly dependent.
Proof: Let and , where . Since is a basis for V, each can be expressed as a linear combination of the basis elements. That is, for each , there exist scalars such that
Let’s consider the matrix . Since , can be reduced to a triangular system through Gaussian elimination, resulting in a zero row vector at the bottom. This implies that is linearly dependent.
Lemma. Let be a vector space having a basis containing exactly elements. Let be a linearly independent subset of containing exactly elements, where . Then there exists a subset of containing exactly elements such that generates .
Proof. We proceed by induction. The statement is trivially true if is empty. For the inductive step, we assume the statement holds when . We may assume ; if , then adjoining another element would become linearly dependent, so is already a basis. Now, we need to show that the statement holds when . Let . By the induction hypothesis, there exists where such that is a basis. Furthermore, there exist scalars such that
Note that are not all zero. Otherwise, would be a linear combination of , contradicting the linear independence of . Without loss of generality, we may assume . This implies
Thus, generates the vector space. We can therefore conclude that the statement holds by induction.