A fine property of the non-empty countable dense-in-self set in the real line

 

Zujin Zhang

School of Mathematics and Computer Science,

Gannan Normal University

Ganzhou 341000, P.R. China

zhangzujin361@163.com

MSC2010: 26A03.

Keywords: Dense-in-self set; countable set.

Abstract:

Let $E\subset \bbR^1$ be non-empty, countable, dense-in-self, then we shall show that $\bar E\bs E$ is dense in $\bar E$.

1. Introduction and the main result

As is well-known, $\bbQ\subset\bbR^1$ is countable, dense-in-self (that is, $\bbQ\subset \bbQ'=\bbR^1$); and $\bbR^1\bs \bbQ$ is dense in $\bbR^1$.

We generalize this fact as

Theorem 1. Let $E\subset \bbR^1$ be non-empty, countable, dense-in-self, then $\bar E\bs E$ is dense in $\bar E$.

Before proving Theorem 1, let us recall several related definitions and facts.

Definition 2. A set $E$ is closed iff $E'\subset E$. A set $E$ is dense-in-self iff $E\subset E'$; that is, $E$ has no isolated points. A set $E$ is complete iff $E'=E$.

A well-known complete set is the Cantor set. Moreover, we have

Lemma 3 ([I.P. Natanson, Theory of functions of a real variable, Rivsed Edition, Translated by L.F. Boron, E. Hewitt, Vol. 1, Frederick Ungar Publishing Co., New York, 1961] P 51, Theorem 1). A non-empty complete set $E$ has power $c$; that is, there is a bijection between $E$ and $\bbR^1$.

Lemma 4 ([I.P. Natanson, Theory of functions of a real variable, Rivsed Edition, Translated by L.F. Boron, E. Hewitt, Vol. 1, Frederick Ungar Publishing Co., New York, 1961] P 49, Theorem 7). A complete set $E$ has the form

$$\bex E=\sex{\bigcup_{n\geq 1}(a_n,b_n)}^c, \eex$$

where $(a_i,b_i)$, $(a_j,b_j)$ ($i\neq j$) have no common points.

2. Proof of Theorem 1。

Since $E$ is dense-in-self, we have $E\subset E'$, $\bar E=E'$. Also, by the fact that $E''=E'$, we see $E'$ is complete, and has power $c$. Note that $E$ is countable, we deduce $E'\bs E\neq \vno$.

Now that $E'$ is complete, we see by Lemma 4,

$$\bex E'^c=\bigcup_{n\geq 1}(a_n,b_n). \eex$$

For $\forall\ x\in E'$, $\forall\ \delta>0$, we have

$$\bee\label{dec} [x-\delta,x+\delta]\cap E'=\sex{[x-\delta,x+\delta]\cap (E'\bs E)} \cup\sex{[x-\delta,x+\delta]\cap E}. \eee$$

By analyzing the complement of $[x-\delta,x+\delta]\cap (E'\bs E)$, we see $[x-\delta,x+\delta]\cap E'$ (minus $\sed{x-\delta}$ if $x-\delta$ equals some $a_n$, and minus $\sed{x+\delta}$ if $x+\delta$ equals some $b_n$) is compelete, thus has power $c$. Due to the fact that $E$ is countable, we deduce from \eqref{dec} that

$$\bex [x-\delta,x+\delta]\cap (E'\bs E)\neq \vno. \eex$$

This completes the proof of Theorem 1.

A fine property of the non-empty countable dense-in-self set in the real line的更多相关文章

  1. A fine property of the convective terms of axisymmetric MHD system, and a regularity criterion in terms of $\om^\tt$

    In [Zhang, Zujin; Yao, Zheng-an. 3D axisymmetric MHD system with regularity in the swirl component o ...

  2. Implement Property Value Validation in Code 在代码中实现属性值验证(XPO)

    This lesson explains how to set rules for business classes and their properties. These rules are val ...

  3. [翻译] Writing Property Editors 编写属性编辑器

    Writing Property Editors 编写属性编辑器   When you select a component in the designer its properties are di ...

  4. Python2.7.6标准库内建函数

        Built-in Functions     abs() divmod() input() open() staticmethod() all() enumerate() int() ord( ...

  5. python3.4 build in functions from 官方文档 翻译中

    2. Built-in Functions https://docs.python.org/3.4/library/functions.html?highlight=file The Python i ...

  6. python网络爬虫笔记(一)

    一.查询数据字典型数据 1.先说说dictionary查找和插入的速度极快,不会随着key的增加减慢速度,但是占用的内存大 2.list查找和插入的时间随着元素的增加而增加,但还是占用的空间小,内存浪 ...

  7. 【转】php容易犯错的10个地方

    原文地址: http://www.toptal.com/php/10-most-common-mistakes-php-programmers-make 译文地址:http://codecloud.n ...

  8. Practical Go: Real world advice for writing maintainable Go programs

    转自:https://dave.cheney.net/practical-go/presentations/qcon-china.html?from=timeline   1. Guiding pri ...

  9. .net两个对象比较,抛出不一样字段的结果

    现在应该经常用到记录操作日志,修改和新增必定涉及到两个实体的属性值的变动. 利用反射,将变动记录下来. 切记,类中的属性字段上面需要打上Description标签: 例如: /// <summa ...

随机推荐

  1. 使用docker swarm集群心得

    本片关于使用docker swarm 集群心得,也是一些经验吧!过程描述可能简单! 根据一些公司使用经历接收一下问题并针对问题作出应对策略 1.docker swarm集群 主节点数必须是单数,也就是 ...

  2. docker容器日志收集方案(方案二 filebeat+syslog本地日志收集)

    与方案一一样都是把日志输出到本地文件系统使用filebeat进行扫描采集 不同的是输出的位置是不一样的 我们对docker进行如下设置 sudo docker service update  --lo ...

  3. Spring boot admin 节点状态一直为DOWN的排查

    项目中需要监控各个微服务节点的健康状态,找到了spring boot admin这个全家桶监控工具,它其实是Vue.js美化过的Spring Boot Actuator,官方的解释是: codecen ...

  4. realm swift调研--草稿

    realm swift调研: After you have added the object to the Realm you can continue using it, and all chang ...

  5. 20 python 初学(logging模块)

    学习网站:https://www.cnblogs.com/yuanchenqi/articles/5732581.html logging 模块: # _author: lily # _date: 2 ...

  6. 在区块链上表白——使用C#将一句话放入比特币的区块链上

    最近在看区块链和比特币的知识,顺便简单研究了一下BitCoin的脚本语言,发现OP_RETURN这个命令可以在后面放入自己想说的内容,很多侧链啊,公证之类就是利用了这个特性,可以把一句话,或者一个哈希 ...

  7. gulp 自动ftp至服务器时,处理开发 测试服务器地址问题

    var gulp=require('gulp'), babel = require('gulp-babel'), gulpSequence = require('gulp-sequence'), ht ...

  8. Spring Security Oauth2 的配置

    使用oauth2保护你的应用,可以分为简易的分为三个步骤 配置资源服务器 配置认证服务器 配置spring security 前两点是oauth2的主体内容,但前面我已经描述过了,spring sec ...

  9. PyQt5基础应用一

    一.PyQt5基础   1.1 创建窗口 import sys from PyQt5.QtWidgets import QApplication, QWidget if __name__ == '__ ...

  10. mysql自动断开该连接解决方案

    mysql连接的空闲时间超过8小时后 MySQL自动断开该连接解决方案 作者: MySQL 的默认设置下,当一个连接的空闲时间超过8小时后,MySQL 就会断开该连接,而 c3p0 连接池则以为该被断 ...