Processing math: 100%
 

Videos for Section 6.8


This section features one video on the topic of Hilbert Spaces and Hilbert bases. A Hilbert space is a vector space (usually infinite dimensional) with an inner product, and with a topology that comes from that inner product. (Technically, it is a complete normed vector space, a.k.a. Banach space, with the norm coming from an inner product.) By "topology" I mean that we have a notion on limits and convergence.

If {x1,x2,} is a sequence of vectors in a Hilbert space H, we say that the sequence converges to a vector y if (and only if) |yxi|0, or equivalently if yxi|yxi0.

Once we understand convergence, we can talk about infinite sums and infinite linear combinations. As with numbers, an infinite sum n=1cnbn of vectors is the limit of a finite sum n=1cnbn=limNNn=1cnbn,
as long as the sum converges. The sum converges absolutely if |cn||bn| converges, and there's a theorem (that we won't prove) that absolute convergence implies convergence.

Now that we're allowed to take infinite linear combinations, we can use them to expand vectors using an infinite basis. A Hilbert basis is a set {b1,b2,} of vectors in our Hilbert space H such that

  1. Every vector in H can be written as a linear combination n=1cnbn, and
  2. The only way to write 0=cnbn is if all of the coefficients cn are zero.
These are the analogs of the usual notions of spanning and being linearly independent, only with infinite sums instead of finite sums. The following video lays out the theory of Hilbert spaces, and explores three examples:

The three examples are:

  1. 2 is the space of infinite sequences x=(x1,x2,x3,,) of complex numbers such that |xn|2 converges. The inner product is x|y=j=1ˉxjyj. This is like the standard inner product on Cn, only with infinite sums instead of finite sums. A Hilbert basis consists of e1=(1,0,0,), e2=(0,1,0,0,), etc.
  2. L2(R) is the space of all reasonable functions f(t) on the real line such that |f(t)|2dt converges. (We'll ignore the technical questions of what sorts of functions qualify as reasonable. See the book for a more careful treatment.) The inner product is f|g=¯f(t)g(t)dt. It turns out that the functions tnet2/2, where n ranges from 0 to , form a Hilbert basis. (This is not obvious, and is related to finding the energy levels of a harmonic oscillator in quantum mechanics.)
  3. L2([0,L]) is like L2(R), except that we only consider functions on the interval [0,L] and do our integrals from t=0 to t=L. It turns out that the functions ξn(t)=sin(nπt/L) form an orthogonal Hilbert basis for this space. Expanding vectors with respect to this basis is called Fourier Series, and is the topic of our next section.