Comparison of several types of convergence
In functional analysis, several types of convergence are defined, namely,
- strong convergence for elements in normed linear space.
- weak convergence for elements in normed linear space, which is defined via the assistance of the dual space.
- weak-* convergence for linear functionals in the strong dual space of a normed linear space.
- pointwise convergence for linear operators.
This post summarizes their definitions and shows the differences.
Definition (Strong convergence) Let \(X\) be a normed linear space and \((x_l)_{l \in \mathbb{N}}\) be a sequence in \(X\). Then \((x_l)_{l \in \mathbb{N}}\) converges (strongly) to \(x \in X\) if
\[
\lim_{l \rightarrow \infty} \norm{x_l - x}_X = 0.
\]It can be seen that the strong convergence is just the convergence with respect to the “distance between points”, or more generally, the so-called “norm” defined for a linear space, which is what we have been familiar with in fundamental calculus.
Definition (Weak convergence) Let \(X\) be a Banach space and \(X’\) be its dual space. The sequence \((x_l)_{l \in \mathbb{N}}\) in \(X\) converges weakly to \(x \in X\) if
\[
\lim_{l \rightarrow \infty} \abs{f(x_l) - f(x)} = 0 \quad (\forall f \in X’).
\]We can see that the convergence here is called weak, because it is not directly based on point distance in the original space \(X\), but the evaluation of an arbitrary functional in the dual space on the sequence.
It is easy and natural to see that the strong convergence implies weak convergence because of the continuity of the linear functional \(f \in X’\):
\[
\abs{f(x_l) - f(x)} = \abs{f(x_l - x)} \leq \norm{f}_{X’} \norm{x_l - x}_X.
\]Definition (Pointwise convergence) Let \(X\) and \(Y\) be normed spaces. The sequence of bounded linear operators \((T_l)_{l \in \mathbb{N}} \subset L(X, Y)\) converges to \(T \in L(X, Y)\) if
\[
\lim_{l \rightarrow \infty} \norm{T_l x - T x}_Y = 0 \quad (\forall x \in X).
\]The pointwise convergence is used to describe the convergence of operators at each point in \(X\). A more strict convergence for operators is uniform convergence, which means the convergence speeds of \((T_l x)_{l \in \mathbb{N}}\) at different points \(x\) in \(X\) are comparable. It is also easy to see that the strong convergence of \((T_l)_{l \in \mathbb{N}}\) implies pointwise convergence.
Definition (Weak-* convergence) Let \(X_s’\) be the strong dual space of the normed linear space \(X\). The linear functional sequence \((T_l)_{l \in \mathbb{N}}\) converges to \(T\) in \(X_s’\) if
\[
\lim_{l \rightarrow \infty} \abs{T_l x - T x} = 0 \quad (\forall x \in X).
\]The weak-* convergence can be considered as a special case of pointwise convergence with the difference that the linear operators become linear functionals and the dual space \(X’\) of \(X\) is assigned with the strong topology.
Comparison of several types of convergence的更多相关文章
- Acquiring Heap Dumps
Acquiring Heap Dumps HPROF Binary Heap Dumps Get Heap Dump on an OutOfMemoryError One can get a HP ...
- chromium之scoped_ptr
看看怎么使用 // Scopers help you manage ownership of a pointer, helping you easily manage the // a pointer ...
- Jerry的ABAP原创技术文章合集
我之前发过三篇和ABAP相关的文章: 1. Jerry的ABAP, Java和JavaScript乱炖 这篇文章包含我多年来在SAP成都研究院使用ABAP, Java和JavaScript工作过程中的 ...
- C#值类型和引用类型与Equals方法
1. C#的值类型和引用类型 C#的对象里面有两种类型,一个是引用类型,一个是值类型,值类型和引用类型的具体分类可以看下面的分类. 在C#中,不管是引用类型还是值类型,他们都隐式继承Object类 ...
- In-App Purchase Programming Guide----(二) ---- Designing Your App’s Products
Designing Your App’s Products A product is something you want to sell in your app’s store. You creat ...
- Python Cheatsheet
Comprehensive Python Cheatsheet Download text file, Buy PDF, Fork me on GitHub or Check out FAQ. Con ...
- "SQL Server does not handle comparison of NText, Text, Xml, or Image data types."
"SQL Server does not handle comparison of NText, Text, Xml, or Image data types." sql2000 ...
- IComparable<T> Vs. IComparer<T> System.Comparison<T>
Well they are not quite the same thing as IComparer<T> is implemented on a type that is capabl ...
- MOOCULUS微积分-2: 数列与级数学习笔记 5. Another comparison test
此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...
随机推荐
- FTP服务器基础设定
1.安装vsftpd文件服务器 sudo apt-get install vsftpd 2.配置文件:/etc/vsftpd/vsftpd.conf 严格来说,整个 vsftpd 的配置文件就只有这个 ...
- NDK历史版本下载方法
再比如说,你要下载Android NDK, Revision 8b ,只要下面链接就可以了: http://dl.google.com/android/ndk/android-ndk-r8b-Linu ...
- [转]PhpStorm快捷键大全
1 前言 PhPStorm 是 JetBrains 公司开发的一款商业的 PHP 集成开发工具,PhpStorm可随时帮助用户对其编码进行调整,运行单元测试或者提供可视化debug功能.Phpstro ...
- [MySQL]多表关联查询技巧
示例表A: author_id author_name 1 Kimmy 2 Abel 3 Bill 4 Berton 示例表B: book_id author_id start_date end_da ...
- 02 编程语言、python变量
一 编程语言介绍(***) 1.1机器语言:直接用计算机能理解的二进制指令编写程序,直接控制硬件 优点:执行效率高,跨平台性低 缺点:开发效率低 1.2汇编语言:用英文标签取代二进制指令编写程序,本质 ...
- CSS入门(二)
一.组合选择器 每个选择器位可以是任意基础选择器或选择器组合 1.群组选择器 可以一次性控制多个选择器 选择器之间用逗号(,)隔开 div,.d1,#div{ color:red; } 2.子代(后代 ...
- 洛谷P3246 [HNOI2016]序列 [莫队]
传送门 思路 看到可离线.无修改.区间询问,相信一定可以想到莫队. 然而,莫队怎么转移是个大问题. 考虑\([l,r]\rightarrow[l,r+1]\)时答案会怎样变化?(左端点变化时同理) \ ...
- EasyUI 如何结合JS导出Excel文件
出处:http://blog.csdn.net/jumtre/article/details/41119991 EasyUI 如何结合JS导出Excel文件 分类: 技术 Javascript jQu ...
- Mave------pom.xml标签详解
pom文件作为MAVEN中重要的配置文件,对于它的配置是相当重要.文件中包含了开发者需遵循的规则.缺陷管理系统.组织.licenses.项目信息.项目依赖性等.下面将重点介绍一下该文件的基本组成与功能 ...
- android经典源码,很不错的开源框架
高仿最美应用项目源码 项目介绍 这是仿最美应用开发的基于mvp+rxjava+retrofit的项目,很值得学 github地址: https://github.com/JJOGGER/Beaut ...