Introduction to Functional Analysis

From finite to infinite dimensions: the world of function spaces

Introduction (undergraduate years 1–2)

About this chapter

Functional analysis is the mathematics that studies infinite-dimensional linear spaces, of which function spaces are the prototypical example. For instance, the solution of a differential equation is itself a "function," so we need an infinite-dimensional space that regards each function as a single point in order to search for that solution. This chapter begins with the motivating question, "why do we need to consider infinite-dimensional spaces?", and builds an intuitive understanding of how finite-dimensional vector spaces differ from infinite-dimensional function spaces. Rigorous definitions come from the basic level onward; here we use concrete examples to bridge into the world of infinite dimensions.

Prerequisites

  • Basics of linear algebra (vectors, inner products, linear maps)
  • Calculus (functions, the basics of integration)
  • Convergence of sequences and the notion of a limit

Contents

Key concepts

The intuition behind a norm

A generalization of the "length" of a vector. For a function $f$:

  • Sup norm: $\|f\|_\infty = \sup_{x} |f(x)|$ (measured by the maximum value)
  • $L^2$ norm: $\displaystyle\|f\|_2 = \sqrt{\int |f(x)|^2\,dx}$ (measured by the mean square)

The intuition behind an inner product

A generalization of the "angle" of a vector. With $\displaystyle\langle f, g \rangle = \int f(x)\,g(x)\,dx$, when $\langle f, g \rangle = 0$ the functions $f$ and $g$ are "orthogonal."

The intuition behind completeness

The property that "any sequence that ought to converge actually does." The rationals $\mathbb{Q}$ are not complete (the limit of a rational sequence converging to $\sqrt{2}$ is not in $\mathbb{Q}$), whereas the reals $\mathbb{R}$ are complete.

The intuition behind a linear operator

A linear operator is the extension of a matrix to infinite dimensions. It is a linear map from functions to functions, such as the differentiation operator $D: f \mapsto f'$ or an integral operator. Unlike in finite dimensions, in infinite dimensions there also appear operators that are not continuous (not bounded).

Applications you can understand at this level

Fourier series

Represent a periodic function as an infinite sum of trigonometric functions. The families $\sin(nx)$ and $\cos(nx)$ form an "orthogonal basis" in the $L^2$ sense. This is the infinite-dimensional version of "expansion in an orthonormal basis" from finite dimensions.

Quantum mechanics

The state of a particle is represented by a wave function $\psi(x)$, an element of the Hilbert space $L^2$. Observables are represented by linear operators (Hermitian operators). The Schrödinger equation is an operator equation on the space $L^2$.

Signal processing

Signals such as audio and images can be treated as functions and analyzed in the space $L^2$. The Fourier transform, the wavelet transform, and the like can be understood as isometries on $L^2$.

Differential equations

The completeness of a function space is used in an essential way to prove the existence and uniqueness of solutions to partial differential equations. The theory of "weak solutions" is developed in Sobolev spaces (an extension of $L^2$).

Study tips

  • Contrast with finite dimensions: keep the attitude of extending your intuition from $\mathbb{R}^n$ to infinite dimensions.
  • Multiple norms: be aware that putting different norms on the same set yields different spaces.
  • The importance of completeness: since being able to take limits is fundamental to analysis, always check for completeness.
  • Understand through examples: confirm abstract definitions with concrete examples such as $C[0,1]$ or $L^2$.

References

Reading