Banach space - Examples Bases and Further Reading
Learn the classic examples of Banach spaces, the role of Schauder bases and their approximation properties, and key references for deeper study.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What is the norm $||f||{p}$ for the space $L^{p}(\Omega)$ when $1 \le p < \infty$?
1 of 19
Summary
Classical Examples of Banach Spaces
Introduction
Before diving into abstract Banach space theory, it's essential to understand the concrete spaces that appear throughout functional analysis. These classical examples are the building blocks of the theory and the spaces you'll encounter most frequently in applications. Each example demonstrates how different notions of "size" or "distance" for functions and sequences naturally lead to Banach spaces.
$L^p$ Spaces
The $L^p(\Omega)$ spaces are fundamental in functional analysis, particularly in harmonic analysis, partial differential equations, and probability theory.
For $1 \le p < \infty$, the space $L^p(\Omega)$ consists of measurable functions $f$ on a measure space $\Omega$ such that $|f|^p$ is integrable. These functions are considered equal if they agree almost everywhere. The norm is defined as:
$$\|f\|p = \left(\int{\Omega} |f(x)|^p \, dx\right)^{1/p}$$
For $p = \infty$, $L^\infty(\Omega)$ consists of essentially bounded functions, with norm:
$$\|f\|\infty = \text{ess\,sup}{x \in \Omega} |f(x)|$$
The essential supremum ignores sets of measure zero, which is crucial when working with equivalence classes of functions.
Each $L^p(\Omega)$ is a Banach space under its respective norm. A key fact: $L^2(\Omega)$ is additionally a Hilbert space because the norm arises from the inner product $\langle f, g \rangle = \int\Omega f(x)\overline{g(x)} \, dx$.
Why this matters: The $L^p$ spaces are "function spaces with controlled integrability." They allow us to study functions whose pointwise behavior might be wild, but whose aggregate size (measured by integration) is controlled.
Sequence Spaces
Sequence spaces are Banach spaces whose elements are infinite sequences of scalars. They're essential for understanding the structure of Banach spaces because many abstract constructions reduce to sequence space problems.
$\ell^p$ spaces for $1 \le p < \infty$ consist of sequences $(an)$ of scalars such that $\sum{n=1}^\infty |an|^p < \infty$, with norm:
$$\|a\|p = \left(\sum{n=1}^\infty |an|^p\right)^{1/p}$$
$\ell^1$ is the space of absolutely summable sequences
$\ell^2$ is the space of square-summable sequences (this is a Hilbert space)
$\ell^\infty$ consists of all bounded sequences $(an)$, with norm $\|a\|\infty = \supn |an|$.
$c0$ consists of sequences that converge to zero, also with the supremum norm. This is a closed subspace of $\ell^\infty$.
Why this matters: Sequence spaces are concrete and easier to visualize than function spaces. They also arise naturally when you expand functions in bases (which we'll discuss next).
Spaces of Continuous Functions
The space $C(K)$ consists of all continuous scalar-valued functions on a compact Hausdorff space $K$, equipped with the maximum norm:
$$\|f\|\infty = \sup{x \in K} |f(x)|$$
Since $K$ is compact and $f$ is continuous, this supremum is always attained, so it's not just an essential supremum.
When $K = [a,b]$ is a closed interval, $C([a,b])$ is the Banach space of continuous functions on that interval with the supremum norm. This space is separable (it has a countable dense subset—for example, polynomials with rational coefficients).
Why this matters: $C(K)$ is important because every Banach space can be embedded into such a space—this is the content of the Banach-Mazur Theorem. It's also historically important and geometrically intuitive.
<extrainfo>
Sobolev and Hardy Spaces
Sobolev spaces $W^{k,p}(\Omega)$ consist of functions in $L^p(\Omega)$ whose weak derivatives up to order $k$ also belong to $L^p(\Omega)$. These spaces incorporate both the size of a function and the size of its derivatives, making them essential in the study of partial differential equations.
Hardy spaces $H^p$ consist of analytic functions on the unit disk with additional integrability conditions on their boundary values. They play a central role in complex analysis and harmonic analysis.
Both of these are Banach spaces under appropriate norms, and both incorporate structural information (derivatives or analyticity) beyond just integrability.
</extrainfo>
Banach-Mazur Theorem
Theorem: Every Banach space is isometrically isomorphic to a closed subspace of some $C(K)$ space.
This remarkable result says that, up to isometric isomorphism, all Banach spaces can be viewed as spaces of continuous functions on compact Hausdorff spaces. This provides a unifying perspective and shows that $C(K)$ spaces are universal among Banach spaces.
Schauder Bases and Approximation Properties
Motivation and Definition
In finite-dimensional vector spaces, bases are fundamental: every vector can be written uniquely as a finite linear combination of basis elements. A Schauder basis extends this idea to infinite-dimensional Banach spaces by allowing infinite series.
A Schauder basis for a Banach space $X$ is a sequence $(en){n=1}^\infty$ such that every element $x \in X$ can be written uniquely as:
$$x = \sum{n=1}^{\infty} an en$$
where $an$ are scalars and the series converges in the norm of $X$. The uniqueness means each $x$ corresponds to exactly one sequence of coefficients $(an)$.
Key difference from algebraic bases: In infinite dimensions, we require convergence in the topology (the norm). This is what makes Schauder bases different from Hamel bases, and why they're more useful for Banach spaces.
Coordinate Functionals and Biorthogonal Systems
For each $n$, the coordinate functional $\varepsilonn : X \to \mathbb{F}$ is defined by:
$$\varepsilonn(x) = an$$
where $an$ is the $n$-th coefficient in the expansion $x = \sum{n=1}^\infty an en$.
An important fact: each $\varepsilonn$ is a bounded linear functional, so $\varepsilonn \in X^$ (the dual space). The boundedness follows from the properties of Schauder bases.
The pair $(en, \varepsilonn)$ forms a biorthogonal system, meaning:
$$\varepsilonn(em) = \delta{nm} = \begin{cases} 1 & \text{if } n = m \\ 0 & \text{if } n \neq m \end{cases}$$
This is the natural generalization of the orthonormality condition in Hilbert spaces, but for general Banach spaces where there's no inner product.
Consequences of Having a Schauder Basis
Separability: Any Banach space with a Schauder basis is separable. You can take all finite linear combinations of basis elements with rational (or algebraic) coefficients to get a countable dense subset.
Bounded Approximation Property: If a space has a Schauder basis, the partial sum operators $PN(x) = \sum{n=1}^N an en$ converge to $x$ as $N \to \infty$. Moreover, there exists a constant $C > 0$ such that:
$$\|PN(x)\| \le C \|x\|$$
for all $x$ and all $N$. This means the finite-rank operators formed by finite partial sums are uniformly bounded—they approximate the identity with bounded distortion.
Why this matters: Having a Schauder basis gives you powerful structural information about a Banach space. Not every Banach space has a Schauder basis, so this is a strong property.
Classical Bases in Common Spaces
Understanding which classical spaces have explicit bases is important for building intuition.
The Haar system forms a Schauder basis for $L^p(\mathbb{R})$ when $1 < p < \infty$. The Haar functions are piecewise constant functions with a nice recursive structure, making them computationally useful.
The trigonometric system (sines and cosines, or complex exponentials $e^{inx}$) forms a Schauder basis for $L^p(\mathbb{T})$ when $1 < p < \infty$, where $\mathbb{T}$ is the circle (periodic functions on $[0, 2\pi)$). This connects to classical Fourier analysis.
The Schauder system consists of piecewise linear "hat" functions on $[0,1]$. It forms a Schauder basis for the space $C([0,1])$ of continuous functions on the unit interval with the supremum norm.
Why this matters: These examples show that the abstract concept of a Schauder basis has concrete realizations in spaces you encounter frequently. The Fourier system is particularly important because it shows that bases from classical analysis fit into the modern Banach space framework.
James' Characterization of Reflexivity via Bases
A Banach space is reflexive if $X = X^{}$ (the space equals its double dual). Reflexivity is an important property with many equivalent characterizations.
For Banach spaces with a Schauder basis, James proved a beautiful characterization:
A Banach space with a Schauder basis $(en)$ is reflexive if and only if the basis is both:
Shrinking: The coordinate functionals $(\varepsilonn)$ form a Schauder basis for $X^$ (the dual space). Intuitively, the "span" of the functionals doesn't miss any functionals.
Boundedly complete: Every bounded blockwise partial sum converges. More precisely: if $(x^{(k)})$ is a sequence of elements in $X$ formed by "blocks" of the basis (like $x^{(k)} = \sum{n=N{k-1}+1}^{Nk} an^{(k)} en$), and the partial sums of the combined series are bounded, then the series converges.
Why this matters: This characterization gives a concrete way to verify reflexivity using the structure of the basis, rather than trying to construct an isomorphism between $X$ and $X^{}$ directly.
<extrainfo>
Differentiation in Banach Spaces
When extending calculus to Banach spaces, two notions of derivative are important.
Fréchet Derivative
The Fréchet derivative is the natural generalization of the derivative to Banach spaces. For a map $F : X \to Y$ between Banach spaces, the Fréchet derivative at $x \in X$ is a bounded linear operator $DF(x) : X \to Y$ such that:
$$\|F(x+h) - F(x) - DF(x)h\| = o(\|h\|)$$
as $\|h\| \to 0$. This is the same definition as in finite dimensions, but now applied to functions between Banach spaces.
Gâteaux Derivative
The Gâteaux derivative is a weaker notion. For $F : X \to Y$ at $x \in X$ in direction $h \in X$, it is:
$$\delta F(x;h) = \lim{t \to 0} \frac{F(x+th) - F(x)}{t}$$
when the limit exists. This is a directional derivative—it measures how $F$ changes along a specific direction.
Relation Between Derivatives
Every Fréchet differentiable map is Gâteaux differentiable, but the converse is false. A function can have Gâteaux derivatives in all directions without having a Fréchet derivative. The Fréchet derivative is the stronger condition because it requires uniform control over all directions simultaneously.
</extrainfo>
Flashcards
What is the norm $||f||{p}$ for the space $L^{p}(\Omega)$ when $1 \le p < \infty$?
$\left(\int{\Omega}|f|^{p}\right)^{1/p}$
What is the norm for the space $L^{\infty}(\Omega)$?
The essential supremum
Which sequence space consists of all absolutely summable sequences?
$\ell^{1}$
Which sequence space consists of all square-summable sequences and forms a Hilbert space?
$\ell^{2}$
What does the sequence space $c{0}$ represent?
Sequences converging to zero
What does the sequence space $\ell^{\infty}$ represent?
Bounded sequences
How is the norm $||f||{\infty}$ defined for the space $C(K)$ of continuous functions on a compact Hausdorff space $K$?
$\sup{x \in K} |f(x)|$ (the maximum norm)
What is the defining property of a Schauder basis $(en)$ for a Banach space $X$?
Every $x \in X$ can be written uniquely as $x = \sum{n=1}^{\infty} an en$ for some scalars $an$
To which space do the coordinate functionals $\varepsilonn$ (where $\varepsilonn(x) = an$) belong?
The dual space $X^{}$
What type of system do the basis elements $en$ and coordinate functionals $\varepsilonn$ form together?
A biorthogonal system
What topological property must a Banach space have if it possesses a Schauder basis?
It is separable
What approximation property is implied by the existence of a Schauder basis?
The bounded approximation property
Which system serves as a basis for $L^{p}[0,1]$ when $1 < p < \infty$?
The Haar system
Which system serves as a basis for $L^{p}(\mathbb{T})$ when $1 < p < \infty$?
The trigonometric system
What is the Schauder system (the basis for $C[0,1]$) composed of?
Piecewise linear "hat" functions
For a Banach space with a Schauder basis, what two conditions must the basis meet for the space to be reflexive?
The basis is shrinking
The basis is boundedly complete
What condition must a bounded linear operator $DF(x)$ satisfy to be the Fréchet derivative of $F$ at $x$?
$||F(x+h) - F(x) - DF(x)h|| = o(||h||)$
How is the Gâteaux derivative of $F$ at $x$ in the direction $h$ defined?
$\lim{t \to 0} \frac{F(x+th) - F(x)}{t}$
What is the directional relationship between Fréchet and Gâteaux differentiability?
Fréchet differentiability implies Gâteaux differentiability, but not vice versa
Quiz
Banach space - Examples Bases and Further Reading Quiz Question 1: Which sequence space consists of all square‑summable sequences?
- $\ell^{2}$ (correct)
- $\ell^{1}$
- $c_{0}$
- $\ell^{\infty}$
Banach space - Examples Bases and Further Reading Quiz Question 2: What norm is used on the space $C(K)$ of continuous functions on a compact Hausdorff space $K$?
- Maximum norm $\displaystyle\|f\|_{\infty}=\sup_{x\in K}|f(x)|$ (correct)
- $L^{1}$-norm $\displaystyle\int_{K}|f(x)|\,dx$
- $L^{2}$-norm $\displaystyle\Big(\int_{K}|f(x)|^{2}\,dx\Big)^{1/2}$
- Variation norm $\displaystyle\sup_{x\neq y}\frac{|f(x)-f(y)|}{|x-y|}$
Banach space - Examples Bases and Further Reading Quiz Question 3: According to the Banach–Mazur theorem, every Banach space is isometrically isomorphic to a closed subspace of which space?
- $C([0,1])$ (correct)
- $L^{2}[0,1]$
- $\ell^{\infty}$
- $L^{1}[0,1]$
Banach space - Examples Bases and Further Reading Quiz Question 4: Which pair forms a biorthogonal system?
- $(e_{n},\varepsilon_{n})$ (correct)
- $(e_{n},e_{n})$
- $(\varepsilon_{n},\varepsilon_{n})$
- $(e_{n},e_{n+1})$
Banach space - Examples Bases and Further Reading Quiz Question 5: Which space has the Schauder system (piecewise linear “hat” functions) as a basis?
- $C[0,1]$ (correct)
- $L^{p}[0,1]$ for $1<p<\infty$
- $\ell^{2}$
- $C(K)$ for arbitrary compact $K$
Banach space - Examples Bases and Further Reading Quiz Question 6: James’ characterization states that a Banach space with a Schauder basis is reflexive exactly when the basis is both ____ and ____.
- shrinking and boundedly complete (correct)
- unconditional and symmetric
- orthogonal and normalized
- unconditional and shrinking
Banach space - Examples Bases and Further Reading Quiz Question 7: In what year was Stefan Banach’s monograph “Théorie des Opérations Linéaires” first published?
- 1932 (correct)
- 1925
- 1945
- 1950
Banach space - Examples Bases and Further Reading Quiz Question 8: When was Robert E. Megginson’s “An Introduction to Banach Space Theory” released?
- 1998 (correct)
- 1995
- 2000
- 1992
Banach space - Examples Bases and Further Reading Quiz Question 9: For which values of $p$ is the space $L^{p}(\Omega)$ a Banach space?
- All $p$ with $1\le p\le\infty$ (correct)
- Only $p=2$
- Only $p=1$ and $p=\infty$
- All $p>0$
Banach space - Examples Bases and Further Reading Quiz Question 10: The Fréchet derivative $DF(x)$ of a map $F\!:\!X\to Y$ is an element of which space?
- The space of bounded linear operators $\mathcal{L}(X,Y)$ (correct)
- The dual space $X^{*}$
- The original space $Y$
- The space of continuous scalar‑valued functions on $X$
Banach space - Examples Bases and Further Reading Quiz Question 11: Which two authors wrote the monograph titled “Functional Analysis” that was reissued as a Dover edition in 1990?
- Frédéric Riesz and Béla Sz.-Nagy (correct)
- Nelson Dunford and Jacob T. Schwartz
- John B. Conway and Walter Rudin
- Bernard Beauzamy and Joram Lindenstrauss
Banach space - Examples Bases and Further Reading Quiz Question 12: Who authored the second edition of “A Course in Functional Analysis” published in 1990?
- John B. Conway (correct)
- Gerald Bachman
- Robert E. Edwards
- Przemysław Wojtaszczyk
Banach space - Examples Bases and Further Reading Quiz Question 13: Who wrote “Introduction to Banach Spaces and Their Geometry” second revised edition released in 1985?
- Bernard Beauzamy (correct)
- Walter Rudin
- Helmut H. Schaefer
- James C. Conway
Banach space - Examples Bases and Further Reading Quiz Question 14: Which two authors are responsible for the second edition of “Topological Vector Spaces” published in 2011?
- Lawrence Narici and Edward Beckenstein (correct)
- Helmut H. Schaefer and Manfred P. Wolff
- John B. Conway and Walter Rudin
- Bernard Beauzamy and Joram Lindenstrauss
Banach space - Examples Bases and Further Reading Quiz Question 15: Who is the author of “A Short Course on Banach Space Theory” published in 2005?
- Neal L. Carothers (correct)
- Gerald Bachman
- Robert E. Edwards
- Przemysław Wojtaszczyk
Banach space - Examples Bases and Further Reading Quiz Question 16: How is the Gâteaux derivative of a map $F$ at a point $x$ in direction $h$ defined?
- $\displaystyle\lim_{t\to0}\frac{F(x+th)-F(x)}{t}$ (correct)
- $\displaystyle\lim_{t\to0}\frac{F(x+th)-F(x)}{t^{2}}$
- $\displaystyle\lim_{h\to0}\frac{F(x+h)-F(x)}{\|h\|}$
- $\displaystyle\lim_{t\to\infty}\frac{F(x+th)-F(x)}{t}$
Banach space - Examples Bases and Further Reading Quiz Question 17: Who are the authors of the monograph “Linear Operators. I. General Theory”?
- Nelson Dunford and Jacob T. Schwartz (correct)
- Walter Rudin and John B. Conway
- Gerald Bachman and Lawrence Narici
- Joram Lindenstrauss and Lior Tzafriri
Banach space - Examples Bases and Further Reading Quiz Question 18: Which two mathematicians wrote the second edition of “Functional Analysis” published in 2000?
- Gerald Bachman and Lawrence Narici (correct)
- Nelson Dunford and Jacob T. Schwartz
- Walter Rudin and John B. Conway
- Helmut H. Schaefer and Manfred P. Wolff
Banach space - Examples Bases and Further Reading Quiz Question 19: Who is the author of “Functional Analysis: Theory and Applications” released in 1995?
- Robert E. Edwards (correct)
- Gerald Bachman
- Przemysław Wojtaszczyk
- Joram Lindenstrauss
Banach space - Examples Bases and Further Reading Quiz Question 20: Which implication always holds for maps between Banach spaces?
- Fréchet differentiable ⇒ Gâteaux differentiable (correct)
- Gâteaux differentiable ⇒ Fréchet differentiable
- Both implications hold
- Neither implication holds
Banach space - Examples Bases and Further Reading Quiz Question 21: Who authored the graduate textbook “Functional Analysis” that had its second edition published in 1991?
- Walter Rudin (correct)
- Riesz and Sz.-Nagy
- Joram Lindenstrauss and Lior Tzafriri
- Helmut H. Schaefer and Manfred P. Wolff
Banach space - Examples Bases and Further Reading Quiz Question 22: Which mathematicians wrote the monograph “Classical Banach Spaces I, Sequence Spaces”?
- Joram Lindenstrauss and Lior Tzafriri (correct)
- Przemysław Wojtaszczyk
- Walter Rudin
- Helmut H. Schaefer and Manfred P. Wolff
Banach space - Examples Bases and Further Reading Quiz Question 23: In a Schauder basis $(e_n)$ for a Banach space $X$, how are the coefficients $a_n$ in the expansion $x=\sum_{n=1}^{\infty}a_n e_n$ determined for a given $x\in X$?
- They are uniquely determined by $x$ (correct)
- They can be chosen arbitrarily as long as the series converges
- They depend on a chosen norm on $X$
- They are defined only up to a constant factor
Banach space - Examples Bases and Further Reading Quiz Question 24: What is the title of the work authored by Helmut H. Schaefer and Manfred P. Wolff in its second edition released in 1999?
- Topological Vector Spaces (correct)
- Functional Analysis
- Banach Spaces for Analysts
- Linear Operators. I. General Theory
Banach space - Examples Bases and Further Reading Quiz Question 25: Which of the following function spaces incorporates analytic structure and forms a Banach space?
- Hardy spaces $H^{p}$ (correct)
- Sobolev spaces $W^{k,p}$
- $L^{p}$ spaces
- Continuous functions $C(K)$ on a compact space
Banach space - Examples Bases and Further Reading Quiz Question 26: What approximation property does a Banach space possess when it has a Schauder basis?
- Bounded approximation property (correct)
- Compact approximation property
- Metric approximation property
- No approximation property
Banach space - Examples Bases and Further Reading Quiz Question 27: Which of the following monographs was first published in 1991?
- Banach Spaces for Analysts (correct)
- Introduction to Banach Spaces and Their Geometry
- A Short Course on Banach Space Theory
- Functional Analysis by Rudin
Which sequence space consists of all square‑summable sequences?
1 of 27
Key Concepts
Banach Space Concepts
Banach space
Schauder basis
Banach–Mazur theorem
James’ characterization of reflexivity
Differentiation in Banach Spaces
Fréchet derivative
Gâteaux derivative
\(L^{p}\) space
Function Spaces
Sobolev space
Hardy space
Haar system
Definitions
Banach space
A complete normed vector space in which every Cauchy sequence converges.
\(L^{p}\) space
The space of measurable functions whose \(p\)-th power is integrable, equipped with the \(L^{p}\) norm.
Schauder basis
A sequence \((e_n)\) in a Banach space such that every element can be uniquely expressed as a convergent series \(\sum a_n e_n\).
Fréchet derivative
A bounded linear operator that best linearly approximates a map between Banach spaces, satisfying a uniform error estimate.
Gâteaux derivative
The directional derivative of a map between Banach spaces, defined as a limit along a single direction.
Banach–Mazur theorem
The result that every Banach space is isometrically isomorphic to a closed subspace of \(C([0,1])\).
Sobolev space
A Banach space \(W^{k,p}\) of functions whose weak derivatives up to order \(k\) belong to \(L^{p}\).
Hardy space
A Banach space \(H^{p}\) of analytic functions on the unit disc (or upper half‑plane) with bounded \(p\)-norms.
James’ characterization of reflexivity
The theorem that a Banach space with a Schauder basis is reflexive iff the basis is both shrinking and boundedly complete.
Haar system
A specific orthonormal basis of piecewise constant functions that forms a Schauder basis for \(L^{p}[0,1]\) when \(1<p<\infty\).