[Math] Regarding a Basis for Infinite Dimensional Vector Spaces

functional-analysislinear algebrapolynomialsvector-spaces

In my linear algebra class, during the discussion of vector spaces, our instructor mentioned infinite dimensional spaces, including the polynomial space over Q and the space of all continuous functions over the interval [0,1]. Our teacher also warned that although Q[x] has an infinite basis, the actual elements of the vector space can be described as linear combinations of a finite subset of the basis. My question is this: is this always the case? Or are some vectors described only by a sort of "infinite linear combination" of their basis elements. Also, what do the basis elements of functional spaces, such as the one mentioned above, look like? And in what way are they defined?

Best Answer

Let me answer your last two questions first:

In the example of $Q[t]$, what I would call the "standard basis" is $\{1, t, t^2, t^3, \dots \}$. This is a basis because every polynomial in $Q[t]$ can be uniquely expressed as a linear combination of those elements. But there are many other (in fact, infinitely many) bases for $Q[t]$; for example, $\{1, 1+ t, 1 + t +t^2, 1 + t + t^2 + t^3, \dots \}$ is also a basis because, again, every polynomial can be uniquely expressed as a linear combination of those elements. (As an exercise, can you express, say, $t^2 +3t -1$ as a linear combination of the elements in that basis?) Remember, vector spaces generally have many different bases.

Now on to your first question. As other answers have said, every vector space $V$ has a basis, which is a set of vectors $B$ such that every vector in $V$ can be uniquely written as a linear combination of vectors in $B$. (Note: by definition, linear combination means a finite sum.)

Unfortunately, for a lot of commonly occurring infinite dimensional spaces (e.g., function spaces such as the one you mentioned), there's no good way of writing down an explicit basis.

One last note: when one studies Hilbert spaces (which are "complete inner product spaces"), one uses the term "basis" (or "orthonormal basis") to mean something subtly different from our use of "basis" above. In that context, you are allowed to take infinite sums of "basis" elements. This confused me when I first studied Hilbert spaces.