Learning Goals¶
The spaces of integrable functions.
What do norms measure? Intuition via bump functions.
The Rainbow of function spaces.
Spaces of Integrable Functions¶
Definition 1 ( Spaces)
Strictly speaking, elements of are not functions but equivalence classes of functions that agree almost everywhere. This quotient is essential: without it, is only a seminorm, not a norm. The problem is that does not imply pointwise—only a.e. For instance, the function that equals 1 at a single point and 0 elsewhere has norm zero but is not the zero function. Passing to equivalence classes identifies all such functions with the zero class, making in .
This is a fundamental difference from spaces, where functions are determined by their pointwise values and the sup-norm is a genuine norm without any quotienting.
What Do Norms Measure?¶
Different norms capture different features of a function. To build intuition, consider a smooth bump function with , , and .
We construct two families of functions that independently control height and width.
Scaling the height. Define for . This rescales the amplitude without changing the support. Then:
All norms see the height equally — no surprise, since we are simply rescaling the function values.
Scaling the width. Define for . This stretches the support to without changing the peak value. Then:
is independent of — the norm is completely insensitive to how wide the function is. On the other hand, by a change of variables :
so that , which grows as we widen the support.
Remark 1 (Interpretation of Norms)
This analysis reveals a fundamental distinction:
measures only the height (peak value) of a function. It is completely insensitive to the width of the support.
measures the total mass — it averages the function over the domain, so both height and width contribute equally.
for interpolates between these extremes: larger gives more weight to peak values and less to the spread.
This is why convergence (uniform convergence) is a much stronger requirement than convergence: a sequence of tall, narrow spikes can have norm tending to zero while the norm remains constant.
is a Banach Space¶
Theorem 1 ( is a Banach Space)
is a Banach space.
We must show that every Cauchy sequence in converges. Let be a Cauchy sequence in i.e. .
Recall that we can extract a subsequence from a Cauchy sequence (I believe this is often called a diagonal Cantor argument?) by selecting an increasing sequence such that
Define
and . By Minkowski’s inequality we have
for all . Since is an increasing sequence we apply the Monotone convergence theorem
This implies that and thus almost everywhere. Define
Note that this is a telescoping sum so we have that almost everywhere. We also have
Thus . Finally, we apply Fatou’s lemma (to show that in )
when . Thus we have that .
The Rainbow of Function Spaces¶
Remark 2 (The Rainbow of Function Spaces)
A key result from this lecture is the “rainbow” of function spaces. The spaces of continuous and differentiable functions naturally are nested. Similarly, the spaces of integrable functions are nested by Hölder’s inequality for bounded domains.
In particular, spaces of integrable functions are only nestable when the measure of the domain is finite or the counting measure (in this case the role of and reverse). Thus crucially spaces of integrable functions with unbounded domains are not nested.