0. demo

在拓扑学上,open set(开集)是对实数轴(real line)上开区间(open interval)的拓展。

  • 红色圆盘:{(x,y)|x2+y2<r2},蓝色圆圈:{(x,y)|x2+y2=r2}
  • 红色点集即为一种 open set,蓝色点集则为 boundary set,
  • 红色点集和蓝色点集的并构成了 closed set;

1. interior point 与 limit point

度量空间 (X,d) 中的任一子集 S,x 如果想成为 S 中的一个内点,则要求,存在一个 r>0,使得 {y|d(x,y)<r}∈S;

  • {y|d(x,y)<r} 刻画的其实是 x 在度量空间 (X,d) 中的邻域;

首先需要注意的是,极限点 x (limit point 或叫 accumulation point)作用的对象是拓扑空间 (X,d) 中的集合 M 上(也即极限点,是集合的极限点),x∈X 但 x 可以不属于集合 M,也即一个集合在某拓扑空间中的极限点,可以不在该集合中。

x 如果想要成为集合 M 的极限点,要求,∀ϵ>0(任给无穷小,open ball 的半径 radius),∃m∈M(总可以在集合 M 中找到),使得 m∈B(x,ϵ),

不妨考虑如下这样一种直观的例子,实数轴上 −r<x<r 的开区间内,当然也可将其视为集合,该集合的 limit point 显然就是两个端点(±r),分别以两个端点为圆心,以任意无限小半径(∀ϵ>0)画圆,总可以在内侧区域找到 ∃m∈M。

2. open ball 是 open sets 的证明

Proof that Open balls are Open sets

给定度量空间 (X,d),x∈X,r>0,构成一个 open ball,记为 B(x,r),此时需要证明的则是,B(x,r) 是一个 open set。

证明过程如下:

B(x,r)≠ϕ,在 B(x,r) 内选择一点 y(y∈B(x,r)),显然有 d(x,y)<r,不妨假定 d(x,y)=h,此时我们以 y 为中心点,以 r−h 为新的半径,构成 B(y,r−h)(因为 y 是任意变化的),取 z∈B(y,r−h),根据度量空间中的三角不等式性,有:

d(x,z)≤d(x,y)+d(y,z),d(x,y)=h,d(y,z)<r−h⇓d(x,z)<h+r−h=r

因此 z∈B(x,r),也即 B(y,r−h)⊂B(x,r),因此 y 是 B(x,r) 的一个内点(interior point),又因为 y 是 B(x,r) 内的任一点,则 B(x,r) 是一个 open set。

3. dense set

给定度量空间 (X,d),A⊂X,集合 A 是 dense set(密集)如果 ∀x∈X 是集合 A 的 limit point。

根据 limit point 的定义,也即 ∀r>0,总可以找到(∃a∈A),a∈B(x,r).

open ball、closed ball 与 open set、closed set(interior point,limit point)、dense set的更多相关文章

  1. Regular Ball Super Ball

    Description: Regular Ball Super Ball Create a class Ball. Ball objects should accept one argument fo ...

  2. HDU 5821 Ball (排序)

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5821 有n个盒子,每个盒子最多装一个球. 现在进行m次操作,每次操作可以将l到r之间盒子的球任意交换. ...

  3. HDU 5821 Ball (贪心)

    Ball 题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5821 Description ZZX has a sequence of boxes nu ...

  4. USACO 6.5 Closed Fences

    Closed Fences A closed fence in the plane is a set of non-crossing, connected line segments with N c ...

  5. NOI.ac模拟赛20181021 ball sequence color

    T1 ball 可以发现每次推动球时,是将每个球的位置 −1-1−1 ,然后把最左边的球放到 P−1P-1P−1 处. 记个 −1-1−1 次数,再用set维护就好了. #include <bi ...

  6. Case Closed?

    Finally, we'll want a way to test whether a file we've opened is closed. Sometimes we'll have a lot ...

  7. <<Differential Geometry of Curves and Surfaces>>笔记

    <Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I== ...

  8. hadoop常见问题汇集

    1 hadoop conf.addResource http://stackoverflow.com/questions/16017538/how-does-configuration-addreso ...

  9. <Differential Geometry of Curves and Surfaces>(by Manfredo P. do Carmo) Notes

    <Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I== ...

随机推荐

  1. Ubuntu 12.04使用演示

    今年年初,发布了Ubuntu 12.04(代号Precise Pangolin),但正式版预计将于2012年的4月底发布,作者对最新版本的ubuntu做了试用,先将操作视频与大家分享.更多内容请关注本 ...

  2. Redis学习笔记--Redis客户端(三)

    1.Redis客户端 1.1 Redis自带的客户端 (1)启动 启动客户端命令:[root@kwredis bin]# ./redis-cli -h 127.0.0.1 -p 6379 -h:指定访 ...

  3. jquery实现瀑布流效果

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  4. UVA 12075 Counting Triangles

    https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_probl ...

  5. django第三方库

    1. django_celery_beat 作用:网页端配置定时任务 注意:1,需要迁移表格 2.需要注册app python3 manage.py makemigrations python3 ma ...

  6. centos6.5 数据库的安装

    mongo https://www.cnblogs.com/layezi/p/7290082.html

  7. UVALive 5583 Dividing coins

    Dividing coins Time Limit: 3000ms Memory Limit: 131072KB This problem will be judged on UVALive. Ori ...

  8. 洛谷——P1498 南蛮图腾

    https://www.luogu.org/problem/show?pid=1498 题目描述 自从到了南蛮之地,孔明不仅把孟获收拾的服服帖帖,而且还发现了不少少数民族的智慧,他发现少数民族的图腾往 ...

  9. 通过一个案例彻底读懂10046 trace--字节级深入破解

    转载请注明出处:http://blog.csdn.net/guoyjoe/article/details/37840583 2014.7.23晚20:30 Oracle support组猫大师分享&l ...

  10. 雅黑PHP探针 For PHP7

    雅黑PHP探针 For PHP7资料来源: https://kn007.net/topics/yahei-php-probe-for-php7/在v0.4.7版本的基础上,修正了废弃函数及错误语法.使 ...