Convergence of Infinite Products
There is a simple convergence test for infinite products that I think deserves to be better known.
Theorem. Let be a sequence of positive numbers. Then the infinite product
converges if and only if the series
converges.
Proof: Taking the logarithm of the product gives the series
,
whose convergence is equivalent to the convergence of the product. But observe that
.
If we assume that , this gives us that
,
and the theorem follows by the limit comparison test. Q.E.D.
Using this theorem, everything you know about infinite series translates directly to the world of infinite products. For example, the product
converges if and only if .
Before I learned this theorem, I had imagined that there must be an entire theory of convergence for infinite products, as complex and interesting as the theory of series from calculus, but completely unknown to me. Instead, it turns out that no one ever talks about the convergence of infinite products because there is basically nothing new to say!
The Harmonic Series
Another reason I like this theorem is that it gives a nice proof that the harmonic series diverges. According to the theorem, the behavior of the harmonic series is the same as the behavior of the following product:
But this is just
This clearly diverges, for the partial products are the sequence of positive integers.
Problems
Finally, here’s a fun little pair of exercises:
1. Find a sequence of real numbers such that
converges but
diverges.
2. Find a sequence of real numbers such that
diverges but
converges (and is greater than zero).
January 26, 2008 at 10:21 am
People don’t know this? I would have thought it was common knowledge.
A similar related result is used often in probability. The result is that for real numbers with
, the infinite product
converges to a nonzero real number if and only if the sum
converges. The proof is essentially the same as the one given above.
One place in which products like this come up fairly often is in situations in probability in which one has a countably infinite number of independent events that happen with small probability (say $a_i$, for i = 1, 2, 3, …
and you want to know the probability that none of them happens. This is just $\prod_{i=1}^\infty (1-a_i)$.
(The form I gave comes up much more often than the form you gave in probabilistic contexts, for the obvious reason that probabilities are numbers between zero and one.)
January 26, 2008 at 11:37 am
Indeed, I thought this was standard. It was certainly one of the first things that Lang screamed at us in intermediate complex analysis.
Although I also have to agree with Jim on one point. I used to wonder whether there was a whole theory of infinite products as well.
January 26, 2008 at 1:30 pm
The existence of the logarithm function does make the theory of infinite products of scalars essentially equivalent to the theory of infinite series, but the subject becomes significantly richer when one works with infinite products of matrices or operators. Indeed, this is essentially the theory of discrete linear systems
, where the
are vectors and
are matrices, which can be viewed as a discretised model for linear non-autonomous ODE. Even the
case is of significant interest (in the theory of Schrodinger and Dirac equations, or more generally in understanding flows on
). One useful principle in this subject goes by the colourful name of the “avalanche principle”, and roughly speaking asserts that if
is such that the operator norm of
is close to the product of the operator norms of
and
, then the operator norm of
is close to the product of the operator norms of
, thus in this case at least one can reduce the matrix product problem to a scalar product problem. But there are certainly other more oscillatory scenarios in which matrix products behave very differently from scalar products.
Incidentally, your proof of divergence of the harmonic function also gives the right asymptotic
for the partial sums. By working slightly harder, it also gives a proof of existence of Euler’s constant
, though it does not give a particularly useful formula for what that constant is.
p.s. I believe Isabel wanted to write
rather than
.
January 26, 2008 at 4:55 pm
I managed to not know this until my third or fourth year of graduate school. Of course, I was mostly studying algebra and topology — it’s presumably common knowledge for those who work in probability or other fields where this comes up.
I guess my complaint is: Why isn’t this in calculus books? Or at least undergraduate analysis books? It’s such a simple result, and it conveys so much information about infinite products, that it ought to be better advertised.
January 26, 2008 at 5:56 pm
I have very fond memories of this fact, since it was posed as an extra-text-ual homework problem in an undergraduate analysis class. I solved it while riding one of the rutgers buses around and around in a circle. It was only a month or so after I’d started taking math classes because engineering was pissing me off so much, and it the fun of solving it helped convince me that math was for me.
Still, it was assigned as one of those classroom asides of the “everyone should know this but its not in your textbook” variety, so the teacher agreed that its not as canonical a fact as it should be.
January 26, 2008 at 8:08 pm
Indeed, I should have excluded $a_n = 1$.
January 27, 2008 at 3:05 am
An interesting related case is convergence of infinite products of non-negative matrices in rank. IE, under which conditions is the rank of infinite product 1? This is important in signal processing and graphical models — since algorithms like filtering for HMMs, sum-product are essentially just a sequence of non-negative matrix multiplications, convergence to rank 1 means initial conditions are forgotten and the algorithms are stable.
One result is — product of matrices
converges to rank 1 (is ergodic) if

is the minimum of cross-ratio
taken over all 2×2 submatrices of A.
Where
January 27, 2008 at 2:23 pm
Seriously? This isn’t common knowledge? That is so weird.
I was taught this result as an undergraduate at least three times: once in Calculus, once in Analysis and once in Complex Analysis.
February 27, 2008 at 6:23 pm
[...] the post Convergence of Infinite, we see a simple but strong convergence [...]