Banach Space¶
Normed Linear Space¶
We have already learn the definition of linear space with its number domain \(K\). Now we introduce a topology in it.
Definition of Norm
Assume \(E\) is a linear space. If \(\forall x\in E\), there exists a corresponding real number, denoted as \(\|x\|\), which satisfies
(i) Positive & Definite. \(\|x\|\geq 0\). And \(\|x\|=0\), iff \(x=\theta\).
(ii) Homogeneous. \(\forall \alpha\in K\), \(\|\alpha x\|=|\alpha| \|x\|\).
(iii) Triangle inequation. \(\forall x,y\in E\),
then we call \(\|\cdot\|\) norm and \(E\) is normed linear space.
Readers could check norm of finite-dimensional linear space in Numerical Analysis.
If we define
then it is easy to see the above defines a metric in \(E\). With metric, all the conclusions in previous chapter Metric Space could apply here. The following is about convergence.
Properties of Norm
(i) As a functional \(\|x\|\) is continuous.
(ii) If \(\{x_n\}\subset E\) converges to \(x\in E\), then \(\{\|x_n\|\}\) is bounded.
The linear operations are continuous:
(iii) Assume \(\{x_n\}, \{y_n\}, x,y\in E\), and \(x_n\rightarrow x\) and \(y_n\rightarrow y\), respectively, then
(iv) Assume \(\{\alpha_n\}, \alpha\in K\), and \(\alpha_n\rightarrow \alpha\). And \(\{x_n\}, x\in E\), and \(x_n\rightarrow x\). Then we have
(i) Since \(\{x_n\}\rightarrow x\), and by triangle inequation
(ii) From above we have
(iii) By
(iv) By \(|\alpha_n|\) is bounded
\(\square\)
A normed linear space is called Banach Space if it is complete.
Example. Assume space \(C^k[a,b]\) is composed by functions with \(k\)-th continuous derivatives. Define norm
Then in this norm the above space is Banach space.
It is easy to show that norm satisfies triangle inequation.
We now show it is complete. For all Cauchy sequence \(\{x_n\}\subset C^k[a,b]\), \(\forall \varepsilon\), \(\exists N>0\), \(\forall n,m>N\),
So for each \(i\), we have
So \(x_n^{(i)}\) is a Cauchy sequence, by mathematical analysis, we have a convergent function \(x_i(t), (i=0,\cdots,k)\), such that
and satisfy \(x^{(i)}(t)=x_i(t)\) for each \(i\). So \(x(t)\in C^k[a,b]\). We show that \(x_n(t)\) converges to \(x(t)\) in this norm.
In equation \(\ref{Cauchy-continuous-k}\), fix \(n\), let \(m\rightarrow \infty\), and we have the result.
\(\square\)
Example. \(L^p(E)\) is a Banach space.
- From a Cauchy sequence in this metric to get a Cauchy sequence in measure.
For all Cauchy sequence \(\{x_n\}\), \(\forall \varepsilon, \sigma>0\), \(\exists N>0\), \(\forall n,m>N\),
which means \(x_n\) is a Cauchy sequence in measure.
- From a Cauchy sequence in measure to get a convergent function in usual metric \(||\).
One method is, by what we have learned, there exists a finite-valued function \(x\) a.e. on \(E\) such that \(x_n\) converges to \(x\) in measure. By Riesz Theorem, there exists a subsequence \(\{x_{n_k}\}\) such that \(x_{n_k}\) converges to \(x\) a.e. on \(E\).
Or we take another version inspired by Lemma for summation in \(L^p\) space. Since \(x_n\) is a Cauchy sequence in \(L^p(E)\), \(\forall k>0\), there exists a subsequence \(x_{n_k}\) such that
So by Hölder inequation, \(1\in L^q\), \(q=\frac{p}{p-1}\),
So by Levy Theorem, \(f_n=\sum_{k=1}^n |x_{n_k}-x_{n_{k-1}}|\) converges to \(x\).
So \(x_n=\sum_{k=1}^\infty x_{n_k}- x_{n_{k-1}}+x_i\) converges to \(x\).
- Use Fatau theorem to change the order of limit & integral.
By Fatau theorem, \(\forall n_k>N\), we still have \(\left(\int_E |x_n(t)-x_{n_k}(t)|^p dt\right)^{\frac{1}{p}}<\varepsilon\), so
So \(x_n\) converges to \(x\) in the above metric. Then by Minkowski inequation, we have \(\|x\|\leq \|x_n-x\|+\|x_n\|<\infty\), so \(x\in L^p(E)\).
Quotient Space¶
Equivalence of two points
Assume \(X\) is a linear space, \(F\subset X\) is a subspace. Two points \(x_1, x_2\in X\) are called equivalent modulo \(F\), denoted as \(x_1\equiv x_2 (\text{ mod } F)\), or simply \(x_1\sim x_2\), if \(x_1-x_2\in F\).
Properties of Equivalence
(i) Reflexive. \(x\sim x\).
(ii) Symmetric. If \(x\sim y\), then \(y\sim x\).
(iii) Tansitive. If \(x\sim y\), \(y\sim z\), then \(x\sim z\).
The above property tells us equivalence mod \(F\) is an equivalence relation, meaning we could divide \(X\) into distinct equivalence classes mod \(F\), denoted as
The whole equivalence relation compose a set \(X / F\). If we define proper linear operations on \(X/F\), we could show that it is also a linear space.
Linear operations on Space \(X/F\)
(i) \(\forall \xi,\eta\in X/F\), choose \(x\in \xi, y\in \eta\), define
(ii) \(\forall \xi\in X/F\), \(\forall \alpha\in K\), define
we have to show that the above definition is irrelevant with the choice of \(x\).
\(\forall x'\in \xi,y'\in \eta\),
Similar to \(\alpha x'\).
\(\square\)
Easy to see that \(X/F\) is a linear space based on the above linear operations. And its zero element is \(F\).
Provided \(F\) is closed, quotient space \(X/F\) could be a normed linear space.
Normed linear space for \(X/F\)
Assume \(F\) is a closed subspace of a normed linear space \(X\). For any equivalence class \(\xi\in X/F\), we define
then the above definition is a norm and \(X/F\) is a normed linear space.
(i) Positive and definive.
Positive is apparent. We prove definitive. Let \(\|\xi\|=0\), if \(\xi=x_0+F\), \(x_0\not\in F\). Then by definition of infimum, \(\forall \varepsilon_n=\frac{1}{n}\), \(\exists \{y_n\}\subset F\) such that
which means \(y_n\rightarrow -x_0\). Since \(F\) is closed, \(-x_0\in F\), so by linear operation, \(x_0\in F\), which contradicts! So \(\xi=F\).
(ii) Homogeneous. Easy to show.
(iii) Triangle inequation. \(\forall \{x_j\}, \{y_j\}\in X/F\), \(\forall \varepsilon>0\), we have
So
Let \(\varepsilon\rightarrow 0\), and we are done.
\(\square\)