ConceptComplete

Lp Spaces - Core Definitions

The LpL^p spaces are fundamental function spaces in analysis, providing natural settings for studying integration, convergence, and functional analysis. They generalize the notion of square-integrable functions to pp-th power integrable functions.

DefinitionLp Spaces

Let (X,F,μ)(X, \mathcal{F}, \mu) be a measure space and 1p<1 \leq p < \infty. The space Lp(X,μ)L^p(X, \mu) (or simply Lp(μ)L^p(\mu) or LpL^p) consists of all measurable functions f:XRf: X \to \mathbb{R} (or C\mathbb{C}) such that: Xfpdμ<\int_X |f|^p \, d\mu < \infty

More precisely, LpL^p consists of equivalence classes of functions that are equal almost everywhere. The LpL^p norm is defined by: fp=(Xfpdμ)1/p\|f\|_p = \left(\int_X |f|^p \, d\mu\right)^{1/p}

For p=p = \infty, L(X,μ)L^\infty(X, \mu) consists of essentially bounded functions: L={f:there exists M such that f(x)M a.e.}L^\infty = \{f : \text{there exists } M \text{ such that } |f(x)| \leq M \text{ a.e.}\}

with norm f=inf{M:fM a.e.}\|f\|_\infty = \inf\{M : |f| \leq M \text{ a.e.}\}, called the essential supremum.

ExampleCommon Lp Spaces
  1. L1([0,1])L^1([0,1]): Integrable functions on [0,1][0,1]. Includes f(x)=1/xf(x) = 1/\sqrt{x} near 00.

  2. L2([0,1])L^2([0,1]): Square-integrable functions. This is a Hilbert space with inner product f,g=01fgdλ\langle f, g \rangle = \int_0^1 fg \, d\lambda. The function 1/x1/\sqrt{x} is NOT in L2L^2.

  3. L([0,1])L^\infty([0,1]): Essentially bounded functions. Includes all continuous functions on [0,1][0,1].

  4. p\ell^p: When X=NX = \mathbb{N} with counting measure, LpL^p consists of sequences with: xp=(n=1xnp)1/p<\|x\|_p = \left(\sum_{n=1}^{\infty} |x_n|^p\right)^{1/p} < \infty

Remark

Key observations about LpL^p spaces:

  1. Inclusion relations: If μ(X)<\mu(X) < \infty and p<qp < q, then LqLpL^q \subseteq L^p. The reverse inclusion holds for counting measure on N\mathbb{N}.

  2. L2L^2 is special: L2L^2 is the only LpL^p space (for 1p<1 \leq p < \infty) that is a Hilbert space. It has an inner product structure that makes it particularly amenable to geometric intuition.

  3. Completeness: All LpL^p spaces are complete, meaning every Cauchy sequence converges to an element in LpL^p. This makes them Banach spaces.

  4. Duality: The dual space of LpL^p (for 1<p<1 < p < \infty) is LqL^q where 1/p+1/q=11/p + 1/q = 1. The functional F(f)=fgdμF(f) = \int fg \, d\mu for gLqg \in L^q represents all bounded linear functionals on LpL^p.