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.

  • 相关阅读:
    flask-script插件
    狗书(flask基础)
    2018.1.18纪事
    py3.6 + xadmin的自学网站搭建
    使用selenium抓取淘宝的商品信息
    pyquery操作
    requests模块
    python3里的Urllib库
    随便写点
    How many ways?? HDU
  • 原文地址:https://www.cnblogs.com/iMath/p/6397330.html
Copyright © 2011-2022 走看看