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. 我的第一个python web开发框架(30)——定制ORM(六)

    在开发中,查询操作是使用最多的,而查询列表是其中之一,查询列表可分为分页查询和不分页查询(它们之间多了一次总记录数查询),还可以分为单表查询和多表关联查询,返回的结构体根据前端使用的表单框架不同而有所 ...

  2. Linux Collection:用户管理

    adduser 添加(新建)用户账户 $ sudo adduser username groups 添加组 $ groups username # 查看用户已有的组 $ groups username ...

  3. 【Python 08】汇率兑换2.0-1(字符串索引)

     1.案例描述 设计一个汇率换算程序,其功能是将人民币转换为美元,或者美元转换为人民币. 增加功能:根据输入判断是人民币还是美元,进行相应的转换计算. 2.案例分析 3.字符串 两个双引号或单引号括起 ...

  4. Linux:Day12(上) 进程

    内核的功用:进程管理.文件系统.网络功能.内存管理.驱动程序.安全功能 Process:运行中的程序的一个副本. 存在生命周期 Linux内核存储进程信息的固定格式 :task struct 多个任务 ...

  5. android 图片上传图片 报Socket: Broken pipe

    上传图片的时候报如下错误: 上传失败的原因是服务器限制了文件上传的大小.让服务端改一下配置文件就好了

  6. ksar、sar及相关内核知识点解析

    关键词:sar.sadc.ksar./proc/stat./proc/cpuinfo./proc/meminfo./proc/diskstats. 在之前有简单介绍过sar/ksar,最近在使用中感觉 ...

  7. 使用反射动态调用ActiveX控件

    使用反射动态调用ActiveX控件 袁永福 2018-3-2 ■■■■问题描述: 目前的基于.NET平台的软件研发中仍然存在大量的对COM及ActiveX控件的调用.使用C#调用ActiveX控件时一 ...

  8. python json库序列化支持中文

    import json d = {"name":"英雄无敌7"} res = json.dumps(d) # 打印res 会显示 {"name&quo ...

  9. element ui 时间 date 差一天

    let BirthdayYMD = common.formatDate(this.addForm.Dendline); this.addForm.Dendline = new Date(Birthda ...

  10. python获取list列表随机数据

    第一种方法(推荐)适用于随机取一个值, 返回一个值import randomlist1 = ['佛山', '南宁', '北海', '杭州', '南昌', '厦门', '温州']a = random.c ...