My textbook extended the following proof to show that every vector space, including the infinite-dimensional case, has a basis.
Condition: $S$ is a linearly independent subset of a vector space $V$.
Theorem: There is a maximal linearly independent subset of $V$ that contains $S$.
Proof. Let $F$ be the family of all linearly independent subsets of $V$ that contains $S$. If $C$ is a chain in $F$ and there exists a member $U \in F$ that contains each member of $C$, by the maximal principle, $U$ is the maximal element of $F$, the family of all linearly independent subsets of $V$. As a result, $U$ is the maximal linearly independent subset of $V$. So $U$ is the basis of $V$.
Let $U$ be the union of the elements of $C$. Clearly $U$ contains each element of $C$. To show that $U$ is a linearly independent subset of $V$, first note that $S \subset U$. Let $u_1, u_2, \ldots, u_n$ be vectors in $U$ and $c_1, c_2 ... c_n$ be scalars such that $0 = \sum_{i=1}^{n} {c_i}{u_i}$. Because $u_i \in U$ for all $i$, there exist sets $A_i$ in $C$ such that $u_i \in A_i$. Since $C$ is a chain, there is one set, say $A_k$, that contains all the others. So $u_1, u_2,\ldots, u_n \in A_k$. But since $A_k$ is linearly independent, $c_i = 0$ for all $i$. Therefore, $U$ is linearly independent. By the maximal principle, $U$ is the maximal element of $F$. $\square$
My questions are as follows:
Is the author arguing that since each vector space has a basis, the infinite-dimensional vector space also has a basis? This is similar to saying that $\lim_{n \rightarrow \infty} a_n = 0$ if $a_n = 0$ for all $n$.
How come the author is checking one chain $C \in F$ only? I thought that the maximal principle requires that the maximal element contains all members of each chains.
I am still not sure of how $u_1, u_2, \ldots, u_n$ are picked out. The greatest number of vectors in a linearly independent subset cannot exceed $\dim(V)$, but that is assuming that $V$ has a basis. So, how does the author know what the finite number $n$ is?
When the author is assigning $u_i$ to $A_i$, the set $\{A_i\}$ is not yet a chain. But the $A_i$ can be rearranged to form a chain. For example, $u_1 \in B_1$, $u_1, u_2 \in B_2,\ldots,$ and $u_1, u_2,\ldots, u_n \in B_n$.