{{Short description|Criterion for infinite series}} {{Distinguish|Cauchy condensation test}}

The '''Cauchy convergence test''' is a method used to test infinite series for convergence. It relies on bounding sums of terms in the series. This convergence criterion is named after Augustin-Louis Cauchy who published it in his textbook ''Cours d'Analyse'' 1821.<ref>{{cite web |last1=Allegranza |first1=Mauro |title=Answer to 'Origin of Cauchy convergence test' |url=https://hsm.stackexchange.com/a/2861 |website=History of Science and Mathematics |publisher=StackExchange |access-date=10 September 2021}}</ref>

==Statement == A series <math>\sum_{i=0}^\infty a_i</math> is convergent if and only if for every <math>\varepsilon>0</math> there is a natural number <math>N</math> such that

:<math>|a_{n+1}+a_{n+2}+\cdots+a_{n+p}|<\varepsilon</math>

holds for all <math>n > N</math> and all <math>p \geq 1</math>.<ref>{{cite book |last1=Abbott |first1=Stephen |title=Understanding analysis |date=2001 |publisher=Springer Verlag |location=New York, NY |isbn=978-0-387-21506-8 |series=Undergraduate Texts in Mathematics |page=63}}</ref> ==Explanation== {{multiple image | align = middle | direction = vertical | width = 250 | image1 = Cauchy sequence illustration.svg | caption1 = (a) The plot of a Cauchy sequence <math>(x_n),</math> shown in blue, as <math>x_n</math> versus <math>n</math>. If the space containing the sequence is complete, the "ultimate destination" of this sequence (that is, the limit) exists. | image2 = Cauchy sequence illustration2.svg | caption2 = (b) A sequence that is not Cauchy. The elements of the sequence fail to get arbitrarily close to each other as the sequence progresses. }}{{More citations needed section|date=September 2025}} The theorem states that the values near the beginning of an infinite series can be ignored for determining convergence. Even if the initial values are extremely large, the convergence of the series depends more on the ultimate behavior of <math>a_n</math> as <math>n</math> approaches infinity.<ref>{{Cite book |last=Parzynski |first=William R. |title=Introduction to mathematical analysis |last2=Zipse |first2=Philip W. |date=1982 |publisher=McGraw-Hill |isbn=978-0-07-048845-8 |series=International series in pure and applied mathematics |location=New York |pages=186}}</ref>

The test works because the space <math>\R</math> of real numbers and the space <math>\C</math> of complex numbers (with the metric given by the absolute value) are both complete. From here, the series is convergent if and only if the partial sums

: <math>s_n := \sum_{i=0}^n a_i</math>

are a Cauchy sequence.

Cauchy's convergence test can only be used in complete metric spaces (such as <math>\R</math> and <math>\C</math>), which are spaces where all Cauchy sequences converge. This is because we need only show that its elements become arbitrarily close to each other after a finite progression in the sequence to prove the series converges.

==Proof== We can use the results about convergence of the sequence of partial sums of the infinite series and apply them to the convergence of the infinite series itself. The Cauchy Criterion test is one such application. For any real sequence <math>a_k </math>, the above results on convergence imply that the infinite series

:<math>\sum_{k=1}^\infty a_k</math> converges if and only if for every <math>\varepsilon>0</math> there is a number ''N'', such that ''m'' ≥ ''n'' ≥ ''N'' imply

:<math>|s_m-s_n| = \left|\sum_{k=n+1}^m a_k\right| < \varepsilon.</math><ref name="Wade2010">{{cite book |last=Wade |first=William |title=An Introduction to Analysis |year=2010 |publisher=Prentice Hall |location=Upper Saddle River, NJ |isbn=9780132296380}}</ref>{{rp|188}}

Probably the most interesting part of this theorem is that the Cauchy condition implies the existence of the limit: this is indeed related to the completeness of the real line. The Cauchy criterion can be generalized to a variety of situations, which can all be loosely summarized as "a vanishing oscillation condition is equivalent to convergence".<ref>{{cite encyclopedia |last1=Kudryavtsev |first1=Lev D. |last2=De Lellis |first2=Camillo |author3=Artemisfowl3rd |encyclopedia=Encyclopedia of Mathematics |title=Cauchy criteria |url=https://encyclopediaofmath.org/index.php?title=Cauchy_criteria&oldid=30908|date=2013 |publisher=Springer, European Mathematical Society |editor1-last=Rehmann |editor1-first=Ulf}}</ref>

{{PlanetMath attribution|id=3894|title=Cauchy criterion for convergence}}

== References == {{reflist}}

Category:Convergence tests