The most well-worn tool in the functional analysis kit. Let’s walk through the classic setup, as a refresher to my dusty brains. Many details will be skipped, much violence will be done to details
Normed spaces
We work on normed spaces which are vector spaces endowed with a notion of distance.
We are considering particular types of normed spaces, which have the additional structure of inner products, and norms induced by their inner products.
But first!
We take a normed space , which will be a space of functions . When I say functions I mean ODE solutions, signals, vectors and even the trivial case of scalars, which are constant functions, but since there are functions of functions in the mix, we need to keep constant in mind what we are working with. I call the index set, which we may as well take and the state set, which can be why not? The other case I care about often is but… later.
Operators
Let’s say we have two normed spaces, and An operator on is a map We think of it, for the current purpose, as a function-valued function of functions. We call the operator continuous at if for any there exists such that We are especially interested in a particular type of operator, the functional.
Functionals
A functional on , is a map (or , but let’s come back to that later). A linear functional is one satisfying for each A functional is bounded iff there exists a finite such that for each Note that this does not exclude functionals that are not themselves bounded. It’s easy to show that for linear functionals, boundedness and continuity are the same. (So, what is an example of non-continuous linear functional? Long story.)
Ok, that’s enough of that.
Inner products.
Inner product space
If is also an inner product space over then it is associated with an inner product which satisfies the following properties for any and :
- with equality iff
The inner product induces an associated norm so the inner product space is also a normed space, but one where the norm has special properties. The most special property is the Cauchy-Schwarz inequality: which we can show in the “classic” proof. We assume that or there is nothing to do. Next we note that for all is real and positive. Thence,
If is complete (i.e. it contains the limit of all convergent sequences within it) we call it a Hilbert space.
The choice of norm has given us lots of magical properties.
Let’s consider the functionals generated by the inner product; take any Then is clearly a linear functional and it’s simple to show (by Cauchy-Schwarz) that it’s bounded and hence continuous.
The famous Riesz representation theorem, workhorse of statistical learning, is a converse.
Famous and important specialisation: A separable Hilbert space is one with a countable basis. Polynomical bases in particular are interesting.
Classic inner product spaces
Reproducing kernel Hilbert spaces