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

Big Idea

PDEs look like ODEs—if you squint. The key insight of functional analysis is to treat solutions as points in infinite-dimensional function spaces, where differential operators become linear maps between Banach spaces. This abstraction lets us port finite-dimensional intuition (eigenvalues, convergence, compactness) to the PDE world.

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