Cauchy sequence
From Wikipedia, the free encyclopedia
Categories: Metric geometry | Mathematical analysis | Topology | Abstract algebra | Sequences and series
|
Image:Cauchy sequence illustration.png
The plot of a Cauchy sequence Failed to parse (Missing texvc executable; please see math/README to configure.): (x_n),
shown in blue, as Failed to parse (Missing texvc executable; please see math/README to configure.): n versus Failed to parse (Missing texvc executable; please see math/README to configure.): x_n.If the space containing the sequence is complete, the "ultimate destination" of this sequence, that is, the limit, exists. Image:Cauchy sequence illustration2.png
A sequence that is not Cauchy. The elements of the sequence fail to get close to each other as the sequence progresses.
In mathematics, a Cauchy sequence, named after Augustin Cauchy, is a sequence whose elements become close to each other as the sequence progresses. To be more precise, by dropping enough (but still only a finite number of) terms from the start of the sequence, it is possible to make the maximum of the distances from any of the remaining elements to any other such element smaller than any preassigned positive value. In other words, suppose a pre-assigned positive real value Failed to parse (Missing texvc executable; please see math/README to configure.): \varepsilon is chosen. However small Failed to parse (Missing texvc executable; please see math/README to configure.): \varepsilon is, starting from a Cauchy sequence and eliminating terms one by one from the start, after a finite number of steps, any pair chosen from the remaining terms will be within distance Failed to parse (Missing texvc executable; please see math/README to configure.): \varepsilon of each other. Because Cauchy sequences require the notion of distance, they can only be defined in a metric space. Their utility lies in the fact that in a complete metric space (one where all such sequences are known to converge to a limit), they give a criterion for convergence which depends only on the terms of the sequence itself. This is often exploited in algorithms, both theoretical and applied, where an iterative process can be shown relatively easily to produce a Cauchy sequence, consisting of the iterates. The notions above are not as unfamiliar as might at first appear. The customary acceptance of the fact that any real number x has a decimal expansion is an implicit acknowledgment that a particular Cauchy sequence of rational numbers (whose terms are the successive truncations of the decimal expansion of x) has the real limit x. In some cases it may be difficult to describe x independently of such a limiting process involving rational numbers. Generalizations of Cauchy sequences in more abstract uniform spaces exist in the form of Cauchy filter and Cauchy net.
Cauchy sequence of real numbersA sequence
In a similar way one can define Cauchy sequences of complex numbers. Cauchy sequence in a metric spaceTo define Cauchy sequences in any metric space, the absolute value Failed to parse (Missing texvc executable; please see math/README to configure.): |x_m - x_n| is replaced by the distance Failed to parse (Missing texvc executable; please see math/README to configure.): d(x_m, x_n) between Failed to parse (Missing texvc executable; please see math/README to configure.): x_m and Failed to parse (Missing texvc executable; please see math/README to configure.): x_n . Formally, given a metric space (M, d), a sequence
CompletenessA metric space X in which every Cauchy sequence has a limit (in X) is called complete. ExamplesThe real numbers are complete, and one of the standard constructions of the real numbers involves Cauchy sequences of rational numbers. A rather different type of example is afforded by a metric space X which has the discrete metric ( where any two distinct points are at distance 1 from each other). Any Cauchy sequence of elements of X must be constant beyond some fixed point, and converges to the eventually repeating term. Counter-example: rational numbersThe rational numbers Q are not complete (for the usual distance): There are sequences of rationals that converge (in R) to irrational numbers; these are Cauchy sequences having no limit in Q. In fact,if a real number x is irrational, then the sequence (xn), whose n-th term is the truncation to n decimal places of the decimal expansion of x, gives Cauchy sequence of rational numbers with irrational limit x. Irrational numbers certainly exist, for example:
of ratios of consecutive Fibonacci numbers which, if it converges at all, converges to a limit Failed to parse (Missing texvc executable; please see math/README to configure.): \phi satisfying Failed to parse (Missing texvc executable; please see math/README to configure.): \phi^2 = \phi+1 , and no rational number has this property. If one considers this as a sequence of real numbers, however, it converges to the real number Failed to parse (Missing texvc executable; please see math/README to configure.): \phi = (1+\sqrt5)/2 , the Golden ratio, which is irrational.
Other properties
These last two properties, together with a lemma used in the proof of the Bolzano-Weierstrass theorem, yield one standard proof of the completeness of the real numbers, closely related to both the Bolzano-Weierstrass theorem and the Heine–Borel theorem. The lemma in question states that every bounded sequence of real numbers has a convergent subsequence. Given this fact, every Cauchy sequence of real numbers is bounded, hence has a convergent subsequence, hence is itself convergent. It should be noted, though, that this proof of the completeness of the real numbers implicitly makes use of the least upper bound axiom. The alternative approach, mentioned above, of constructing the real numbers as the completion of the rational numbers, makes the completeness of the real numbers tautological. One of the standard illustrations of the advantage of being able to work with Cauchy sequences and make use of completeness is provided by consideration of the summation of an infinite series of real numbers (or, more generally, of elements of any complete normed linear space, or Banach space). Such a series Failed to parse (Missing texvc executable; please see math/README to configure.): \sum_{n=1}^{\infty} x_{n} is considered to be convergent if and only if the sequence of partial sums Failed to parse (Missing texvc executable; please see math/README to configure.): (s_{m}) is convergent, where Failed to parse (Missing texvc executable; please see math/README to configure.): s_{m} = \sum_{n=1}^{m} x_{n} . It is a routine matter to determine whether the sequence of partial sums is Cauchy or not, since for positive integers p > q ,
. If Failed to parse (Missing texvc executable; please see math/README to configure.): f \colon M \rightarrow N is a uniformly continuous map between the metric spaces M and N and (xn) is a Cauchy sequence in M, then Failed to parse (Missing texvc executable; please see math/README to configure.): (f(x_n)) is a Cauchy sequence in N. If Failed to parse (Missing texvc executable; please see math/README to configure.): (x_n) and Failed to parse (Missing texvc executable; please see math/README to configure.): (y_n) are two Cauchy sequences in the rational, real or complex numbers, then the sum Failed to parse (Missing texvc executable; please see math/README to configure.): (x_n + y_n) and the product Failed to parse (Missing texvc executable; please see math/README to configure.): (x_n y_n) are also Cauchy sequences. GeneralizationsCauchy sequences in topological vector spacesThere is also a concept of Cauchy sequence for a topological vector space Failed to parse (Missing texvc executable; please see math/README to configure.): X
for Failed to parse (Missing texvc executable; please see math/README to configure.): X about 0; then (Failed to parse (Missing texvc executable; please see math/README to configure.): x_k ) is a Cauchy sequence if for all members Failed to parse (Missing texvc executable; please see math/README to configure.): V of Failed to parse (Missing texvc executable; please see math/README to configure.): B , there is some number Failed to parse (Missing texvc executable; please see math/README to configure.): N such that whenever Failed to parse (Missing texvc executable; please see math/README to configure.): n,m > N, x_n - x_m is an element of Failed to parse (Missing texvc executable; please see math/README to configure.): V . If the topology of Failed to parse (Missing texvc executable; please see math/README to configure.): X is compatible with a translation-invariant metric Failed to parse (Missing texvc executable; please see math/README to configure.): d , the two definitions agree. Cauchy sequences in groupsThere is also a concept of Cauchy sequence in a group Failed to parse (Missing texvc executable; please see math/README to configure.): G Let Failed to parse (Missing texvc executable; please see math/README to configure.): H=(H_r) be a decreasing sequence of normal subgroups of Failed to parse (Missing texvc executable; please see math/README to configure.): G of finite index. Then a sequence Failed to parse (Missing texvc executable; please see math/README to configure.): (x_n) in Failed to parse (Missing texvc executable; please see math/README to configure.): G is said to be Cauchy (w.r.t. Failed to parse (Missing texvc executable; please see math/README to configure.): H ) if and only if for any Failed to parse (Missing texvc executable; please see math/README to configure.): r
there is Failed to parse (Missing texvc executable; please see math/README to configure.): N
such that Failed to parse (Missing texvc executable; please see math/README to configure.): \forall m,n > N, x_n x_m^{-1} \in H_r
. The set Failed to parse (Missing texvc executable; please see math/README to configure.): C of such Cauchy sequences forms a group (for the componentwise product), and the set Failed to parse (Missing texvc executable; please see math/README to configure.): C_0 of null sequences (s.th. Failed to parse (Missing texvc executable; please see math/README to configure.): \forall r, \exists N, \forall n > N, x_n \in H_r ) is a normal subgroup of Failed to parse (Missing texvc executable; please see math/README to configure.): C . The factor group Failed to parse (Missing texvc executable; please see math/README to configure.): C/C_0 is called the completion of Failed to parse (Missing texvc executable; please see math/README to configure.): G with respect to Failed to parse (Missing texvc executable; please see math/README to configure.): H . One can then show that this completion is isomorphic to the inverse limit of the sequence Failed to parse (Missing texvc executable; please see math/README to configure.): (G/H_r) . An example of this construction, familiar in number theory and algebraic geometry is the construction of the p-adic completion of the integers with respect to a prime p. In this case, G is the integers under addition, and Hr is the additive subgroup consisting of integer multiples of pr. If Failed to parse (Missing texvc executable; please see math/README to configure.): H is a cofinal sequence (i.e., any normal subgroup of finite index contains some Failed to parse (Missing texvc executable; please see math/README to configure.): H_r ), then this completion is canonical in the sense that it is isomorphic to the inverse limit of Failed to parse (Missing texvc executable; please see math/README to configure.): (G/H)_H , where Failed to parse (Missing texvc executable; please see math/README to configure.): H varies over all normal subgroups of finite index. For further details, see ch. I.10 in Lang's "Algebra". In constructive mathematicsIn constructive mathematics, Cauchy sequences often must be given with a modulus of Cauchy convergence to be useful. If Failed to parse (Missing texvc executable; please see math/README to configure.): (x_1, x_2, x_3, ...) is a Cauchy sequence in the set Failed to parse (Missing texvc executable; please see math/README to configure.): X , then a modulus of Cauchy convergence for the sequence is a function Failed to parse (Missing texvc executable; please see math/README to configure.): \alpha from the set of natural numbers to itself, such that Failed to parse (Missing texvc executable; please see math/README to configure.): \forall k \forall m, n > \alpha(k), |x_m - x_n| < 1/k . Clearly, any sequence with a modulus of Cauchy convergence is a Cauchy sequence. The converse (that every Cauchy sequence has a modulus) follows from the well-ordering property of the natural numbers (let Failed to parse (Missing texvc executable; please see math/README to configure.): \alpha(k) be the smallest possible Failed to parse (Missing texvc executable; please see math/README to configure.): N in the definition of Cauchy sequence, taking Failed to parse (Missing texvc executable; please see math/README to configure.): r to be Failed to parse (Missing texvc executable; please see math/README to configure.): 1/k ). However, this well-ordering property does not hold in constructive mathematics (it is equivalent to the principle of excluded middle). On the other hand, this converse also follows (directly) from the principle of dependent choice (in fact, it will follow from the weaker AC00), which is generally accepted by constructive mathematicians. Thus, moduli of Cauchy convergence are needed directly only by constructive mathematicians who (like Fred Richman) do not wish to use any form of choice. That said, using a modulus of Cauchy convergence can simplify both definitions and theorems in constructive analysis. Perhaps even more useful are regular Cauchy sequences, sequences with a given modulus of Cauchy convergence (usually Failed to parse (Missing texvc executable; please see math/README to configure.): \alpha(k) = k or Failed to parse (Missing texvc executable; please see math/README to configure.): \alpha(k) = 2^k ). Any Cauchy sequence with a modulus of Cauchy convergence is equivalent (in the sense used to form the completion of a metric space) to a regular Cauchy sequence; this can be proved without using any form of the axiom of choice. Regular Cauchy sequences were used by Errett Bishop in his Foundations of Constructive Analysis, but they have also been used by Douglas Bridges in a non-constructive textbook (ISBN 978-0-387-98239-7). However, Bridges also works on mathematical constructivism; the concept has not spread far outside of that milieu. References
bg:Редица на Коши ca:Successió de Cauchy cs:Cauchyovská posloupnost da:Cauchy-følge de:Cauchy-Folge el:Ακολουθία Κωσύ es:Sucesión de Cauchy fr:Suite de Cauchy ko:코시 수열 is:Cauchyruna it:Successione fondamentale he:סדרת קושי hu:Cauchy-sorozat nl:Cauchyrij ja:コーシー列 pl:Ciąg Cauchy'ego pt:Sucessão de Cauchy ro:Şir Cauchy ru:Фундаментальная последовательность sk:Cauchyho postupnosť fi:Cauchyn jono sv:Cauchy-följd uk:Фундаментальна послідовність yo:Ìtẹ̀léntẹ̀lé Cauchy |


