测度论:Measure Theory (1)
这是我的笔记以及一些个人理解,其中大多证明系本人完成。
Notations
- - 自然数集
- - 整数集
- - 有理数集
- - 实数集
- Set membership: 若 ,则称 是集合 的一个元素(element)
- Set inclusion: ;
- Intersection:
- Union:
- Difference:
- Complement: ,其中 定义为全集
- Symmetric complement:
Russell's Paradox*
有的时候一个集合可以将自己作为元素,e.g. ,可以发现。
设集合 为所有不包含其自身作为元素的集合构成的集类,例如 , , 但 。那么 是它自己的一个元素吗?
这种定义方式会产生悖论:假设 ,那么 ;而假设 ,则 。这种集合的构造方式与集合论公理系统产生了矛盾,故如此构造的集合接下来将被排除在讨论范围之外。
假设我们有集合 ,考虑以下两个集合:
Countable intersections:
Countable unions:
实际上,以上写法可以推广到更普遍的形式,对于collection of indices :
注意,上面两种写法分别为集合序列的可数交与可数并,也就是说为可数无穷的集合的交或并。而下面的两种写法中由于不必为可数集,则也不必为可数,因此可以代表不可数无穷的集合的交或并。然而无论是可数还是不可数无穷,始终有:
为什么要强调这看似显而易见的这一点,当时在某个证明中,恰恰是这个简单的问题给初学者的我造成了一些困扰。例如一些看似能类比而实则不能的情况,例如以下这个例子:
Example 1.1
令 为一个集合序列,such that:
那么自然数集是否属于这个序列的可数并呢?(i.e. ?)
以下是当时我的困扰。
首先,很容易可以证明:
:对于任意的,有,那么。
:Conversely,可数并 中的任意一项的元素都为自然数,那么可数并的元素也都为自然数(若认为这个证明不够完美,可以用反证,即假设可数并中存在一个不为自然数的元素...),那么。
因此,如果我们能通过集合的可数无穷并与归纳(induction)的方法定义自然数集,为什么不能用类似的方法证明以上的关系(i.e. )呢?
因为如果这个关系得以成立,那么存在,such that 。但是任意的都是有限的,而是无限的。
De Morgan's Laws
Example 1.2
(The intersection of open sets can be a closed set.)
We have .
Proof. (Example 1.2)
Firstly,for ,since ,then for ,we have , hence 。
Conversely,suppose ,such that ,i.e., . W.l.o.g., suppose , 则,such that 。However, for ,let ,then we must have 。This means for ,there exists ,such that , this produces contradiction. Similarly, there is contradicition when . Therefore, .
Definition. Cartisian product
The Cartisian product (笛卡尔积) of sets and is the set of all ordered pairs defined as:
Definition. Indicator function
The intercator function(指示函数) of set is the function defined as:
Noted that , , .
Definition. Countability and Cardinality
Set is called countable (可数的)or denumerable (可列的)if there is a one-to-one mapping between and a subset of .
Noted that it should be the "subset of " here, instead of itself. Otherwise, there is no one-to-one relationship between the set and for instance, while the former is countable apparently.
Two sets and are said to have the same cardinality (基数,或势) if there is a one-to-one mapping between and .
If there is no one-to-one correspondence between sets and , then we say, the cardinality of is bigger that of .
Example 1.3
由上述定义,我们可以称偶数和自然数“一样多”(等势)。
Assume the set of all even numbers to be ,then there is a one-to-one mapping:。
Indeed, we can show the countability of the set of all rational numbers intuitively by the following construction:
Notice the way we listed all rational numbers:
- Numerator:
- Denominator:
Or more intuitively,
Example 1.4 (Uncountability of )
Cantor证明了集合不可列。我们可以将上的实数以小数的形式写下来:
其中, for 。
假设它与之间存在一一映射关系。但是,我们总可以找到这么一个:
其中 for 。
i.e.,
那么,如此构造的不等于以上任何一个数,也就是说,无论我们如何构造此一一映射,总能找到一个数破坏该映射(使一一映射不成立),即 与 之间不存在一一映射关系,所以不可数。
Example 1.5
The cardinality of is the same as the cardinality of , since we can construct a mapping:
Theorem 1.1 (Cantor)
For an arbitrary set , there is no one-to-one correspondence between X and Y = 2^{X} (the power set of X).
Proof. (Theorem 1.1 Cantor)
Suppose there exists a one-to-one mapping , where is the power set of .
We know that is surjective by one-to-one mapping relationship. Then we have:
Since is the power set of , that is, contains all subsets of , then . Now, we try to disprove the assumption of surjective relationship.
Define , that is, for any element , is not contained in . is a subset of , so . Furthermore, by our surjective assumption: . However,
-
If , according to the way we contructed , we have . We have above, then , which shows contradiction.
-
If , we must have . This is because if , by the way how was constructed, we would otherwise have . Since , there would be contradiction again.
We can conclude from the above that:
which contradicts to our assumption of surjection. Therefore, there exists no surjection from to , and thus exists no one-to-one mapping .
Corollary 1.1
If is the power set of (i.e. ), then the cardinality of is bigger than the cardinality of (i.e. ).
Proof. (Corollary 1.1)
We shown that there exists no one-to-one mapping between and in Theorem 1.1 above. However, since is the power set of , then for , so that we can form a one-to-one mapping between and (i.e. A is the set which contains all singletons of X). By definition, we conclude that .
Definition. (fields)
A family of subsets of a universal set is clled field (or algebra) if the following conditions hold:
- If , then .
(Closed under complement) - If for all , then .
(Closed under countable unions)
Definition.
Let be an family of subsets of , then there exists a unique smallest field that contains every set in , which is called the field generated by A.
Let , then the minimal field containing all open intervals is called Borel field, normally denoted by .
Notice a tricky example here. The word "contain" means "" mathematically. Therefore, for example, we should say the field generated by instead of .
Definition. (Fields)
A family of subsets of a universal set is called a field if the following conditions hold:
- ,
(Equivalently: and )
Proof. (Equivalent conditions of Fields)
Suppose , . Since , then .
Suppose , and . For , we have . By assumption, indicates , so , hence .
Example 1.6
Let and consider the family of subsets:
Proof that is a field but not a field.
Proof. (Example 1.6)
First of all, is empty, so that .
Suppose for arbitrary non-empty sets , where and , and one of is finite, one of is finite (cannot be finite simultaneously).
-
Suppose are finite. Then is finite . Besides, is finite or empty .
-
Suppose are infinite. Then are finite, and so is . Then . Moreover, where is finite, thus .
-
W.l.o.g., suppose is infinite, is finite. Then is finite, and so is . Hence . Furthermore, and are finite and so is . Therefore .
Above all, is a field but not a field necessarily, for instance let:
then it is not necessary that: .
Theorem 1.2
The intersection of (any) family of fields over the same universal set is a field.
Proof. (Theorem 1.2)
- .
- for , we have and , then and , which implies .
- for , similarly, and , hence .
本文来自博客园,作者:车天健,转载请注明原文链接:https://www.cnblogs.com/chetianjian/articles/15942314.html
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构