拓扑学札记

拓扑学札记 · Brianne's Farm

作为一门数学基础课,拓扑学涵盖了一些重要的数学思想。比方说第一次课教授讲 equivalence 关系时就提到的,classification 是数学的一个重要问题。按照不同的尺度标准进行分类,可以对某个对象的特征有更加深入的理解。 比如集合如果按照 bijection 这个等价关系分类的话特征就是集合的cardinality.

这学期开学一个月了,此札记用来记录一下这门课琐碎的知识点和一些有趣的见闻。

等价关系 Equavalence relation

An equivalence relation is a binary relation that is reflexive, symmetric and transitive. The relation “is equal to” is the canonical example of an equivalence relation, where for any objects a, b, and c:

Any equivalence relation provides a partition of the underlying set into disjoint equivalence classes. Two elements of the given set are equivalent to each other, if and only if they belong to the same equivalence class.

选择公理 Axiom of Choice

$\mathcal{A} = {A_{y}, y\in Y}$ is a family of sets. Then there exists a function $h: Y \to \bigcup_{y\in Y} A_{y}$ such that $h(y)\in A_{y}$ .

哥德尔 Godel 证明了选择公理(Axiom of Choice, AC)是 independent 于 ZF(Zermelo–Fraenkel) 公理系统的。一般情况下人们都认为AC是成立的,也就是ZFC = ZF + AC系统。

哥德尔还证明了一些哲学问题,比如:

实数不属于自然数等价类 / 实数不可数

康托 Cantor 用对角线论证 diagonal arument 证明了这个定理。 将一个实数分为整数部分和小数部分。对于小数部分列一个表,横轴是第$i$位小数,纵轴是0到9的自然数 $a_{i}\in{0, 1, 2, \cdots, 9}$ ,假设 $b=0. b_{0} b_{1} b_{2} …$ 选择 $b_{i}\ne a_{ii}, i\in \mathbb{N}$ . 那么 $b \ne a_j, \forall j\in\mathbb{N}$ .

Corollary: There are uncountably many transcendental numbers.

我感觉这里就是说,一个实数没办法用自然数数出来。 比如一个整数可以直接数出来,有理数也是一样,有理数 p/q 按照某种数数的方法就可以是 第 pq 个自然数。

实函数连续的开区间条件和epsilon-delta条件等价

$f: \mathbb{R} \to \mathbb{R}$ is continuous if and only if for any open set $O\subset \mathbb{R}$ , $f^{-1}(O)$ is open.

Proof. Assume $f$ is $\epsilon-\delta$ continuous. Let $O=(a,b)$ be open. We need to show that $f^{-1}(O)$ is open, which is equivalent to show that $\forall x\in f^{-1}((a, b))$ there is an open interval $(a_{x}, b_{x})$ inside $f^{-1}((a,b))$ containing $x.$

By assumption, $\forall \epsilon >0, \exists \delta >0$ such that if $|x-x_{0}|<\delta$ then $|f(x)-y_{0}|<\epsilon.$ Hence $\forall \epsilon >0, \exists \delta >0$ such that $f((x_{0}-\delta, x_{0}+\delta)) \subset (y_{0}-\epsilon, y_{0}+\epsilon).$

Since $x\in f^{-1}((a,b)),$ there is $y\in (a, b)$ such that $f(y) = x.$ Since $(a,b)$ is open, there is $\epsilon>0$ such that $(y-\epsilon, y+\epsilon) \subseteq (a, b).$ Then there exists $\delta>0$ such that $f((x-\delta, x+\delta))\subset (y-\epsilon, y+\epsilon)\subset (a, b).$ Hence $(x-\delta, x+\delta)$ is open and contained in $(a, b).$

The other direction is obvious.

从实数域到一般域

拓扑中开集的概念(三个性质)实际上是实数上开区间的拓展。 有限个开区间的并仍然是开区间。无限个就未必了,比如 $\bigcap_{n=1}^{\infty} (-\frac{1}{n}, \frac{1}{m}) = {0}.$

由此我们就有了拓扑的定义,是一个集合 $X$ 和 $X$ 的幂集 $\mathcal{P}(X)$ 的一个子集 $\mathcal{O}$ ,且 $\mathcal{O}$ 中的元素(是 $X$ 的子集)满足三条性质。

拓扑举例:

集合的内点、外点、与边界点

对于集合X的一个划分,按照其子集A的内外边进行划分。

Let $(X, \mathcal{O})$ be a topology space, $A\subset X$, $x\in X.$