fbpx
Wikipedia

Nested intervals

In mathematics, a sequence of nested intervals can be intuitively understood as an ordered collection of intervals on the real number line with natural numbers as an index. In order for a sequence of intervals to be considered nested intervals, two conditions have to be met:

  1. Every interval in the sequence is contained in the previous one ( is always a subset of ).
  2. The length of the intervals get arbitrarily small (meaning the length falls below every possible threshold after a certain index ).
4 members of a sequence of nested intervals

In other words, the left bound of the interval can only increase (), and the right bound can only decrease ().

Historically - long before anyone defined nested intervals in a textbook - people implicitly constructed such nestings for concrete calculation purposes. For example, the ancient Babylonians discovered a method for computing square roots of numbers. In contrast, the famed Archimedes constructed sequences of polygons, that inscribed and surcumscribed a unit circle, in order to get a lower and upper bound for the circles circumference - which is the circle number Pi ().

The central question to be posed is the nature of the intersection over all the natural numbers, or, put differently, the set of numbers, that are found in every Interval (thus, for all ). In modern mathematics, nested intervals are used as a construction method for the real numbers (in order to complete the field of rational numbers).

Historic motivation edit

As stated in the introduction, historic users of mathematics discovered the nesting of intervals and closely related algorithms as methods for specific calculations. Some variations and modern interpretations of these ancient techniques will be introduced here:

Computation of square roots edit

One intuitive algorithm is so easy to understand, that it could well be found by engaged high school students. When trying to find the square root of a number  , one can be certain that  , which gives the first interval  , in which   has to be found. If one knows the next higher perfect square  , one can get an even better candidate for the first interval:  .

The other intervals   can now be defined recursively by looking at the sequence of midpoints  . Given the interval   is already known (starting at  ), one can define

 

To put this into words, one can compare the midpoint of   to   in order to determine whether the midpoint is smaller or larger than  . If the midpoint is smaller, one can set it as the lower bound of the next interval  , and if the midpoint is larger, one can set it as the upper bound of the next interval. This guarantees that  . With this construction the intervals are nested and their length   get halved in every step of the recursion. Therefore, it is possible to get lower and upper bounds for   with arbitrarily good precision (given enough computational time).

One can also compute  , when  . In this case  , and the algorithm can be used by setting   and calculating the reciprocal after the desired level of precision has been acquired.

Example edit

To demonstrate this algorithm, here is an example of how it can be used to find the value of  . Note that since , the first interval for the algorithm can be defined as , since   must certainly found within this interval. Thus, using this interval, one can continue to the next step of the algorithm by calculating the midpoint of the interval, determining whether the square of the midpoint is greater than or less than 19, and setting the boundaries of the next interval accordingly before repeating the process:

 
Each time a new midpoint is calculated, the range of possible values for   is able to be constricted so that the values that remain within the interval are closer and closer to the actual value of  . That is to say, each successive change in the bounds of the interval within which    must lie allows the value of   to be estimated with a greater precision, either by increasing the lower bounds of the interval or decreasing the upper bounds of the interval.
This procedure can be repeated as many times as needed to attain the desired level of precision. Theoretically, by repeating the steps indefinitely, one can arrive at the true value of this square root.

Herons method edit

The Babylonian method uses an even more efficient algorithm that yields accurate approximations of   for an   even faster. The modern description using nested intervals is similar to the algorithm above, but instead of using a sequence of midpoints, one uses a sequence   given by

 .

This results in a sequence of intervals given by   and  , where  , will provide accurate upper and lower bounds for   very fast. In practice, only   has to be considered, which converges to   (as does of course the lower interval bound). This algorithm is a special case of Newton's method.

Archimedes' circle measurement edit

 
π can be estimated by computing the perimeters of circumscribed and inscribed polygons.

As shown in the image, lower and upper bounds for the circumference of a circle can be obtained with inscribed and circumscribed regular polygons. When examining a circle with diameter  , the circumference is (by definition of Pi) the circle number  .

Around 250 BCE Archimedes of Syracuse started with regular hexagons, whose side lengths (and therefore circumference) can be directly calculated from the circle diameter. Furthermore, a way to compute the side length of a regular  -gon from the previous  -gon can be found, starting at the regular hexagon ( -gon). By successively doubling the number of edges until reaching 96-sided polygons, Archimedes reached an interval with  . The upper bound   is still often used as a rough, but pragmatic approximation of  .

