zoukankan      html  css  js  c++  java
  • 无限二等分[0,1]这个区间之后还剩下啥?what's left after dividing an unit interval [0,1] infinitely many times?

    Dividing an unit interval ([0,1]) into two equal subintervals by the midpoint (dfrac {0+1} {2}=dfrac {1} {2}), denote the left subinterval by (I_{1}=left[ 0,dfrac {1} {2^{1}} ight]), next, divide (I_{1}) into two equal parts by its midpoint, denote the left subinterval by (I_{2}=left[ 0,dfrac {1} {2^{2}} ight]). Keep repeating this procedure indefinitely, what's left in the end ? Since referred infinitely many times here, it seems impossible to image the end case, but we could actually 'see' it!
    Continue the process, obtaining a sequence of nested intervals$$I_{n}=left[ 0,dfrac {1} {2^{n}} ight], n = 1, 2, 3, ... $$Applying the nested intervals theorem there is only one point, one real number 0 contained in every (I_{n}), i.e. $$displaystyleigcap_{{n=1}}^{infty}left[ 0,dfrac {1} {2^{n}} ight]=left[ 0,0 ight]={0}$$
    In conclusion, the only thing left after infinitely many times of these dividing is a point. More general, we don't need to divide each interval equally to form that sequence of nested intervals, since the nested intervals theorem doesn't requires that.

  • 相关阅读:
    常用业务接口界面化 in python flask
    git命令中带有特殊符号如@
    生成唯一标识 字符串跟时间戳的结合
    MD5 in JAVA
    修改(同步)linux时间
    jenkins 从git拉取代码
    Git 默认不区分大小写
    postman也可以使用F12功能
    Session
    WebXML部署服务
  • 原文地址:https://www.cnblogs.com/iMath/p/6397330.html
Copyright © 2011-2022 走看看