Cauchy condensation test

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Lua error in package.lua at line 80: module 'strict' not found.

In mathematics, the Cauchy condensation test, named after Augustin-Louis Cauchy, is a standard convergence test for infinite series. For a non-negative, non-increasing sequence f(n) of real numbers, the series \textstyle\sum_{n=1}^{\infty}f(n) converges if and only if the "condensed" series \textstyle\sum_{n=0}^{\infty} 2^{n}f(2^{n}) converges. Moreover, if they converge, the sum of the condensed series is no more than twice as large as the sum of the original.

Estimate

The Cauchy condensation test follows from the stronger estimate

 0 \ \leq\ \sum_{n=1}^{\infty} f(n)\ \leq\ \sum_{n=0}^{\infty} 2^{n}f(2^{n})\ \leq\ 2\sum_{n=1}^{\infty} f(n)\ \leq\ +\infty

which should be understood as an inequality of extended real numbers. The essential thrust of a proof follows, following the line of Oresme's proof of the divergence of the harmonic series.

To see the first inequality, the terms of the original series are rebracketed into runs whose lengths are powers of two, and then each run is bounded above by replacing each term by the largest term in that run: the first one, since the terms are non-increasing.

\begin{array}{rcccccccl}
\sum_{n=1}^{\infty} f(n) & = &f(1) & + & f(2) + f(3) & + & f(4) + f(5) + f(6) + f(7) & + & \cdots \\
 & = &f(1) & + & \Big(f(2) + f(3)\Big) & + & \Big(f(4) + f(5) + f(6) + f(7)\Big) & + &\cdots \\
 & \leq &f(1) & + & \Big(f(2) + f(2)\Big) & + & \Big(f(4) + f(4) + f(4) + f(4)\Big) & + &\cdots \\
 & = &f(1) & + & 2 f(2) & + & 4 f(4)& + &\cdots = \sum_{n=0}^{\infty} 2^{n} f(2^{n})
\end{array}

To see the second, the two series are again rebracketed into runs of power of two length, but "offset" as shown below, so that the run of \textstyle2\sum_{n=1}^{\infty}f(n) which begins with \textstyle f(2^{n}) lines up with the end of the run of \textstyle\sum_{n=0}^{\infty}2^{n}f(2^{n}) which ends with \textstyle f(2^{n}), so that the former stays always "ahead" of the latter.

\begin{array}{rcl}
\sum_{n=0}^{\infty} 2^{n}f(2^{n}) & = & f(1) + \Big(f(2) + f(2)\Big) + \Big(f(4) + f(4) + f(4) +f(4)\Big) + \cdots \\
& = & \Big(f(1) + f(2)\Big) + \Big(f(2) + f(4) + f(4) + f(4)\Big) + \cdots \\
 & \leq & \Big(f(1) + f(1)\Big) + \Big(f(2) + f(2) + f(3) + f(3)\Big) + \cdots = 2 \sum_{n=1}^{\infty} f(n)
\end{array}
Visualization of the above argument. Partial sums of the series \textstyle\sum f(n), \sum 2^{n}f(2^{n}), and 2 \sum f(n) are pictured.

Integral comparison

The "condensation" transformation \textstyle f(n) \rarr 2^{n} f(2^{n}) recalls the integral variable substitution \textstyle x \rarr e^{x} yielding \textstyle f(x)\,\mathrm{d}x \rarr e^{x} f(e^{x})\,\mathrm{d}x.

Pursuing this idea, the integral test for convergence gives us that \textstyle\sum_{n=1}^{\infty}f(n) converges if and only if \textstyle\int_{1}^{\infty}f(x)\,\mathrm{d}x converges. The substitution \textstyle x\rarr 2^x yields the integral \textstyle \log 2\,\int_{0}^{\infty}2^{x}f(2^{x})\,\mathrm{d}x and another integral test brings us to the condensed series \textstyle\sum_{n=0}^{\infty} 2^{n}f(2^{n}).

Examples

The test can be useful for series where n appears as in a denominator in f. For the most basic example of this sort, the harmonic series \textstyle\sum_{n=1}^{\infty} 1/n is transformed into the series \textstyle\sum 1, which clearly diverges.

As a more complex example, take

f(n) := n^{-a} (\log n)^{-b} (\log \log n)^{-c}.

Here the series definitely converges for a > 1, and diverges for a < 1. When a = 1, the condensation transformation gives the series

\sum n^{-b} (\log n)^{-c}.

The logarithms 'shift to the left'. So when a = 1, we have convergence for b > 1, divergence for b < 1. When b = 1 the value of c enters.

Generalization

The following generalization is due to Schlömilch. Let u(n) be a strictly increasing sequence of positive integers such that

{\Delta u(n) \over \Delta u(n-1)} = {u(n+1)-u(n) \over u(n)-u(n-1)}

is bounded, where \Delta u(n) is the forward difference of u. Then the series \textstyle\sum_{n=1}^{\infty} f(n) converges if and only if[1] the series

\sum_{n=0}^{\infty} {\Delta u(n)} f(u(n)) = \sum_{n=0}^{\infty} \Big(u(n+1)-u(n)\Big) f(u(n))

converges. Taking \textstyle u(n) = 2^n so that \textstyle \Delta u(n) = 2^n, the Cauchy condensation test emerges as a special case.

References

<templatestyles src="Reflist/styles.css" />

Cite error: Invalid <references> tag; parameter "group" is allowed only.

Use <references />, or <references group="..." />
  • Bonar, Khoury (2006). Real Infinite Series. Mathematical Association of America. ISBN 0-88385-745-6.

External links