In
n=1,2,3,...
In+1
In
\varepsilon
N
In other words, the left bound of the interval
In
an+1\geqan
bn+1\leqbn
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 (
\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
In
n\inN
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:
When trying to find the square root of a number
x>1
1\leq\sqrt{x}\leqx
I1=[1,x]
x
k2>x
I1=[1,k]
The other intervals
In=[an,bn],n\inN
m | ||||
|
In
I1
In+1:=\left\{\begin{matrix} \left[mn,bn\right]&&if
2 | |
m | |
n |
\leqx\\ \left[an,mn\right]&&if
2 | |
m | |
n |
>x \end{matrix}\right.
To put this into words, one can compare the midpoint of
In
\sqrt{x}
\sqrt{x}
In+1
\sqrt{x}\inIn+1
|In|
\sqrt{x}
One can also compute
\sqrt{y}
0<y<1
1/y>1
x:=1/y
To demonstrate this algorithm, here is an example of how it can be used to find the value of
\sqrt{19}
12<19<52
I1:=[1,5]
\sqrt{19}
\begin{aligned} m1&=\dfrac{1+5}{2}=3&& ⇒
2=9 | |
m | |
1 |
\leq19&& ⇒ I2=[3,5]\\ m2&=\dfrac{3+5}{2}=4&& ⇒
2=16 | |
m | |
2 |
\leq19&& ⇒ I3=[4,5]\\ m3&=\dfrac{4+5}{2}=4.5&& ⇒
2=20.25 | |
m | |
3 |
>19&& ⇒ I4=[4,4.5]\\ m4&=\dfrac{4+4.5}{2}=4.25&& ⇒
2=18.0625 | |
m | |
4 |
\leq19&& ⇒ I5=[4.25,4.5]\\ m5&=\dfrac{4.25+4.5}{2}=4.375&& ⇒
2=19.140625 | |
m | |
5 |
>19&& ⇒ I5=[4.25,4.375]\\ &\vdots&& \end{aligned}
Each time a new midpoint is calculated, the range of possible values for
\sqrt{19}
\sqrt{19}=4.35889894...
\sqrt{19}
\sqrt{19}
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.
The Babylonian method uses an even more efficient algorithm that yields accurate approximations of
\sqrt{x}
x>0
(cn)n\inN
cn+1:=
1 | |
2 |
⋅ \left(cn+
x | |
cn |
\right)
This results in a sequence of intervals given by
In+1:=\left[
x | |
cn |
,cn\right]
I1=[0,k]
k2>x
\sqrt{x}
cn
\sqrt{x}
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
\pi
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
2n
n
6
\tfrac{223}{71}<\pi<\tfrac{22}{7}
22/7 ≈ 3.143
\pi
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
\pi
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.
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,
R
+
⋅
Let
(In)n\inN
In=[an,bn]
|In|:=bn-an
(In)n\inN
\foralln\inN: In+1\subseteqIn
\forall\varepsilon>0 \existsN\inN: |IN|<\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
\varepsilon>0
N
\varepsilon
n\geqN
|In|<\varepsilon
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.
If
(In)n\inN
In
\existsx\inR: x\incapn\inNIn
The intersection of each sequence
(In)n\inN
x
Proof: This statement can easily be verified by contradiction. Assume that there exist two different numbers
x,y\in\capn\inNIn
x ≠ y
|x-y|>0.
|In|\geq|x-y|
n\inN
x
x
\square
\capn\inNIn
\emptyset
By generalizing the algorithm shown above for square roots, one can prove that in the real numbers, the equation
x=yj, j\inN,x>0
y=\sqrt[j]{x}=x1/j
y>0
x=yk
k
x
y
mn
n
k | |
m | |
n |
If
A\subsetR
b
x\leqb
x\inA
s=\sup(A)
A
s
A
\forallx\inA: x\leqs
s
A
\forall\sigma<s: \existsx\inA: x>\sigma
Only one such number
s
inf(B)
B\subsetR
Each set
A\subsetR
Proof: Without loss of generality one can look at a set
A\subsetR
(In)n\inN
In=[an,bn]
bn
A
n\inN
an
A
n\inN
The construction follows a recursion by starting with any number
a1
a1=c-1
c\inA
b1
A
In=[an,bn]
n\inN
mn:=
an+bn | |
2 |
In+1:=\left\{\begin{matrix} \left[an,mn\right]&&if mn isanupperboundof A\\ \left[mn,bn\right]&&if mn isnotanupperbound \end{matrix}\right.
Note that this interval sequence is well defined and obviously a sequence of nested intervals by construction.
Now let
s
s
A
x\inA
x>s
Im=[am,bm]
bm-am<x-s
bm-s<x-s
s
Im
bm<s
m\inN
s
A
Assume that there exists a lower upper bound
\sigma<s
A
(In)n\inN
s-\sigma
s\inIn
s-an<s-\sigma
an>\sigma
an
A
In two steps, it has been shown that
s
A
s
A
As was seen, the existence of suprema and infima of bounded sets is a consequence of the completeness of
R
Proof: Let
(In)n\inN
In=[an,bn]
A:=\{a1,a2,...\}
bn
s=\sup(A)
an\leqs\leqbn
n\inN
s\inIn
n\inN
s\in\capn\inNIn
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.
Without any specifying what is meant by interval, all that can be said about the intersection
\capn\inNIn
\emptyset
\{x\}
The possibility of an empty intersection can be illustrated by looking at a sequence of open intervals
In=\left(0,
1 | |
n |
\right)=\left\{x\inR:0<x<
1 | |
n |
\right\}
In this case, the empty set
\emptyset
\capn\inNIn
x>0
n\inN
n>1/x
1/n<x
x>0
In
x\notinIn,
The situation is different for closed intervals. If one changes the situation above by looking at closed intervals of the type
In=\left[0,
1 | |
n |
\right]=\left\{x\inR:0\leqx\leq
1 | |
n |
\right\}
x>0
x
x=0
0\leqx\leq1/n
n\inN
\capn\inNIn=\{0\}
One can also consider the complement of each interval, written as
(-infty,an)\cup(bn,infty)
(-infty,0)\cup(1/n,infty)
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.