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.

  • 相关阅读:
    HDU1080(DP)
    hdu1059(多重背包优化)
    Codeforces Round #190 (Div. 2).D
    jQuery的安装
    JDBC-Statement,prepareStatement,CallableStatement的比较
    execute、executeQuery和executeUpdate之间的区别
    Word操作总结
    Excel 操作总结
    notepad 操作总结
    3.CSS使用基础(2)
  • 原文地址:https://www.cnblogs.com/iMath/p/6397330.html
Copyright © 2011-2022 走看看