Around the year 1600 CE, Archimedes' method was still the gold standard for calculating Pi and was used by Dutch mathematician Ludolph van Ceulen, to compute more than thirty digits of  , which took him decades. Soon after, more powerful methods for the computation were found.

Other implementations edit

Early uses of sequences of nested intervals (or can be described as such with modern mathematics), can be found in the predecessors of calculus (differentiation and integration). In computer science, sequences of nested intervals is used in algorithms for numerical computation. I.e. the Bisection method can be used for calculating the roots of continuous functions. In contrast to mathematically infinite sequences, an applied computational algorithm terminates at some point, when the desired zero has been found or sufficiently well approximated.

The construction of the real numbers edit

In mathematical analysis, nested intervals provide one method of axiomatically introducing the real numbers as the completion of the rational numbers, being a necessity for discussing the concepts of continuity and differentiability. Historically, Isaac Newton's and Gottfried Wilhelm Leibniz's discovery of differential and integral calculus from the late 1600s has posed a huge challenge for mathematicians trying to prove their methods rigorously; despite their success in physics, engineering and other sciences. The axiomatic description of nested intervals (or an equivalent axiom) has become an important foundation for the modern understanding of calculus.

In the context of this article,   in conjunction with   and   is an Archimedean ordered field, meaning the axioms of order and the Archimedean property hold.

Definition[1] edit

Let   be a sequence of closed intervals of the type  , where   denotes the length of such an interval. One can call   a sequence of nested intervals, if

  1.  
  2.  .

Put into words, property 1 means, that the intervals are nested according to their index. The second property formalizes the notion, that interval sizes get arbitrarily small; meaning, that for an arbitrary constant   one can always find an interval (with index  ) with a length strictly smaller than that number  . It is also worth noting that property 1 immediately implies that every interval with an index   must also have a length  .

Remark edit

Note that some authors refer to such interval-sequences, satisfying both properties above, as shrinking nested intervals. In this case a sequence of nested intervals refers to a sequence that only satisfies property 1.

Axiom of completeness edit

If   is a sequence of nested intervals, there always exists a real number, that is contained in every interval  . In formal notation this axiom guarantees, that

 .

Theorem edit

The intersection of each sequence   of nested intervals contains exactly one real number  .

Proof: This statement can easily be verified by contradiction. Assume that there exist two different numbers  . From   it follows, that they differ by   Since both numbers have to be contained in every interval, it follows that   for all  . This contradicts property 2 from the definition of nested intervals; therefore, the intersection can contain at most one number  . The completeness axiom guarantees, that such a real number   exists.  

Notes edit

  • This axiom is fundamental in the sense that a sequence of nested intervals does not necessarily contain a rational number - meaning that   could yield  , if only considering the rationals.
  • The axiom is equivalent to the existence of the infimum and supremum (proof below), the convergence of Cauchy sequences and the Bolzano–Weierstrass theorem. This means that one of the four has to be introduced axiomatically, while the other three can be successively proven.

Direct consequences of the axiom edit

Existence of roots edit

By generalizing the algorithm shown above for square roots, one can prove that in the real numbers, the equation   can always be solved for  . This means there exists a unique real number  , such that  . Comparing to the section above, one achieves a sequence of nested intervals for the  -th root of  , namely  , by looking at whether the midpoint   of the  -th interval is lower or equal or greater than  .

Existence of infimum and supremum in bounded Sets edit

Definition edit

If   has an upper bound, i.e. there exists a number  , such that   for all  , one can call the number   the supremum of  , if

  1. the number   is an upper bound of  , meaning  
  2.   is the least upper bound of  , meaning  

Only one such number   can exist. Analogously one can define the infimum ( ) of a set  , that is bounded from below, as the greatest lower bound of that set.

Theorem edit

Each set   has a supremum (infimum), if it is bounded from above (below).

Proof: Without loss of generality one can look at a set   that has an upper bound. One can now construct a sequence   of nested intervals  , that has the following two properties:

  1.   is an upper bound of   for all  
  2.   is never an upper bound of   for any  .

The construction follows a recursion by starting with any number  , that is not an upper bound (e.g.  , where   and an arbitrary upper bound   of  ). Given   for some   one can compute the midpoint   and define

 

Note that this interval sequence is well defined and obviously a sequence of nested intervals by construction.

