nested intervals
{{Short description|Ranges of numbers contained in each other}}
File:Illustration nested intervals.svg
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:
- Every interval in the sequence is contained in the previous one ( is always a subset of ).
- The length of the intervals get arbitrarily small (meaning the length falls below every possible threshold after a certain index ).
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 circumscribed 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
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=
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
:
\left[m_n, b_n\right] && \text{if}\;\; m_n^2 \leq x \\
\left[a_n, m_n\right] && \text{if}\;\; m_n^2 > x
\end{matrix}\right.
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
==Example==
To demonstrate this algorithm, here is an example of how it can be used to find the value of
:
m_1&=\dfrac{1+5}{2}=3 &&\Rightarrow\; m_1^2=9 \leq 19 &&\Rightarrow\; I_2=[3, 5]\\
m_2&=\dfrac{3+5}{2}=4 &&\Rightarrow\; m_2^2=16 \leq 19 &&\Rightarrow\; I_3=[4, 5]\\
m_3&=\dfrac{4+5}{2}=4.5 &&\Rightarrow\; m_3^2=20.25 > 19 &&\Rightarrow\; I_4=[4, 4.5]\\
m_4&=\dfrac{4+4.5}{2}=4.25 &&\Rightarrow\; m_4^2=18.0625 \leq 19 &&\Rightarrow\; I_5=[4.25, 4.5]\\
m_5&=\dfrac{4.25+4.5}{2}=4.375 &&\Rightarrow\; m_5^2=19.140625 > 19 &&\Rightarrow\; I_5=[4.25, 4.375]\\
&\vdots & &
\end{aligned}
: Each time a new midpoint is calculated, the range of possible values for
:
: 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==
The Babylonian method uses an even more efficient algorithm that yields accurate approximations of
:
This results in a sequence of intervals given by
=Archimedes' circle measurement=
{{further|Pi#Polygon approximation era}}
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
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
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
=Other implementations=
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. E.g. 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
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,
=Definition=
Let
\quad \forall n \in \mathbb{N}: \;\; I_{n+1} \subseteq I_n \quad \forall \varepsilon > 0 \; \exists N\in\mathbb{N}: \;\; |I_N| < \varepsilon .
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
==Remark==
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=
If
:
==Theorem==
The intersection of each sequence
Proof: This statement can easily be verified by contradiction. Assume that there exist two different numbers
==Notes==
- This axiom is fundamental in the sense that a sequence of nested intervals does not necessarily contain a rational number - meaning that
\cap_{n\in\mathbb{N}}I_n could yield\emptyset , 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
=Existence of roots=
By generalizing the algorithm shown above for square roots, one can prove that in the real numbers, the equation
=Existence of infimum and supremum in bounded sets=
==Definition==
If
- the number
s is an upper bound ofA , meaning\forall x \in A: \; x\leq s s is the least upper bound ofA , meaning\forall \sigma < s : \; \exists x\in A: \; x >\sigma
Only one such number
==Theorem==
Each set
Proof: Without loss of generality one can look at a set
b_n is an upper bound ofA for alln\in\mathbb{N} a_n is never an upper bound ofA for anyn\in\mathbb{N} .
The construction follows a recursion by starting with any number
:
\left[a_n, m_n\right] && \text{if}\; m_n \;\text{is an upper bound of}\; A \\
\left[m_n, b_n\right] && \text{if}\; m_n \;\text{is not an upper bound}
\end{matrix}\right.
Note that this interval sequence is well defined and obviously a sequence of nested intervals by construction.
Now let for all
Assume that there exists a lower upper bound
In two steps, it has been shown that
==Remark==
As was seen, the existence of suprema and infima of bounded sets is a consequence of the completeness of
Proof: Let
=Further consequences=
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.
Higher dimensions
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
References
{{Reflist}}
- {{citation|title=Introductory Analysis: The Theory of Calculus|first=J. A.|last=Fridy|publisher=Academic Press|year=2000|isbn=9780122676550|page=29|url=https://books.google.com/books?id=SaZYs-OKqJcC&pg=PA29|contribution=3.3 The Nested Intervals Theorem}}.
- {{citation|title=Elementary Real and Complex Analysis|series=Dover Books on Mathematics|first=Georgi E.|last=Shilov|publisher=Courier Dover Publications|year=2012|isbn=9780486135007|contribution=1.8 The Principle of Nested Intervals|url=https://books.google.com/books?id=GELCAgAAQBAJ&pg=PA21|pages=21–22}}.
- {{citation|title=Basic Real Analysis|first=Houshang H.|last=Sohrab|publisher=Springer|year=2003|isbn=9780817642112|page=45|url=https://books.google.com/books?id=gBPI_oYZoMMC&pg=PA45|contribution=Theorem 2.1.5 (Nested Intervals Theorem)}}.
- {{citation|title=Analysis 1, 6. Auflage (6th edition)|first=Konrad|last=Königsberger|series=Springer-Lehrbuch |publisher=Springer|year=2003|isbn=9783642184901|page=10-15|doi=10.1007/978-3-642-18490-1 |contribution=2.3 Die Vollständigkeit von R (the completeness of the real numbers)|url=https://link.springer.com/book/10.1007/978-3-642-18490-1}}
{{DEFAULTSORT:Nested Intervals}}