泛函分析-0:前置准备——拓扑空间

Posted on   卡利欧波  阅读(61)  评论(0编辑  收藏  举报

拓扑空间是比度量空间更一般的定义,或者说,度量空间是在拓扑空间中引入了关于‘距离’的概念,它比一般拓扑空间更侧重于不同的‘距离’测量方法。
Def (Topology): given set X, a topology is a collection of X's subsets J such that:

  1. and X J.
  2. J is closed under union of arbitrary sub-collection.
  3. J is closed under intersection of finite sub-collection.
    J is called a collection of open sets, (X,J) is called a topological space.

这事实上让我想到了σalgebra的定义,两者有很大的相似之处,不过这不是这篇的主题。
下面是一些关于拓扑空间的例子。
Example 1: Discrete Topology-J is the power set of X.
离散空间是一个非常完美的空间,因为你不可能再将它细分。观察到离散空间是由离散度量引出的——离散度量将每个点都‘分割’开,使得在这个空间中的每一个点都存在于一个独立的open ball(unit ball)中,因此任意序列都不可能无限接近于任意点,讨论收敛的唯一可能就是常量序列。

Example 2: Zariski Topology-k is an infinite field, Vk is closed iff V is finite, J is the collection of V.

Def (Closure and Interior):Given set SX:
   Closure S-intersection of all closed sets containing S,
   Interior So-union of all open balls within S.

Remark1: The closure of a closed ball may NOT be its closed ball (under some metric).

Example 3: Consider the discrete metric under X and a unit ball B, then its closure is it self, but its closed set contains every element in X.

Remark2: The closure A is the smallest closed set containing A, while the interior Ao is the largest open set contained in A.

Def (Neighborhood): For xX, NX is the neighborhood of x if xNo.

接下来是本节最重要的概念。

Def (Continuity): A map f:XY is continuous iff the preimage of open sets are open.

这是对于连续函数的(拓扑风格)定义,对于函数上一个点的连续性,我们也可以采用以上方法去定义(而不是使用ϵδ 语言)。

Def (Point Continuity): f is said to be continuous at some point x if V is an open neighborhood of f(x), then the preimage of V contains an open neighborhood U of x.

接下来是本篇最后一个概念。

Def (Separability): X is a topological space and f is a map, we say MX is dense if M=X. We say X is separable if X has countable dense set.

关于这个定义,我想在此摘抄一段我从stackexchange上看到的评论:
"My understanding is it comes from the special case of R, where it means that any two real numbers can be separated by, say, a rational number."

相关博文:
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?

随笔 - 2, 文章 - 0, 评论 - 0, 阅读 - 67

Copyright © 2025 卡利欧波
Powered by .NET 9.0 on Kubernetes

点击右上角即可分享
微信分享提示