Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Function Spaces and Foundations

Overview

Why do we need functional analysis? Consider a reaction-diffusion equation:

ut=dΔu+f(u)\frac{\partial u}{\partial t} = d \Delta u + f(u)

If we set A[u]:=dΔuA[u] := d\Delta u, this looks like the ODE x˙=Ax+f(x)\dot{x} = Ax + f(x). For ODEs, solutions live in Rn\mathbb{R}^n—a finite-dimensional space with a well-understood theory. But PDE solutions live in infinite-dimensional function spaces, and much of finite-dimensional intuition breaks down:

This chapter sets up the language and tools needed to work in these spaces: norms, completeness, density, separability, and compactness.

What You Will Learn