function spaces
L^p Spaces
You should know: lebesgue measure, normed spaces, banach spaces fa
Overview
The L^p spaces (for 1 <= p <= infinity) are the fundamental function spaces of analysis. They consist of (equivalence classes of) measurable functions f whose p-th power of the absolute value is integrable: integral |f|^p < infinity. Equipped with the L^p norm, these spaces are Banach spaces (complete normed spaces). The duality (L^p)* = L^q (where 1/p + 1/q = 1) underlies Holder's inequality and is central to harmonic analysis and PDEs. L^2 is the unique Hilbert space among them.
Intuition
The L^p norm measures the 'size' of a function by integrating its p-th power. For p=1, it is the total variation (integral of |f|); for p=2, it is the energy (integral of f^2) — the natural inner product space. For p=infinity, it is the essential supremum. Larger p emphasises large peaks more. Holder's inequality generalises the Cauchy-Schwarz inequality and says: functions in L^p and L^q (conjugate exponents) can be paired via the L^1 inner product integral fg, with the product bounded by ||f||_p ||g||_q.
Formal Definition
Let (X, mu) be a measure space and 1 <= p < infinity. The space L^p(X, mu) consists of (equivalence classes of) measurable functions f: X -> R (or C) with ||f||_p = (integral |f|^p d mu)^{1/p} < infinity. For p = infinity, L^inf consists of essentially bounded functions with ||f||_inf = ess sup |f|. Two functions are equivalent if they agree almost everywhere. L^p(X, mu) is a Banach space for every 1 <= p <= infinity.
Notation
| Notation | Meaning |
|---|---|
| Space of p-integrable functions on measure space (X,mu) | |
| L^p with Lebesgue measure on [a,b] | |
| L^p norm of f | |
| Conjugate exponent to p: 1/p + 1/p' = 1 |
Properties
Inclusions for finite measure spaces
Density of simple functions
Theorems
Worked Examples
- 1
If ||f||_p = 0 or ||g||_q = 0, both sides are 0. Assume both are positive.
- 2
Apply Young's inequality: ab <= a^p/p + b^q/q for a, b >= 0.
- 3
Set a = |f(x)|/||f||_p and b = |g(x)|/||g||_q in Young's inequality and integrate:
- 4
Integrating both sides: integral (|fg|)/(||f||_p ||g||_q) d mu <= (1/p) integral |f|^p/||f||_p^p + (1/q) integral |g|^q/||g||_q^q = 1/p + 1/q = 1.
- 5
Multiplying through by ||f||_p ||g||_q gives Holder's inequality.
✓ Answer
Holder's inequality follows from Young's inequality ab <= a^p/p + b^q/q after normalising f and g.
Practice Problems
Use the Riesz-Fischer theorem (completeness of L^p) to prove: if sum_{n=1}^inf ||f_n||_p < infinity, then the series sum f_n converges in L^p.
For the L^p space on [0,1] with Lebesgue measure, the conjugate exponent to p=4 is q = ___. Holder's inequality then says integral |fg| <= ___ .
Which L^p space is also a Hilbert space?
Common Mistakes
Thinking L^p subset L^q always when p < q.
The inclusion L^q subset L^p holds (in the sense ||f||_p <= C||f||_q) only for finite measure spaces. On R with Lebesgue measure, L^1 and L^2 are neither contained in each other.
Confusing Holder's inequality with the Cauchy-Schwarz inequality.
Cauchy-Schwarz is Holder's inequality with p = q = 2: integral |fg| <= ||f||_2 ||g||_2. Holder generalises to all conjugate pairs p, q with 1/p + 1/q = 1.
Quiz
Historical Background
The L^2 space of square-integrable functions was used implicitly by Fourier and explicitly by Hilbert in his study of integral equations (1906). Frigyes Riesz introduced the L^p spaces for general p in 1910, proved the Riesz-Fischer theorem (completeness of L^2), and established the duality (L^p)* = L^q. Ernst Fischer proved completeness of L^2 independently. The generalisation to arbitrary measure spaces was systematised by Lebesgue and his school.
- 1906
Hilbert studies the l^2 sequence space and integral operators
David Hilbert
- 1907
Riesz and Fischer prove the Riesz-Fischer theorem (completeness of L^2)
Frédéric Riesz, Ernst Fischer
- 1910
Riesz introduces L^p spaces for general p >= 1
Frédéric Riesz
- 1936
Clarkson proves uniform convexity and reflexivity of L^p (1 < p < inf)
James Clarkson
Summary
- L^p(X,mu) is the space of (equivalence classes of) measurable functions with ||f||_p = (integral |f|^p)^{1/p} < infinity.
- L^p is a Banach space for every 1 <= p <= infinity (Riesz-Fischer theorem). L^2 is the unique Hilbert space among them.
- Holder's inequality: integral |fg| <= ||f||_p ||g||_q for conjugate exponents 1/p + 1/q = 1.
- Minkowski's inequality: ||f+g||_p <= ||f||_p + ||g||_p (triangle inequality for the L^p norm).
- Duality: (L^p)* = L^q for 1 < p < inf. L^p is reflexive for 1 < p < inf; L^1 and L^inf are not reflexive.
References
- BookRudin, W. — Real and Complex Analysis (3rd ed.), Chapter 3
- BookBrezis, H. — Functional Analysis, Sobolev Spaces and PDEs, Chapter 4
- WebsiteWikipedia: Lp space
Mathematics