Now let   be the number in every interval (whose existence is guaranteed by the axiom).   is an upper bound of  , otherwise there exists a number  , such that  . Furthermore, this would imply the existence of an interval   with  , from which   follows, due to   also being an element of  . But this is a contradiction to property 1 of the supremum (meaning   for all  ). Therefore   is in fact an upper bound of  .

Assume that there exists a lower upper bound   of  . Since   is a sequence of nested intervals, the interval lengths get arbitrarily small; in particular, there exists an interval with a length smaller than  . But from   one gets   and therefore  . Following the rules of this construction,   would have to be an upper bound of  , contradicting property 2 of all sequences of nested intervals.

In two steps, it has been shown that   is an upper bound of   and that a lower upper bound cannot exist. Therefore   is the supremum of   by definition.

Remark edit

As was seen, the existence of suprema and infima of bounded sets is a consequence of the completeness of  . In effect the two are actually equivalent, meaning that either of the two can be introduced axiomatically.

Proof: Let   with   be a sequence of nested intervals. Then the set   is bounded from above, where every   is an upper bound. This implies, that the least upper bound   fulfills   for all  . Therefore   for all  , respectively  .

Further consequences edit

After formally defining the convergence of sequences and accumulation points of sequences, one can also prove the Bolzano–Weierstrass theorem using nested intervals. In a follow-up, the fact, that Cauchy sequences are convergent (and that all convergent sequences are Cauchy sequences) can be proven. This in turn allows for a proof of the completeness property above, showing their equivalence.

Further discussion of related aspects edit

Without any specifying what is meant by interval, all that can be said about the intersection   over all the naturals (i.e. the set of all points common to each interval) is that it is either the empty set  , a point on the number line (called a singleton  ), or some interval.

The possibility of an empty intersection can be illustrated by looking at a sequence of open intervals  .

In this case, the empty set   results from the intersection  . This result comes from the fact that, for any number   there exists some value of   (namely any  ), such that  . This is given by the Archimedean property of the real numbers. Therefore, no matter how small  , one can always find intervals   in the sequence, such that   implying that the intersection has to be empty.

The situation is different for closed intervals. If one changes the situation above by looking at closed intervals of the type  , one can see this very clearly. Now for each   one still can always find intervals not containing said  , but for  , the property   holds true for any  . One can conclude that, in this case,  .

One can also consider the complement of each interval, written as   - which, in our last example, is  . By De Morgan's laws, the complement of the intersection is a union of two disjoint open sets. By the connectedness of the real line there must be something between them. This shows that the intersection of (even an uncountable number of) nested, closed, and bounded intervals is nonempty.

Higher dimensions edit

In two dimensions there is a similar result: nested closed disks in the plane must have a common intersection. This result was shown by Hermann Weyl to classify the singular behaviour of certain differential equations.

See also edit


References edit

  1. ^ Königsberger, Konrad (2004). Analysis 1. Springer. p. 11. ISBN 354040371X.
  • Fridy, J. A. (2000), "3.3 The Nested Intervals Theorem", Introductory Analysis: The Theory of Calculus, Academic Press, p. 29, ISBN 9780122676550.
  • Shilov, Georgi E. (2012), "1.8 The Principle of Nested Intervals", Elementary Real and Complex Analysis, Dover Books on Mathematics, Courier Dover Publications, pp. 21–22, ISBN 9780486135007.
  • Sohrab, Houshang H. (2003), "Theorem 2.1.5 (Nested Intervals Theorem)", Basic Real Analysis, Springer, p. 45, ISBN 9780817642112.
  • Königsberger, Konrad (2003), "2.3 Die Vollständigkeit von R (the completeness of the real numbers)", Analysis 1, 6. Auflage (6th edition), Springer-Lehrbuch, Springer, p. 10-15, doi:10.1007/978-3-642-18490-1, ISBN 9783642184901

