Abstract¶
The details of Hilbert spaces, the space in which quantum states are modelled, are given.
Definition¶
A Hilbert space is a vector space, , defined over a field , with an inner product such that the norm induced by the inner product,
turns into a complete metric space. An equivalently way to phrase this definition is that a Hilbert space is a inner product space that is complete with respect to the norm defined above.
In the following all the concepts needed to understand this definition will be built up.
Preliminaries¶
Cauchy Sequence¶
A Cauchy sequence is a sequence whose elements become arbitrarily close as the sequence progresses.
A sequence of real numbers is a Cauchy sequence if for every positive real number there exists an and , such that
where is the set of natural numbers and the positive integers.
This means that if one picks a distance , there will be a point in the sequence where the elements are less then that distance apart.
The definition of a Cauchy sequence is the same for a sequence of vectors, but a norm is considered in place of the absolute value.
Properties
Let be a Cauchy sequence where or . The following properties hold:
- There exists an such that for all
- Every Cauchy sequence is bounded, this means there exists some number for which the absolute value of all elements of the sequence are upper-bounded by.
- Every Convergent sequence is Cauchy.
- A sequence is convergent if there exists a such that .
- Every real or complex Cauchy sequence is convergent.
- This means that in the limit of of all Cauchy sequences they will tend to a fixed value.
Metric Spaces¶
A metric space is a set of objects, , and metric , , denoted by the ordered pair . The metric, or distance function, must satisfies the following conditions for ,
- The distance from a point to itself is zero
- This metric is always positive meaning the distance between two points is always positive.
- The distance from to is the same as the distance from to .
- The triangle inequality holds
Cauchy Sequences in Metric Spaces¶
The notion of a Cauchy sequence can be expanded to metric spaces.
Given a metric space, , a sequence is Cauchy if for every positive real number there exists an and , such that
This means that if one picks a distance , there will be a point in the sequence where the distance between the elements, as given by the function , are less then apart. Hence, the distance, , between the elements are getting arbitrarily closer together as the sequence progresses.
Complete Metric Spaces¶
A metric space, , is called complete if every Cauchy sequence of points in has a limit that is also in .
Hence, a metric space is incomplete if there exists Cauchy sequences of points in for which the limit is not in . The significance of this is that there are ‘holes’ in the space . A Cauchy sequence is a list of elements that are getting arbitrary closer to each other as the sequence progresses. This can be thought of as the distance between the elements getting smaller. In the limit, the elements will tend to some point . One could therefore consider the sequence to be an ever finer degree of coarse graining of the space leading up to the point . If the convergence point of the sequence, , (the limit of the coarse graining) is not in the space , this can be seen as ‘hole’ in the sense that all the points around it, up to an arbitrary small distance, are in but the point itself is not in .
Branch Spaces: Metric Spaces from an Inner Product Space.¶
A normed vector space, a vector space with a norm , induces a metric (distance function) defined by
where .
This makes the vector space into a metric space . A space is called a Branch space if the metric space is complete.
A Hilbert space is a Branch space with respect to the norm defined by
where is the inner product.
In summary, a Hilbert space is a vector space with an inner product, such that the norm induced by the inner product can be used to define a complete metric space. This then means that the vector space has no ‘holes’.