Functional Analysis: Lecture Notes
1 Background
Functional analysis is a brunch of mathematical analysis that deals with linear structure. In particular, we consider the meta-perspective on mathematical functions and how they interact under summation and scalar multiplication. The most famous example of the application of functional analysis is Fourier series (theory of decomposing any function into an infinite sum of cosines/sines).
The word βfunctionalβ was first used in the context of calculus of variation, implying a function whose argument is a function. Vito Volterra furst generalised the idea of linear functional, and then Hadamard was first to use the term in the context. Hadamard founded the modern school of linear functional analysis further developed by Riesz and a group of polish mathematicians around Stefan Banach.
1.1 Metric spaces and metric topology
Definition 1.1. Suppose is a given non-empty set where we want to define a notion of distance. A metric/distance on is a function where the following properties hold true for all :
is said to be the distance from to . (M3) is the triangle inequality. The set has the metric given by , called the standard metric.
Definition 1.2. Let be a metric space.
- Given and , the open ball of radius centered at is the set
- Suppose Then, we say that is an interior point of if there is some such that
- is called open if every is an interior point of
- A set is closed if its compliment is closed.
1.2 Dense subset
Definition 1.3. Let be a metric space. is called dense in if for any there is such that
In words, is dense if it intersects any open ball.
1.3 Sequences, Cauchy Sequences, and completeness
Definition 1.4. Let be a metric space. A sequence in is an ordered set of elements in infinite subset of the natural numbers.
Sequence converges to if .
Definition 1.5. A sequence is a Cauchy sequence if .
All convergent sequences are Cauchy, but not all Cauchy sequences are convergent as we may simply remove the point of convergence from our space.
Definition 1.6. A complete metric space is one where all Cauchy sequences are convergent.
Theorem 1.7. Let be a metric space. Then let also be a metric space with following properties
- is complete
There is a function such that for all
- For any point there is Cauchy sequence in such that
is called a completion of X. Moreover, it is essentially unique.
1.4 Continuity and uniform continuity
For this section we let and be metric spaces, and a function .
Definition 1.8. Function is continuous at if for all there is such that
Definition 1.9. Function is uniformly continuous if for all there is such that, for any with , we have .
Theorem 1.10. Suppose is continuous, then it is also uniformly continuous.
1.5 Bairβs Theorem
Dense subsets are nice because we can use them to approximate any point in a metric space. Hence, it would be very nice for us if the density was preserved under intersection. It is easy to show that if are dense and open, then is open and dense in . However, the result is much more tricky if we let .
Theorem 1.11. Let be a complete metric space. Let be a countable collection of dense open sets, then is dense in .
Proof. TODO
Here is another version of Bairβs theorem
Theorem 1.12. Let be a complete metric space with
where each is closed. Then at least one of the contains an interior point, that is there is some integer , some point , and some radius , such that .
Proof. Let be the compliment of . Since, is closed, we have open. Then
which by the Theorem 1.11 implies that one of the is not dense. Hence, there is some point and radius such that , which implies that , as desired.
The two versions are equivalent to each other, but we require a more general result.
Definition 1.13. Let be a metric space. A set is nowhere dense if its closure contains no interior points.
By definition, each point in can be approximate by a Cauchy sequence in . lacking interior points implies lack of subset balls, hence, there is no ball that has all of its points approximated by a Cauchy sequence in , in other words is not dense in any ball.
Definition 1.14. A set is of the first category if it is a countable union of nowhere dense sets. Otherwise, it is of the second category.
Theorem 1.15. (Bair's Theorem) Any complete metric space is of the second category.
2 Linear spaces
2.1 Spaces and subspaces
Definition 2.1. A linear space over the scalar field is a non-empty set where sum , and scalar multiplication are defined. must be closed under these operations.
Sum must be commutative and associative, and the usual distributive laws between the sum and multiplicatoin apply.
Definition 2.2. Let be a linear space over . Then is said to be linear subspace, or just subspace of if it is closed under the sum and scalar multiplication.
Exercise 2.3. TODO
Definition 2.4. Let . We call the subspace of
2.2 Sequence spaces
Definition 2.5. Define sequence spaces and as
These sequence spaces can be turned into linear spaces. Let sequences and be sequences and , then
However, these sequence spaces are too large and rarely studied, hence, we will define a more practical sequence space.
Definition 2.6. Fix a number with . The space (pronounced little ell) is the space of sequences such that
Notice that for finite the definition is equivalent to
We will later define this as a -norm. Notice that
or in other words is simply a bounded sequence.
To show that is a sequence space we need to show that it is closed under addition and scalar multiplication. The cases for and are simple and left out. Let us consider for .
Exercise 2.7. Let and show that is a sequence space.
By definition, we have
where , hence, it is closed under scalar multiplication. The addition is a bit more tricky. Firstly, consider where , taking the second derivative
thus, is a convex function and we can apply the formal definition of convex functions
yields
Next, we take , hence, from definition we have
Applying our identities for
2.3 Function spaces
TODO