jwsiii said:
I'm trying to understand Hilbert spaces and I need a little help. I know that it's a vector space of vectors with an infinite number of components, but a finite length. My biggest question is: how is a Hilbert space used to represent a function? Is each component of the vector a point on the function? Also, the text I'm reading says that the inner product of a function equals the length of that function and I don't really understand what this length is. Any help would be appreciated. Thanks!
Consider the set of real functions (that is functions from R to R)
Cleray for any real functions f, g and h and any real numbers and b :
f(x)+g(x) = g(x)+f(x)
(f(x)+g(x))+h(x) = f(x)+(g(x)+h(x))
f(x)+0(x) = 0(x)+f(x) = f(x) where 0(x) is the constant real function 0(x) = 0
f(x) + -f(x) = 0(x)
a(b*f(x)) = (ab)*f(x)
(a+b)*f(x) = a*f(x)+b*f(x)
a*(f(x)+g(x)) = a*f(x) + a*g(x)
1*f(x) = f(x)
Clearly then the set of real functions satisfies all the axioms of a vector space (see:
http://mathworld.wolfram.com/VectorSpace.html) over the real numbers, for exactly the same reasons the set of function from C to C form a vector space over the complex numbers.
Consider the set of all real functions that have the property f(a) = 1 for some a otherwise f(x) = 0. Clearly any subset of this set is linearly independent (see:
http://mathworld.wolfram.com/LinearlyIndependent.html) and these are all real functions thus the maximal set of linearly independent real functions is infinite, thus the set of real functions is an infinite dimensional vector space over R (as dim(V) for a vector space V is simply the cardianlity of the maximal set of linearly independent vectors).
If you really must talk about components then b where f(a) = b can be considered a component of f(x) in some sense.
The above explains why funtions may be considerd to be elemnts in a vector space and how such spaces can be infinite.
Now the vector space of real functions and the vector space of complex functions have subspaces, for example as:
\int af(x) dx = a\int f(x)dx
and
\int f(x)+g(x) = \int f(x)dx + \int g(x)
the set of functions whose intergral over the whole real line is finite is a subspace
Sometimes we like to define an inner product on a vector space, for example an inner product on the above space is (note the below does not dfefine an inner product on the vector space of real functions, just subspaces):
<f,g> = \int^{+\infty}_{-\infty}f(x)g(x)dx
For a real or complex vector space we may automatically use this inner product to define a norm and in turn a metric, where this metric is complete the space is a hilbert space. So the above example (the set of all functions with a finite inetrgral over the real line) is a Hilbert space.