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 𝑑:𝑋×𝑋→[0,∞) where the following properties hold true for all π‘₯,𝑦,π‘§βˆˆπ‘‹:

  1. 𝑑(π‘₯,𝑦)=0⇔π‘₯=𝑦
  2. 𝑑(π‘₯,𝑦)=𝑑(𝑦,π‘₯)
  3. 𝑑(π‘₯,𝑦)≀𝑑(π‘₯,𝑧)+𝑑(𝑧,𝑦)

𝑑(π‘₯,𝑦) 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 π‘Ÿ>0, 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 π‘Ÿ>0 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 limπ‘›β†’βˆžπ‘‘(π‘₯𝑛,π‘₯)=0.

Definition 1.5. A sequence (π‘₯𝑛) is a Cauchy sequence if lim𝑛,π‘šβ†’βˆžπ‘‘(π‘₯𝑛,π‘₯π‘š)=0.

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 (𝑋1,𝑑1) also be a metric space with following properties

  • (𝑋1,𝑑1) is complete
  • There is a function πœ‘:𝑋→𝑋𝑛 such that for all π‘₯,π‘¦βˆˆπ‘‹

    𝑑(π‘₯,𝑦)=𝑑1(πœ‘(π‘₯),πœ‘(𝑦))
  • For any point π‘₯βˆˆπ‘‹1 there is Cauchy sequence (π‘₯𝑛) in 𝑋 such that limπ‘›β†’βˆžπ‘₯𝑛=πœ‘(π‘₯)

𝑋1 is called a completion of X. Moreover, it is essentially unique.

1.4 Continuity and uniform continuity

For this section we let (𝑋1,𝑑1) and (𝑋2,𝑑2) be metric spaces, and a function 𝑓:𝑋1→𝑋2.

Definition 1.8. Function 𝑓 is continuous at π‘₯βˆˆπ‘‹1 if for all πœ€>0 there is 𝛿>0 such that

𝑑1(π‘₯,𝑦)<π›ΏβŸΉπ‘‘2(𝑓(π‘₯),𝑓(𝑦))<πœ€.

Definition 1.9. Function 𝑓 is uniformly continuous if for all πœ€>0 there is 𝛿>0 such that, for any π‘₯,π‘¦βˆˆπ‘‹1 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 𝐴1,𝐴2,…,𝐴𝑛 are dense and open, then βˆ©π‘–=1𝑛𝐴𝑖 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 {π΄π‘˜}π‘˜β‰₯1 be a countable collection of dense open sets, then ⋂𝑖=1𝑛𝐴𝑖 is dense in 𝑋.

Proof. TODOβ–‘

Here is another version of Bair’s theorem

Theorem 1.12. Let (𝑋,𝑑) be a complete metric space with

𝑋=⋃𝑖=1βˆžπΉπ‘›

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 π‘Ÿ>0, such that π΅π‘Ÿ(π‘₯)βˆˆπΉπ‘š.

Proof. Let 𝐴𝑛=𝐹𝑛𝑐 be the compliment of 𝐹𝑛. Since, 𝐹𝑛 is closed, we have 𝐴𝑛 open. Then

𝑋=⋃𝑛=1βˆžπΉπ‘›βŸΉβˆ…=⋂𝑛=1βˆžπ΄π‘›,

which by the Theorem 1.11 implies that one of the 𝐴𝑛 is not dense. Hence, there is some point π‘₯βˆˆπ‘‹ and radius π‘Ÿ>0 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 π‘Š1,π‘Š2βŠ‚π‘‰. We call the subspace of

2.2 Sequence spaces

Definition 2.5. Define sequence spaces 𝐾∞(β„•) and 𝐾∞(β„€) as

𝐾∞(β„•)={π‘₯|π‘₯:ℕ→𝐾}and𝐾∞(β„€)={π‘₯|π‘₯:℀→𝐾}.

These sequence spaces can be turned into linear spaces. Let sequences π‘₯ and 𝑦 be sequences and π‘˜βˆˆπΎ, then

(π‘₯+𝑦)(𝑛)=π‘₯(𝑛)+𝑦(𝑛)and(π‘˜π‘₯)(𝑛)=π‘˜π‘₯(𝑛).

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 1≀𝑝<∞. The space ℓ𝑝(β„•,𝐾) (pronounced little ell) is the space of sequences π‘₯:ℕ→𝐾 such that

βˆ‘π‘›=0∞|π‘₯(𝑛)|𝑝<∞.

Notice that for finite 𝑝 the definition is equivalent to

(βˆ‘π‘›=0∞|π‘₯(𝑛)|𝑝)1𝑝<∞.

We will later define this as a 𝑝-norm. Notice that

limπ‘β†’βˆž(βˆ‘π‘›=0∞|π‘₯(𝑛)|𝑝)1𝑝=sup|π‘₯(𝑛)|<∞,

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 β„“1 and β„“βˆž are simple and left out. Let us consider ℓ𝑝 for 1<𝑝<∞.

Exercise 2.7. Let 1<𝑝<∞ and show that ℓ𝑝 is a sequence space.

By definition, we have

βˆ‘π‘›=0∞|π‘₯(𝑛)|𝑝<βˆžβŸΉβˆ‘π‘›=0∞|π‘Žπ‘₯(𝑛)|𝑝<∞

where π‘ŽβˆˆπΎ, hence, it is closed under scalar multiplication. The addition is a bit more tricky. Firstly, consider 𝑓(𝑑)=𝑑𝑝 where 𝑑>0, taking the second derivative

𝑓″(𝑑)=𝑝(π‘βˆ’1)π‘‘π‘βˆ’2β‰₯0,

thus, 𝑓 is a convex function and we can apply the formal definition of convex functions

𝑓(πœ†π‘Ž+(1βˆ’πœ†)𝑏)β‰€πœ†π‘“(π‘Ž)+(1βˆ’πœ†)𝑓(𝑏).

πœ†=12 yields

𝑓(π‘Ž+𝑏2)≀𝑓(π‘Ž)+𝑓(𝑏)2.

Next, we take π‘₯,π‘¦βˆˆβ„“π‘, hence, from definition we have

βˆ‘π‘›=0∞|π‘₯(𝑛)|𝑝<∞andβˆ‘π‘›=0∞|𝑦(𝑛)|𝑝<∞.

Applying our identities for 𝑓

(|π‘₯(𝑛)+𝑦(𝑛)|2)𝑝≀|π‘₯(𝑛)|𝑝+|𝑦(𝑛)|𝑝2⟹|π‘₯(𝑛)+𝑦(𝑛)|𝑝≀2π‘βˆ’1(|π‘₯(𝑛)|𝑝+|𝑦(𝑛)|𝑝)βŸΉβˆ‘π‘›=0∞|π‘₯(𝑛)+𝑦(𝑛)|𝑝≀2π‘βˆ’1βˆ‘π‘›=0∞(|π‘₯(𝑛)|𝑝+|𝑦(𝑛)|𝑝)<∞.

2.3 Function spaces

TODO