Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Cauchy sequence
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Sequence of points that get progressively closer to each other}} {{Use shortened footnotes|date=November 2022}} {{multiple image |align = right |direction = vertical |width = 250 |image1 = Cauchy sequence illustration.svg |caption1 = (a) The plot of a Cauchy [[sequence (mathematics)|sequence]] <math>(x_n),</math> shown in blue, as <math>x_n</math> versus <math>n.</math> If the [[Space (mathematics)|space]] containing the sequence is [[Complete metric space|complete]], then the sequence has a [[Limit (mathematics)|limit]]. |image2 = Cauchy sequence illustration2.svg |caption2 = (b) A sequence that is not Cauchy. The [[Element (mathematics)|elements]] of the sequence do not get arbitrarily close to each other as the sequence progresses. }} In [[mathematics]], a '''Cauchy sequence''' is a [[sequence]] whose [[Element (mathematics)|elements]] become arbitrarily close to each other as the sequence progresses.{{sfn|Lang|1992}} More precisely, given any small positive distance, all excluding a finite number of elements of the sequence are less than that given distance from each other. Cauchy sequences are named after [[Augustin-Louis Cauchy]]; they may occasionally be known as '''fundamental sequences'''.<ref>{{cite book|first=Heinz-Dieter |last=Ebbinghaus|title=Numbers|place=New York|publisher=Springer|date=1991|page=40}}</ref> It is not sufficient for each term to become arbitrarily close to the {{em|preceding}} term. For instance, in the sequence of square roots of natural numbers: <math display="block">a_n=\sqrt n,</math> the consecutive terms become arbitrarily close to each other – their differences <math display="block">a_{n+1}-a_n = \sqrt{n+1}-\sqrt{n} = \frac{1}{\sqrt{n+1}+\sqrt{n}} < \frac{1}{2\sqrt n}</math> tend to zero as the index {{mvar|n}} grows. However, with growing values of {{mvar|n}}, the terms <math>a_n</math> become arbitrarily large. So, for any index {{mvar|n}} and distance {{mvar|d}}, there exists an index {{mvar|m}} big enough such that <math>a_m - a_n > d.</math> As a result, no matter how far one goes, the remaining terms of the sequence never get close to {{em|each other}}; hence the sequence is not Cauchy. The utility of Cauchy sequences lies in the fact that in a [[complete metric space]] (one where all such sequences are known to [[Limit of a sequence|converge to a limit]]), the criterion for [[Convergence (mathematics)|convergence]] depends only on the terms of the sequence itself, as opposed to the definition of convergence, which uses the limit value as well as the terms. This is often exploited in [[algorithm]]s, both theoretical and applied, where an [[Iterative method|iterative process]] can be shown relatively easily to produce a Cauchy sequence, consisting of the iterates, thus fulfilling a logical condition, such as termination. Generalizations of Cauchy sequences in more abstract [[uniform spaces]] exist in the form of [[Cauchy filter]]s and [[Cauchy net]]s. ==In real numbers== A sequence <math display="block">x_1, x_2, x_3, \ldots</math> of real numbers is called a Cauchy sequence if for every [[Positive and negative numbers|positive]] real number <math>\varepsilon,</math> there is a positive [[integer]] ''N'' such that for all [[natural numbers]] <math>m, n > N,</math> <math display="block">|x_m - x_n| < \varepsilon,</math> where the vertical bars denote the [[absolute value]]. In a similar way one can define Cauchy sequences of rational or [[complex number]]s. Cauchy formulated such a condition by requiring <math>x_m - x_n</math> to be [[infinitesimal]] for every pair of infinite ''m'', ''n''. For any real number ''r'', the sequence of truncated decimal expansions of ''r'' forms a Cauchy sequence. For example, when <math>r = \pi,</math> this sequence is (3, 3.1, 3.14, 3.141, ...). The ''m''th and ''n''th terms differ by at most <math>10^{1-m}</math> when ''m'' < ''n'', and as ''m'' grows this becomes smaller than any fixed positive number <math>\varepsilon.</math> ===Modulus of Cauchy convergence=== If <math>(x_1, x_2, x_3, ...)</math> is a sequence in the set <math>X,</math> then a ''modulus of Cauchy convergence'' for the sequence is a [[Function (mathematics)|function]] <math>\alpha</math> from the set of [[natural number]]s to itself, such that for all natural numbers <math>k</math> and natural numbers <math>m, n > \alpha(k),</math> <math>|x_m - x_n| < 1/k.</math> Any sequence with a modulus of Cauchy convergence is a Cauchy sequence. The existence of a modulus for a Cauchy sequence follows from the [[well-ordering property]] of the natural numbers (let <math>\alpha(k)</math> be the smallest possible <math>N</math> in the definition of Cauchy sequence, taking <math>\varepsilon</math> to be <math>1/k</math>). The existence of a modulus also follows from the principle of [[countable choice]]. ''Regular Cauchy sequences'' are sequences with a given modulus of Cauchy convergence (usually <math>\alpha(k) = k</math> or <math>\alpha(k) = 2^k</math>). Any Cauchy sequence with a modulus of Cauchy convergence is equivalent to a regular Cauchy sequence; this can be proven without using any form of the axiom of choice. Moduli of Cauchy convergence are used by constructive mathematicians who do not wish to use any form of choice. Using a modulus of Cauchy convergence can simplify both definitions and theorems in constructive analysis. Regular Cauchy sequences were used by {{harvtxt|Bishop|2012}} and by {{harvtxt|Bridges|1997}} in constructive mathematics textbooks. ==In a metric space== Since the definition of a Cauchy sequence only involves metric concepts, it is straightforward to generalize it to any metric space ''X''. To do so, the absolute value <math>\left|x_m - x_n\right|</math> is replaced by the distance <math>d\left(x_m, x_n\right)</math> (where ''d'' denotes a [[Metric (mathematics)|metric]]) between <math>x_m</math> and <math>x_n.</math> Formally, given a [[metric space]] <math>(X, d),</math> a sequence of elements of <math>X</math> <math display="block">x_1, x_2, x_3, \ldots</math> is Cauchy, if for every positive [[real number]] <math>\varepsilon > 0</math> there is a positive [[integer]] <math>N</math> such that for all positive integers <math>m, n > N,</math> the distance <math display="block">d\left(x_m, x_n\right) < \varepsilon.</math> Roughly speaking, the terms of the sequence are getting closer and closer together in a way that suggests that the sequence ought to have a [[Limit of a sequence|limit]] in ''X''. Nonetheless, such a limit does not always exist within ''X'': the property of a space that every Cauchy sequence converges in the space is called ''completeness'', and is detailed below. ==Completeness== A metric space (''X'', ''d'') in which every Cauchy sequence converges to an element of ''X'' is called [[Complete metric space|complete]]. ===Examples=== The [[real number]]s are complete under the metric induced by the usual absolute value, and one of the standard [[Construction of the real numbers|constructions of the real numbers]] involves Cauchy sequences of [[rational number]]s. In this construction, each equivalence class of Cauchy sequences of rational numbers with a certain tail behavior—that is, each class of sequences that get arbitrarily close to one another— is a real number. A rather different type of example is afforded by a metric space ''X'' which has the [[discrete space|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. ===Non-example: rational numbers=== The [[rational number]]s <math>\Q</math> are not complete (for the usual distance):<br/> There are sequences of rationals that converge (in <math>\R</math>) to [[irrational number]]s; these are Cauchy sequences having no limit in <math>\Q.</math> In fact, if a real number ''x'' is irrational, then the sequence (''x''<sub>''n''</sub>), whose ''n''-th term is the truncation to ''n'' decimal places of the decimal expansion of ''x'', gives a Cauchy sequence of rational numbers with irrational limit ''x''. Irrational numbers certainly exist in <math>\R,</math> for example: * The sequence defined by <math>x_0=1, x_{n+1}=\frac{x_n+2/x_n}{2}</math> consists of rational numbers (1, 3/2, 17/12,...), which is clear from the definition; however it converges to the irrational [[square root of 2]], see [[Methods of computing square roots#Heron's method|Babylonian method of computing square root]]. * The sequence <math>x_n = F_n / F_{n-1}</math> of ratios of consecutive [[Fibonacci number]]s which, if it converges at all, converges to a limit <math>\phi</math> satisfying <math>\phi^2 = \phi+1,</math> and no rational number has this property. If one considers this as a sequence of real numbers, however, it converges to the real number <math>\varphi = (1+\sqrt5)/2,</math> the [[Golden ratio]], which is irrational. * The values of the exponential, sine and cosine functions, exp(''x''), sin(''x''), cos(''x''), are known to be irrational for any rational value of <math>x \neq 0,</math> but each can be defined as the limit of a rational Cauchy sequence, using, for instance, the [[Maclaurin series]]. ===Non-example: open interval=== The open interval <math>X = (0, 2)</math> in the set of real numbers with an ordinary distance in <math>\R</math> is not a complete space: there is a sequence <math>x_n = 1/n</math> in it, which is Cauchy (for arbitrarily small distance bound <math>d > 0</math> all terms <math>x_n</math> of <math>n > 1/d</math> fit in the <math>(0, d)</math> interval), however does not converge in <math>X</math> — its 'limit', number 0, does not belong to the space <math>X .</math> ===Other properties=== * Every convergent sequence (with limit ''s'', say) is a Cauchy sequence, since, given any real number <math>\varepsilon > 0,</math> beyond some fixed point, every term of the sequence is within distance <math>\varepsilon/2</math> of ''s'', so any two terms of the sequence are within distance <math>\varepsilon</math> of each other. * In any metric space, a Cauchy sequence <math>x_n</math> is [[Bounded function|bounded]] (since for some ''N'', all terms of the sequence from the ''N''-th onwards are within distance 1 of each other, and if ''M'' is the largest distance between <math>x_N</math> and any terms up to the ''N''-th, then no term of the sequence has distance greater than <math>M + 1</math> from <math>x_N</math>). * In any metric space, a Cauchy sequence which has a convergent subsequence with limit ''s'' is itself convergent (with the same limit), since, given any real number ''r'' > 0, beyond some fixed point in the original sequence, every term of the subsequence is within distance ''r''/2 of ''s'', and any two terms of the original sequence are within distance ''r''/2 of each other, so every term of the original sequence is within distance ''r'' of ''s''. These last two properties, together with 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]]. Every Cauchy sequence of real numbers is bounded, hence by Bolzano–Weierstrass has a convergent subsequence, hence is itself convergent. This proof of the completeness of the real numbers implicitly makes use of the [[least upper bound axiom]]. The alternative approach, mentioned above, of {{em|constructing}} the real numbers as the [[Completion (metric space)|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 <math display="inline">\sum_{n=1}^{\infty} x_n</math> is considered to be convergent if and only if the sequence of [[partial sum]]s <math>(s_{m})</math> is convergent, where <math display="inline">s_m = \sum_{n=1}^{m} x_n.</math> It is a routine matter to determine whether the sequence of partial sums is Cauchy or not, since for positive integers <math>p > q,</math> <math display="block">s_p - s_q = \sum_{n=q+1}^p x_n.</math> If <math>f : M \to N</math> is a [[uniformly continuous]] map between the metric spaces ''M'' and ''N'' and (''x''<sub>''n''</sub>) is a Cauchy sequence in ''M'', then <math>(f(x_n))</math> is a Cauchy sequence in ''N''. If <math>(x_n)</math> and <math>(y_n)</math> are two Cauchy sequences in the rational, real or complex numbers, then the sum <math>(x_n + y_n)</math> and the product <math>(x_n y_n)</math> are also Cauchy sequences. ==Generalizations== ===In topological vector spaces=== There is also a concept of Cauchy sequence for a [[topological vector space]] <math>X</math>: Pick a [[local base]] <math>B</math> for <math>X</math> about 0; then (<math>x_k</math>) is a Cauchy sequence if for each member <math>V\in B,</math> there is some number <math>N</math> such that whenever <math>n,m > N, x_n - x_m</math> is an element of <math>V.</math> If the topology of <math>X</math> is compatible with a [[translation-invariant metric]] <math>d,</math> the two definitions agree. ===In topological groups=== Since the topological vector space definition of Cauchy sequence requires only that there be a continuous "subtraction" operation, it can just as well be stated in the context of a [[topological group]]: A sequence <math>(x_k)</math> in a topological group <math>G</math> is a Cauchy sequence if for every open neighbourhood <math>U</math> of the [[Identity element|identity]] in <math>G</math> there exists some number <math>N</math> such that whenever <math>m,n>N</math> it follows that <math>x_n x_m^{-1} \in U.</math> As above, it is sufficient to check this for the neighbourhoods in any local base of the identity in <math>G.</math> As in the [[Complete metric space#Completion|construction of the completion of a metric space]], one can furthermore define the binary relation on Cauchy sequences in <math>G</math> that <math>(x_k)</math> and <math>(y_k)</math> are equivalent if for every open [[Neighbourhood (mathematics)|neighbourhood]] <math>U</math> of the identity in <math>G</math> there exists some number <math>N</math> such that whenever <math>m,n>N</math> it follows that <math>x_n y_m^{-1} \in U.</math> This relation is an [[equivalence relation]]: It is reflexive since the sequences are Cauchy sequences. It is symmetric since <math>y_n x_m^{-1} = (x_m y_n^{-1})^{-1} \in U^{-1}</math> which by continuity of the inverse is another open neighbourhood of the identity. It is [[Transitive relation|transitive]] since <math>x_n z_l^{-1} = x_n y_m^{-1} y_m z_l^{-1} \in U' U''</math> where <math>U'</math> and <math>U''</math> are open neighbourhoods of the identity such that <math>U'U'' \subseteq U</math>; such pairs exist by the continuity of the group operation. ===In groups=== There is also a concept of Cauchy sequence in a [[group (mathematics)|group]] <math>G</math>: Let <math>H=(H_r)</math> be a decreasing sequence of [[normal subgroup]]s of <math>G</math> of finite [[Index of a subgroup|index]]. Then a sequence <math>(x_n)</math> in <math>G</math> is said to be Cauchy (with respect to <math>H</math>) if and only if for any <math>r</math> there is <math>N</math> such that for all <math>m, n > N, x_n x_m^{-1} \in H_r.</math> Technically, this is the same thing as a topological group Cauchy sequence for a particular choice of topology on <math>G,</math> namely that for which <math>H</math> is a local base. The set <math>C</math> of such Cauchy sequences forms a group (for the componentwise product), and the set <math>C_0</math> of null sequences (sequences such that <math>\forall r, \exists N, \forall n > N, x_n \in H_r</math>) is a normal subgroup of <math>C.</math> The [[factor group]] <math>C/C_0</math> is called the completion of <math>G</math> with respect to <math>H.</math> One can then show that this completion is isomorphic to the [[inverse limit]] of the sequence <math>(G/H_r).</math> An example of this construction familiar in [[number theory]] and [[algebraic geometry]] is the construction of the [[p-adic number|<math>p</math>-adic completion]] of the integers with respect to a [[prime number|prime]] <math>p.</math> In this case, <math>G</math> is the integers under addition, and <math>H_r</math> is the additive subgroup consisting of integer multiples of <math>p_r.</math> If <math>H</math> is a [[Cofinal (mathematics)|cofinal]] sequence (that is, any normal subgroup of finite index contains some <math>H_r</math>), then this completion is [[Canonical form|canonical]] in the sense that it is isomorphic to the inverse limit of <math>(G/H)_H,</math> where <math>H</math> varies over {{em|all}} normal subgroups of finite [[Index of a subgroup|index]]. For further details, see Ch. I.10 in [[Serge Lang|Lang]]'s "Algebra". ===In a hyperreal continuum=== A real sequence <math>\langle u_n : n \in \N \rangle</math> has a natural [[Hyperreal number|hyperreal]] extension, defined for [[hypernatural]] values ''H'' of the index ''n'' in addition to the usual natural ''n''. The sequence is Cauchy if and only if for every infinite ''H'' and ''K'', the values <math>u_H</math> and <math>u_K</math> are infinitely close, or [[Adequality|adequal]], that is, :<math>\mathrm{st}(u_H-u_K)= 0</math> where "st" is the [[standard part function]]. ===Cauchy completion of categories=== {{harvtxt|Krause|2020}} introduced a notion of Cauchy completion of a [[Category (mathematics)|category]]. Applied to <math>\Q</math> (the category whose [[object (category theory)|objects]] are rational numbers, and there is a [[morphism]] from ''x'' to ''y'' if and only if <math>x \leq y</math>), this Cauchy completion yields <math>\R\cup\left\{\infty\right\}</math> (again interpreted as a category using its natural ordering). ==See also== * {{annotated link|Modes of convergence (annotated index)}} * {{annotated link|Dedekind cut}} ==References== {{reflist}} ==Further reading== *{{cite book |last= Bishop |first= Errett Albert |author-link= Errett Bishop |title=Foundations of Constructive Analysis |publisher=Ishi Press |year=2012 |isbn=9784871877145 }} *{{cite book |last= Bourbaki |first= Nicolas |author-link= Nicolas Bourbaki |title=Commutative Algebra |url=https://archive.org/details/commutativealgeb0000bour |url-access=registration |edition=English translation |publisher=Addison-Wesley / Hermann |year=1972 |isbn=0-201-00644-8 }} *{{cite book |last= Bridges |first= Douglas Sutherland |title=Foundations of Constructive Analysis |publisher=Springer |year=1997 |isbn=978-0-387-98239-7 }} *{{cite journal |last=Krause |first=Henning |title=Completing perfect complexes: With appendices by Tobias Barthel and Bernhard Keller |journal=Mathematische Zeitschrift |volume=296 |issue=3–4 |year=2020 |pages=1387–1427 |doi=10.1007/s00209-020-02490-z |doi-access=free |arxiv=1805.10751 }} *{{cite book |last= Lang |first= Serge |author-link= Serge Lang |title= Algebra |edition= 3d |publisher=Addison Wesley Publishing Company |location=Reading, Mass. |year=1992 |isbn=978-0-201-55540-0 |zbl=0848.13001 }} *{{cite book |last=Spivak |first=Michael |author-link=Michael Spivak |title=Calculus |year=1994 |edition=3rd |location=Berkeley, CA |publisher=Publish or Perish |isbn=0-914098-89-6 |url=http://www.mathpop.com/bookhtms/cal.htm |access-date=2007-05-26 |archive-url=https://web.archive.org/web/20070517171054/http://www.mathpop.com/bookhtms/cal.htm |archive-date=2007-05-17 |url-status=dead }} *{{cite book |last1=Troelstra |first1=A. S. |author-link1=Anne Sjerp Troelstra |last2=van Dalen |first2=D. |author-link2=Dirk van Dalen |title=Constructivism in Mathematics: An Introduction |date=1988 |url=https://archive.org/details/constructivismin0002troe |url-access=registration }} (for uses in constructive mathematics) ==External links== * {{springer|title=Cauchy sequence|id=p/f042240}} {{Metric spaces}} {{series (mathematics)}} [[Category:Augustin-Louis Cauchy]] [[Category:Metric geometry]] [[Category:Topology]] [[Category:Abstract algebra]] [[Category:Sequences and series]] [[Category:Convergence (mathematics)]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Annotated link
(
edit
)
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Em
(
edit
)
Template:Harvtxt
(
edit
)
Template:Metric spaces
(
edit
)
Template:Multiple image
(
edit
)
Template:Mvar
(
edit
)
Template:Reflist
(
edit
)
Template:Series (mathematics)
(
edit
)
Template:Sfn
(
edit
)
Template:Short description
(
edit
)
Template:Springer
(
edit
)
Template:Use shortened footnotes
(
edit
)