nested, intervals, mathematics, sequence, nested, intervals, intuitively, understood, ordered, collection, intervals, displaystyle, real, number, line, with, natural, numbers, displaystyle, dots, index, order, sequence, intervals, considered, nested, intervals. In mathematics a sequence of nested intervals can be intuitively understood as an ordered collection of intervals I n displaystyle I n on the real number line with natural numbers n 1 2 3 displaystyle n 1 2 3 dots as an index In order for a sequence of intervals to be considered nested intervals two conditions have to be met Every interval in the sequence is contained in the previous one I n 1 displaystyle I n 1 is always a subset of I n displaystyle I n The length of the intervals get arbitrarily small meaning the length falls below every possible threshold e displaystyle varepsilon after a certain index N displaystyle N 4 members of a sequence of nested intervals In other words the left bound of the interval I n displaystyle I n can only increase a n 1 a n displaystyle a n 1 geq a n and the right bound can only decrease b n 1 b n displaystyle b n 1 leq b n Historically long before anyone defined nested intervals in a textbook people implicitly constructed such nestings for concrete calculation purposes For example the ancient Babylonians discovered a method for computing square roots of numbers In contrast the famed Archimedes constructed sequences of polygons that inscribed and surcumscribed a unit circle in order to get a lower and upper bound for the circles circumference which is the circle number Pi p displaystyle pi The central question to be posed is the nature of the intersection over all the natural numbers or put differently the set of numbers that are found in every Interval I n displaystyle I n thus for all n N displaystyle n in mathbb N In modern mathematics nested intervals are used as a construction method for the real numbers in order to complete the field of rational numbers Contents 1 Historic motivation 1 1 Computation of square roots 1 1 1 Example 1 1 2 Herons method 1 2 Archimedes circle measurement 1 3 Other implementations 2 The construction of the real numbers 2 1 Definition 1 2 1 1 Remark 2 2 Axiom of completeness 2 2 1 Theorem 2 2 2 Notes 3 Direct consequences of the axiom 3 1 Existence of roots 3 2 Existence of infimum and supremum in bounded Sets 3 2 1 Definition 3 2 2 Theorem 3 2 3 Remark 3 3 Further consequences 4 Further discussion of related aspects 5 Higher dimensions 6 See also 7 ReferencesHistoric motivation editAs stated in the introduction historic users of mathematics discovered the nesting of intervals and closely related algorithms as methods for specific calculations Some variations and modern interpretations of these ancient techniques will be introduced here Computation of square roots edit One intuitive algorithm is so easy to understand that it could well be found by engaged high school students When trying to find the square root of a number x gt 1 displaystyle x gt 1 nbsp one can be certain that 1 x x displaystyle 1 leq sqrt x leq x nbsp which gives the first interval I 1 1 x displaystyle I 1 1 x nbsp in which x displaystyle x nbsp has to be found If one knows the next higher perfect square k 2 gt x displaystyle k 2 gt x nbsp one can get an even better candidate for the first interval I 1 1 k displaystyle I 1 1 k nbsp The other intervals I n a n b n n N displaystyle I n a n b n n in mathbb N nbsp can now be defined recursively by looking at the sequence of midpoints m n a n b n 2 displaystyle m n frac a n b n 2 nbsp Given the interval I n displaystyle I n nbsp is already known starting at I 1 displaystyle I 1 nbsp one can define I n 1 m n b n if m n 2 x a n m n if m n 2 gt x displaystyle I n 1 left begin matrix left m n b n right amp amp text if m n 2 leq x left a n m n right amp amp text if m n 2 gt x end matrix right nbsp To put this into words one can compare the midpoint of I n displaystyle I n nbsp to x displaystyle sqrt x nbsp in order to determine whether the midpoint is smaller or larger than x displaystyle sqrt x nbsp If the midpoint is smaller one can set it as the lower bound of the next interval I n 1 displaystyle I n 1 nbsp and if the midpoint is larger one can set it as the upper bound of the next interval This guarantees that x I n 1 displaystyle sqrt x in I n 1 nbsp With this construction the intervals are nested and their length I n displaystyle I n nbsp get halved in every step of the recursion Therefore it is possible to get lower and upper bounds for x displaystyle sqrt x nbsp with arbitrarily good precision given enough computational time One can also compute y displaystyle sqrt y nbsp when 0 lt y lt 1 displaystyle 0 lt y lt 1 nbsp In this case 1 y gt 1 displaystyle 1 y gt 1 nbsp and the algorithm can be used by setting x 1 y displaystyle x 1 y nbsp and calculating the reciprocal after the desired level of precision has been acquired Example edit To demonstrate this algorithm here is an example of how it can be used to find the value of 19 displaystyle sqrt 19 nbsp Note that since1 2 lt 19 lt 5 2 displaystyle 1 2 lt 19 lt 5 2 nbsp the first interval for the algorithm can be defined asI 1 1 5 displaystyle I 1 1 5 nbsp since 19 displaystyle sqrt 19 nbsp must certainly found within this interval Thus using this interval one can continue to the next step of the algorithm by calculating the midpoint of the interval determining whether the square of the midpoint is greater than or less than 19 and setting the boundaries of the next interval accordingly before repeating the process m 1 1 5 2 3 m 1 2 9 19 I 2 3 5 m 2 3 5 2 4 m 2 2 16 19 I 3 4 5 m 3 4 5 2 4 5 m 3 2 20 25 gt 19 I 4 4 4 5 m 4 4 4 5 2 4 25 m 4 2 18 0625 19 I 5 4 25 4 5 m 5 4 25 4 5 2 4 375 m 5 2 19 140625 gt 19 I 5 4 25 4 375 displaystyle begin aligned m 1 amp dfrac 1 5 2 3 amp amp Rightarrow m 1 2 9 leq 19 amp amp Rightarrow I 2 3 5 m 2 amp dfrac 3 5 2 4 amp amp Rightarrow m 2 2 16 leq 19 amp amp Rightarrow I 3 4 5 m 3 amp dfrac 4 5 2 4 5 amp amp Rightarrow m 3 2 20 25 gt 19 amp amp Rightarrow I 4 4 4 5 m 4 amp dfrac 4 4 5 2 4 25 amp amp Rightarrow m 4 2 18 0625 leq 19 amp amp Rightarrow I 5 4 25 4 5 m 5 amp dfrac 4 25 4 5 2 4 375 amp amp Rightarrow m 5 2 19 140625 gt 19 amp amp Rightarrow I 5 4 25 4 375 amp vdots amp amp end aligned nbsp Each time a new midpoint is calculated the range of possible values for 19 displaystyle sqrt 19 nbsp is able to be constricted so that the values that remain within the interval are closer and closer to the actual value of 19 4 35889894 displaystyle sqrt 19 4 35889894 dots nbsp That is to say each successive change in the bounds of the interval within which 19 displaystyle sqrt 19 nbsp must lie allows the value of 19 displaystyle sqrt 19 nbsp to be estimated with a greater precision either by increasing the lower bounds of the interval or decreasing the upper bounds of the interval This procedure can be repeated as many times as needed to attain the desired level of precision Theoretically by repeating the steps indefinitely one can arrive at the true value of this square root Herons method edit The Babylonian method uses an even more efficient algorithm that yields accurate approximations of x displaystyle sqrt x nbsp for an x gt 0 displaystyle x gt 0 nbsp even faster The modern description using nested intervals is similar to the algorithm above but instead of using a sequence of midpoints one uses a sequence c n n N displaystyle c n n in mathbb N nbsp given by c n 1 1 2 c n x c n displaystyle c n 1 frac 1 2 cdot left c n frac x c n right nbsp This results in a sequence of intervals given by I n 1 x c n c n displaystyle I n 1 left frac x c n c n right nbsp and I 1 0 k displaystyle I 1 0 k nbsp where k 2 gt x displaystyle k 2 gt x nbsp will provide accurate upper and lower bounds for x displaystyle sqrt x nbsp very fast In practice only c n displaystyle c n nbsp has to be considered which converges to x displaystyle sqrt x nbsp as does of course the lower interval bound This algorithm is a special case of Newton s method Archimedes circle measurement edit Further information Pi Polygon approximation era nbsp p can be estimated by computing the perimeters of circumscribed and inscribed polygons As shown in the image lower and upper bounds for the circumference of a circle can be obtained with inscribed and circumscribed regular polygons When examining a circle with diameter 1 displaystyle 1 nbsp the circumference is by definition of Pi the circle number p displaystyle pi nbsp Around 250 BCE Archimedes of Syracuse started with regular hexagons whose side lengths and therefore circumference can be directly calculated from the circle diameter Furthermore a way to compute the side length of a regular 2 n displaystyle 2n nbsp gon from the previous n displaystyle n nbsp gon can be found starting at the regular hexagon 6 displaystyle 6 nbsp gon By successively doubling the number of edges until reaching 96 sided polygons Archimedes reached an interval with 223 71 lt p lt 22 7 displaystyle tfrac 223 71 lt pi lt tfrac 22 7 nbsp The upper bound 22 7 3 143 displaystyle 22 7 approx 3 143 nbsp is still often used as a rough but pragmatic approximation of p displaystyle pi nbsp Around the year 1600 CE Archimedes method was still the gold standard for calculating Pi and was used by Dutch mathematician Ludolph van Ceulen to compute more than thirty digits of p displaystyle pi nbsp which took him decades Soon after more powerful methods for the computation were found Other implementations edit Early uses of sequences of nested intervals or can be described as such with modern mathematics can be found in the predecessors of calculus differentiation and integration In computer science sequences of nested intervals is used in algorithms for numerical computation I e the Bisection method can be used for calculating the roots of continuous functions In contrast to mathematically infinite sequences an applied computational algorithm terminates at some point when the desired zero has been found or sufficiently well approximated The construction of the real numbers editIn mathematical analysis nested intervals provide one method of axiomatically introducing the real numbers as the completion of the rational numbers being a necessity for discussing the concepts of continuity and differentiability Historically Isaac Newton s and Gottfried Wilhelm Leibniz s discovery of differential and integral calculus from the late 1600s has posed a huge challenge for mathematicians trying to prove their methods rigorously despite their success in physics engineering and other sciences The axiomatic description of nested intervals or an equivalent axiom has become an important foundation for the modern understanding of calculus In the context of this article R displaystyle mathbb R nbsp in conjunction with displaystyle nbsp and displaystyle cdot nbsp is an Archimedean ordered field meaning the axioms of order and the Archimedean property hold Definition 1 edit Let I n n N displaystyle I n n in mathbb N nbsp be a sequence of closed intervals of the type I n a n b n displaystyle I n a n b n nbsp where I n b n a n displaystyle I n b n a n nbsp denotes the length of such an interval One can call I n n N displaystyle I n n in mathbb N nbsp a sequence of nested intervals if n N I n 1 I n displaystyle quad forall n in mathbb N I n 1 subseteq I n nbsp e gt 0 N N I N lt e displaystyle quad forall varepsilon gt 0 exists N in mathbb N I N lt varepsilon nbsp Put into words property 1 means that the intervals are nested according to their index The second property formalizes the notion that interval sizes get arbitrarily small meaning that for an arbitrary constant e gt 0 displaystyle varepsilon gt 0 nbsp one can always find an interval with index N displaystyle N nbsp with a length strictly smaller than that number e displaystyle varepsilon nbsp It is also worth noting that property 1 immediately implies that every interval with an index n N displaystyle n geq N nbsp must also have a length I n lt e displaystyle I n lt varepsilon nbsp Remark edit Note that some authors refer to such interval sequences satisfying both properties above as shrinking nested intervals In this case a sequence of nested intervals refers to a sequence that only satisfies property 1 Axiom of completeness edit If I n n N displaystyle I n n in mathbb N nbsp is a sequence of nested intervals there always exists a real number that is contained in every interval I n displaystyle I n nbsp In formal notation this axiom guarantees that x R x n N I n displaystyle exists x in mathbb R x in bigcap n in mathbb N I n nbsp Theorem edit The intersection of each sequence I n n N displaystyle I n n in mathbb N nbsp of nested intervals contains exactly one real number x displaystyle x nbsp Proof This statement can easily be verified by contradiction Assume that there exist two different numbers x y n N I n displaystyle x y in cap n in mathbb N I n nbsp From x y displaystyle x neq y nbsp it follows that they differ by x y gt 0 displaystyle x y gt 0 nbsp Since both numbers have to be contained in every interval it follows that I n x y displaystyle I n geq x y nbsp for all n N displaystyle n in mathbb N nbsp This contradicts property 2 from the definition of nested intervals therefore the intersection can contain at most one number x displaystyle x nbsp The completeness axiom guarantees that such a real number x displaystyle x nbsp exists displaystyle square nbsp Notes edit This axiom is fundamental in the sense that a sequence of nested intervals does not necessarily contain a rational number meaning that n N I n displaystyle cap n in mathbb N I n nbsp could yield displaystyle emptyset nbsp if only considering the rationals The axiom is equivalent to the existence of the infimum and supremum proof below the convergence of Cauchy sequences and the Bolzano Weierstrass theorem This means that one of the four has to be introduced axiomatically while the other three can be successively proven Direct consequences of the axiom editExistence of roots edit By generalizing the algorithm shown above for square roots one can prove that in the real numbers the equation x y j j N x gt 0 displaystyle x y j j in mathbb N x gt 0 nbsp can always be solved for y x j x 1 j displaystyle y sqrt j x x 1 j nbsp This means there exists a unique real number y gt 0 displaystyle y gt 0 nbsp such that x y k displaystyle x y k nbsp Comparing to the section above one achieves a sequence of nested intervals for the k displaystyle k nbsp th root of x displaystyle x nbsp namely y displaystyle y nbsp by looking at whether the midpoint m n displaystyle m n nbsp of the n displaystyle n nbsp th interval is lower or equal or greater than m n k displaystyle m n k nbsp Existence of infimum and supremum in bounded Sets edit Definition edit If A R displaystyle A subset mathbb R nbsp has an upper bound i e there exists a number b displaystyle b nbsp such that x b displaystyle x leq b nbsp for all x A displaystyle x in A nbsp one can call the number s sup A displaystyle s sup A nbsp the supremum of A displaystyle A nbsp if the number s displaystyle s nbsp is an upper bound of A displaystyle A nbsp meaning x A x s displaystyle forall x in A x leq s nbsp s displaystyle s nbsp is the least upper bound of A displaystyle A nbsp meaning s lt s x A x gt s displaystyle forall sigma lt s exists x in A x gt sigma nbsp Only one such number s displaystyle s nbsp can exist Analogously one can define the infimum inf B displaystyle inf B nbsp of a set B R displaystyle B subset mathbb R nbsp that is bounded from below as the greatest lower bound of that set Theorem edit Each set A R displaystyle A subset mathbb R nbsp has a supremum infimum if it is bounded from above below Proof Without loss of generality one can look at a set A R displaystyle A subset mathbb R nbsp that has an upper bound One can now construct a sequence I n n N displaystyle I n n in mathbb N nbsp of nested intervals I n a n b n displaystyle I n a n b n nbsp that has the following two properties b n displaystyle b n nbsp is an upper bound of A displaystyle A nbsp for all n N displaystyle n in mathbb N nbsp a n displaystyle a n nbsp is never an upper bound of A displaystyle A nbsp for any n N displaystyle n in mathbb N nbsp The construction follows a recursion by starting with any number a 1 displaystyle a 1 nbsp that is not an upper bound e g a 1 c 1 displaystyle a 1 c 1 nbsp where c A displaystyle c in A nbsp and an arbitrary upper bound b 1 displaystyle b 1 nbsp of A displaystyle A nbsp Given I n a n b n displaystyle I n a n b n nbsp for some n N displaystyle n in mathbb N nbsp one can compute the midpoint m n a n b n 2 displaystyle m n frac a n b n 2 nbsp and define I n 1 a n m n if m n is an upper bound of A m n b n if m n is not an upper bound displaystyle I n 1 left begin matrix left a n m n right amp amp text if m n text is an upper bound of A left m n b n right amp amp text if m n text is not an upper bound end matrix right nbsp Note that this interval sequence is well defined and obviously a sequence of nested intervals by construction Now let s displaystyle s nbsp be the number in every interval whose existence is guaranteed by the axiom s displaystyle s nbsp is an upper bound of A displaystyle A nbsp otherwise there exists a number x A displaystyle x in A nbsp such that x gt s displaystyle x gt s nbsp Furthermore this would imply the existence of an interval I m a m b m displaystyle I m a m b m nbsp with b m a m lt x s displaystyle b m a m lt x s nbsp from which b m s lt x s displaystyle b m s lt x s nbsp follows due to s displaystyle s nbsp also being an element of I m displaystyle I m nbsp But this is a contradiction to property 1 of the supremum meaning b m lt s displaystyle b m lt s nbsp for all m N displaystyle m in mathbb N nbsp Therefore s displaystyle s nbsp is in fact an upper bound of A displaystyle A nbsp Assume that there exists a lower upper bound s lt s displaystyle sigma lt s nbsp of A displaystyle A nbsp Since I n n N displaystyle I n n in mathbb N nbsp is a sequence of nested intervals the interval lengths get arbitrarily small in particular there exists an interval with a length smaller than s s displaystyle s sigma nbsp But from s I n displaystyle s in I n nbsp one gets s a n lt s s displaystyle s a n lt s sigma nbsp and therefore a n gt s displaystyle a n gt sigma nbsp Following the rules of this construction a n displaystyle a n nbsp would have to be an upper bound of A displaystyle A nbsp contradicting property 2 of all sequences of nested intervals In two steps it has been shown that s displaystyle s nbsp is an upper bound of A displaystyle A nbsp and that a lower upper bound cannot exist Therefore s displaystyle s nbsp is the supremum of A displaystyle A nbsp by definition Remark edit As was seen the existence of suprema and infima of bounded sets is a consequence of the completeness of R displaystyle mathbb R nbsp In effect the two are actually equivalent meaning that either of the two can be introduced axiomatically Proof Let I n n N displaystyle I n n in mathbb N nbsp with I n a n b n displaystyle I n a n b n nbsp be a sequence of nested intervals Then the set A a 1 a 2 displaystyle A a 1 a 2 dots nbsp is bounded from above where every b n displaystyle b n nbsp is an upper bound This implies that the least upper bound s sup A displaystyle s sup A nbsp fulfills a n s b n displaystyle a n leq s leq b n nbsp for all n N displaystyle n in mathbb N nbsp Therefore s I n displaystyle s in I n nbsp for all n N displaystyle n in mathbb N nbsp respectively s n N I n displaystyle s in cap n in mathbb N I n nbsp Further consequences edit After formally defining the convergence of sequences and accumulation points of sequences one can also prove the Bolzano Weierstrass theorem using nested intervals In a follow up the fact that Cauchy sequences are convergent and that all convergent sequences are Cauchy sequences can be proven This in turn allows for a proof of the completeness property above showing their equivalence Further discussion of related aspects editWithout any specifying what is meant by interval all that can be said about the intersection n N I n displaystyle cap n in mathbb N I n nbsp over all the naturals i e the set of all points common to each interval is that it is either the empty set displaystyle emptyset nbsp a point on the number line called a singleton x displaystyle x nbsp or some interval The possibility of an empty intersection can be illustrated by looking at a sequence of open intervals I n 0 1 n x R 0 lt x lt 1 n displaystyle I n left 0 frac 1 n right left x in mathbb R 0 lt x lt frac 1 n right nbsp In this case the empty set displaystyle emptyset nbsp results from the intersection n N I n displaystyle cap n in mathbb N I n nbsp This result comes from the fact that for any number x gt 0 displaystyle x gt 0 nbsp there exists some value of n N displaystyle n in mathbb N nbsp namely any n gt 1 x displaystyle n gt 1 x nbsp such that 1 n lt x displaystyle 1 n lt x nbsp This is given by the Archimedean property of the real numbers Therefore no matter how small x gt 0 displaystyle x gt 0 nbsp one can always find intervals I n displaystyle I n nbsp in the sequence such that x I n displaystyle x notin I n nbsp implying that the intersection has to be empty The situation is different for closed intervals If one changes the situation above by looking at closed intervals of the type I n 0 1 n x R 0 x 1 n displaystyle I n left 0 frac 1 n right left x in mathbb R 0 leq x leq frac 1 n right nbsp one can see this very clearly Now for each x gt 0 displaystyle x gt 0 nbsp one still can always find intervals not containing said x displaystyle x nbsp but for x 0 displaystyle x 0 nbsp the property 0 x 1 n displaystyle 0 leq x leq 1 n nbsp holds true for any n N displaystyle n in mathbb N nbsp One can conclude that in this case n N I n 0 displaystyle cap n in mathbb N I n 0 nbsp One can also consider the complement of each interval written as a n b n displaystyle infty a n cup b n infty nbsp which in our last example is 0 1 n displaystyle infty 0 cup 1 n infty nbsp By De Morgan s laws the complement of the intersection is a union of two disjoint open sets By the connectedness of the real line there must be something between them This shows that the intersection of even an uncountable number of nested closed and bounded intervals is nonempty Higher dimensions editIn two dimensions there is a similar result nested closed disks in the plane must have a common intersection This result was shown by Hermann Weyl to classify the singular behaviour of certain differential equations See also editBisection Cantor s intersection theoremReferences edit Konigsberger Konrad 2004 Analysis 1 Springer p 11 ISBN 354040371X Fridy J A 2000 3 3 The Nested Intervals Theorem Introductory Analysis The Theory of Calculus Academic Press p 29 ISBN 9780122676550 Shilov Georgi E 2012 1 8 The Principle of Nested Intervals Elementary Real and Complex Analysis Dover Books on Mathematics Courier Dover Publications pp 21 22 ISBN 9780486135007 Sohrab Houshang H 2003 Theorem 2 1 5 Nested Intervals Theorem Basic Real Analysis Springer p 45 ISBN 9780817642112 Konigsberger Konrad 2003 2 3 Die Vollstandigkeit von R the completeness of the real numbers Analysis 1 6 Auflage 6th edition Springer Lehrbuch Springer p 10 15 doi 10 1007 978 3 642 18490 1 ISBN 9783642184901 Retrieved from https en wikipedia org w index php title Nested intervals amp oldid 1130151826, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.