Convergence of Infinite Products

by

There is a simple convergence test for infinite products that I think deserves to be better known.

Theorem. Let a_n be a sequence of positive numbers. Then the infinite product

\displaystyle\prod_{n=1}^{\infty} (1+a_n)

converges if and only if the series

\displaystyle\sum_{n=1}^{\infty} a_n

converges.

Proof: Taking the logarithm of the product gives the series

\displaystyle\sum_{n=1}^{\infty} \ln(1 + a_n),

whose convergence is equivalent to the convergence of the product. But observe that

\displaystyle\lim_{x\rightarrow 0} \frac{\ln(1+x)}{x} = 1.

If we assume that a_n \rightarrow 0, this gives us that

\displaystyle\lim_{n\rightarrow \infty} \frac{\ln(1+a_n)}{a_n} = 1,

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

\displaystyle \prod_{n=1}^{\infty} \left( 1 + \frac{1}{n^p} \right)

converges if and only if p > 1.

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:

\displaystyle\left(1 + 1\right)\left(1 + \frac{1}{2}\right)\left(1 + \frac{1}{3}\right)\left(1 + \frac{1}{4}\right)\cdots

But this is just

\displaystyle\frac{2}{1}\,\times\,\frac{3}{2}\,\times\,\frac{4}{3}\,\times\,\frac{5}{4}\,\times\,\cdots

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 a_n of real numbers such that \sum a_n converges but \prod (1 + a_n) diverges.

2. Find a sequence a_n of real numbers such that \sum a_n diverges but \prod (1 + a_n) converges (and is greater than zero).

    52 Responses to “Convergence of Infinite Products”

    1. Isabel Lugo Says:

      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 0 \le a_n \le 1, the infinite product \prod_{n=1}^\infty (1-a_n) converges to a nonzero real number if and only if the sum \sum a_n 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.)

    2. John Armstrong Says:

      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.

    3. Terence Tao Says:

      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 x_{n+1} = A_n x_n, where the x_n are vectors and A_n are matrices, which can be viewed as a discretised model for linear non-autonomous ODE. Even the 2 \times 2 case is of significant interest (in the theory of Schrodinger and Dirac equations, or more generally in understanding flows on SL_2({\Bbb R})). One useful principle in this subject goes by the colourful name of the “avalanche principle”, and roughly speaking asserts that if A_1, A_2, \ldots \in SL_2({\Bbb R}) is such that the operator norm of A_i A_{i+1} is close to the product of the operator norms of A_i and A_{i+1}, then the operator norm of A_1 \ldots A_n is close to the product of the operator norms of A_1,\ldots,A_n, 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 1+\frac{1}{2}+\ldots+\frac{1}{n} = \log n + O(1) for the partial sums. By working slightly harder, it also gives a proof of existence of Euler’s constant \gamma, though it does not give a particularly useful formula for what that constant is.

      p.s. I believe Isabel wanted to write a_n < 1 rather than a_n \leq 1.

    4. Jim Belk Says:

      People don’t know this? I would have thought it was common knowledge.

      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.

    5. Greg Muller Says:

      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.

    6. Isabel Lugo Says:

      Indeed, I should have excluded $a_n = 1$.

    7. yaroslavvb Says:

      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 A_1,A_2\ldots converges to rank 1 (is ergodic) if
      \sum_{k=1}^\infty \sqrt{\phi(A_k)}=\infty
      Where \phi(A) is the minimum of cross-ratio \frac{b_{11}b_{22}}{b_{12}b_{21}} taken over all 2×2 submatrices of A.

    8. Omar Antolín Camarena Says:

      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.

    9. Primitive root mod p Says:

      […] the post Convergence of Infinite, we see a simple but strong convergence […]

    10. Jordan Bell Says:

      Sigh. I get depressed that so many mathematicians consider most things they know common knowledge. I use intricate arguments involving infinite products all the time, but I remember how mysterious they seemed when I first saw them. I saw them as an undergraduate doing reading on my own, and I wasn’t “taught” them until a graduate complex analysis course.

    11. ken Says:

      Do you have a link for this paper? Does this paper include the case when the infinite product converges to rank 1 and each row of the final matrix is infinite?

      By the way, is it possible to extend the case to an n\times n case. Also, do you have some papers talking about the application of the infinite product in HMM?

      Thanks a lot.

      yaroslavvb Says:
      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 A_1,A_2\ldots converges to rank 1 (is ergodic) if
      \sum_{k=1}^\infty \sqrt{\phi(A_k)}=\infty
      Where \phi(A) is the minimum of cross-ratio \frac{b_{11}b_{22}}{b_{12}b_{21}} taken over all 2×2 submatrices of A.

    12. Amin Says:

      Hi
      I am wondering what is the value of $\prod_{i=1}^\infty (1-\dfrac{1}{2^{i}})$.
      Can any one help me on this?

      Thanks

    13. Michael Lugo Says:

      Amin,

      that product is approximately 0.2887880951; it doesn’t seem to be any well-known constant.

      One way to see this is just to multiply out the first thirty or so terms. Another way is to note that

      -\log (1 – 1/2^i) = \sum_{n=1}^\infty 1/(n 2^{ni})

      and so the negative log of your product is given by

      \sum_{i=1}^\infty sum_{n=1}^\infty 1/(n 2^{ni})

      Since all terms here are positive the two sums can be interchanged; thus we have

      sum_{n=1}^\infty 1/n \sum_{i=1}^\infty 1/2^{ni}

      and summing the geometric series, this is

      sum_{n=1}^\infty 1/(n(2^n-1))

      Of course this then has to be worked out; it’s about c = 1.242062095 and your sum is e^{-c}. But it’s nice to have the transformation into an infinite sum because a lot of people are more comfortable with infinite sums than with infinite products.

    14. Are you game? (Part V – Playtime’s over) « Thesquaredcircle Says:

      […] that . Then you can show with a little bit of work the following […]

    15. Scott Carnahan Says:

      I don’t have any math to contribute (aside from noting that I find this convergence criterion useful in my work), but I’d like to say that I agree with Jordan Bell’s comment. Assertions of obviousness or common knowledge are among the most annoying behaviors I encounter in the math community. Of course, it isn’t limited to math, but that’s where I see it a lot.

    16. Richard Says:

      Thanks for all this. It is closely related to my
      Of finding the probability that a simulated anneal
      fails to find a nearby step function.

    17. Aaron F. Says:

      I’d like to throw myself in with the few benighted souls who didn’t know that this was common knowledge. 🙂 Of course, my undergraduate education in analysis was woefully incomplete…

    18. a Says:

      I am window

    19. ganeshsree Says:

      hi…i’m an undergraduate student taking complex analysis this semester…can someone help me with these questions (my professor gave it to us as exercises and i have no idea how to solve it):

      A rational function whose only pole is at infinity is a polynomial. Why?

      If f(z) is uniformly continuous in a domain D then f(z) is continuous in D. Can we prove this statement? If yes, please prove it? Thank you so so much!

    20. CogitoErgoCogitoSum Says:

      Problem!

      Whats the deal with your two questions at the end? Find a series that converges/diverges even though the associated product diverges/converges.

      I dont know anything about finding convergence of infinite products, but I do know that if there are solutions to your questions then you are in contradiction.

      The very first theorem you posted says that sums and associated products both converge and both diverge… together. You used the “if and only if” operator to make both equivalent.

    21. CogitoErgoEst Says:

      @CogitoErgoCogitoSum

      Firstly, thanks for being the first to comment on the two questions at the end.

      Secondly, thanks for the inspiration that helped me think up a pseudonym for this post.

      Thirdly, you’re not necessarily correct in saying that Jim is contradicting himself. His hypothesis for the stated theorem is, “Let a_n be a sequence of positive numbers…”, but the problem just says ” … a sequence of (real) numbers … “, which isn’t the same thing.

      That would suggest sequences of mixed sign as solutions to the two problems, though I have yet to find a solution to either of them.

      • CogitoErgoCogitoSum Says:

        @CogitoErgoEst. I must contest, actually. You are right that the questions at the end ask for any real or complex number sequence as solutions. However, the PROOF of the theorem rests on the premise that the sequences are positive and real. Therefore we would be incorrect to use the theorem for any other type of sequence.

    22. Anonymous Says:

      Is there any hope of some one deriving the Wallace product for pi the way Wallace derived it, not using any mathematics that came after him? And without skipping any steps? In simple English. Please help. i have never seen such a proof. The derivation Wallace gives in the 17th century is way above my head.

    23. mezzomare Says:

      my name is mezzomare.

    24. dishwasher cleaner for hard water Says:

      dishwasher cleaner for hard water…

      […]Convergence of Infinite Products « The Everything Seminar[…]…

    25. mute Says:

      internetten par akzanma konusunda güzel haırlanmış siteniz var

    26. online products Says:

      May I simply say what a comfort to discover somebody who actually knows what they are discussing online. You certainly realize how to bring an issue to light and make it important. More people should look at this and understand this side of the story. It’s surprising you aren’t more popular because you certainly have the gift.

    27. TADSSE HAILU Says:

      IS THER ANY ONE WHO ANSWER MY QUASTION;*WHERE AND WHEN DO WE APPLY THISE TYPES OF MATHEMATICAL APPLICATION IN THE RAEL WORLD*. IS THAT ONLY APPLY ON THE PAPER .

    28. internet marketers forum Says:

      I used to be suggested this blog by way of my cousin.

      I am no longer sure whether or not this submit is written through him as no one else understand such particular approximately my problem.

      You are incredible! Thanks!

    29. vakantiehuisje frankrijk Says:

      Good post. I learn something totally new and challenging on blogs I stumbleupon every day.

      It’s always interesting to read content from other writers and use a little something from their sites.

    30. ankara web tasarim Says:

      I go to see daily some web pages and sites to
      read articles or reviews, but this blog gives feature based writing.

    31. novo Says:

      There’s definately a lot to find out about this subject. I really like all the points you’ve made.

    32. наталья правдина книги Says:

      It’s an amazing piece of writing designed for all the web people; they will take benefit from it I am sure.

    33. worood Says:

      It’s an amazing piece of writing designed for all the web people; they will take benefit from it I am sure.

    34. pills Says:

      What’s up to all, how is everything, I think every one is getting more from this
      website, and your views are good in favor of new users.

    35. jqsyeddvknm@gmail.com Says:

      Some genuinely nice and utilitarian info on this internet site, besides I believe the design and style has fantastic features.
      Detroit Red Wings Samsung Galaxy Note 4 Cases Jersey Stripe http://www.wyk.co.kr/love/Detroit-Red-Wings-Samsung-Galaxy-Note-4-Cases-Jersey-Stripe-8702.html

    36. seo hizmeti Says:

      Beğendiğim paylaşımlardan teşekkürler

    37. opencart web tasarım Says:

      Uzun zamandır bulamadığım içerikdi çok teşekkür ederim

    38. Convergence of Infinite products | KaHat Says:

      […] [1] “The everything of seminar” blog – https://cornellmath.wordpress.com/2008/01/26/convergence-of-infinite-products […]

    39. özel web yazılım Says:

      Her zamanki gibi harika bir paylaşım olmuş

    40. kurumsal seo çalışması Says:

      Uzun süredir bulamadığım içerikdi teşekkürler

    41. web site tasarımı Says:

      Uzun zamandır bulamadığım içerikdi teşekkürler

    42. istanbul web Says:

      Sayfanızı çok beğendim tebrikler

    43. prof dr mircea orasanu Says:

      convergence of infinite products appear in entire analytic complex functions and representation of trigonometric functions or logarithm function or exponential complex function and other entire functions when is used the criterion of rapport

    44. After few months of coding, we finally found the way, how to bypass PayPal security checks and add money on your PayPal account absolutely free Says:

      then you are on the right place! Paypal money generator is made by team of professional Coders

      NOW YOU CAN GRAB OUR NEW WEB TRAFFIC “ROBOT” THAT WORKS 24/7 TO BRING YOU FREE TRAFFIC AND SUBSCRIBERS!

    45. dopisivanje Says:

      Happy holidays to all, Hey there! I realize this is style of off-matter, still I’d figured I’d request. Would on your own be fascinated within exchanging backlinks or perhaps visitor authoring a blog site short article or vice-versa? My website goes more than a whole lot of the similar subject areas as yours, and I consider we might significantly usefulness versus each and every other. If your self take place toward be intrigued, sense cost-free towards shoot me an e-deliver. I feel in advance in the direction of listening to versus your self! Superb website as a result of the route!

    46. butiga poznanstva Says:

      zene za udaju slike

    47. How to prove prod_{i=1}^{infty} (1-a_n) = 0prod_{i=1}^{infty} (1-a_n) = 0 iff sum_{i=1}^{infty} a_n = inftysum_{i=1}^{infty} a_n = infty? – Math Solution Says:

      […] For a non-pobabilistic proof, see proof and the first comment here […]

    48. Nature of the series ∑un,un=n!∏nk=1sin(xk) sum u_{n}, u_{n}=n!prod_{k=1}^n sinleft(frac{x}{k}right) – Math Solution Says:

      […] sin x<x we see u_n<1. In order to apply a convergence criterion for infinite products, let us work with v_n = 1/u_n instead. Let us remember that "convergence" of […]

    49. 無限商品の収束(2008年) – 世界の話題を日本語でザックリ素早く確認! Says:

      […] この記事はHackerNewsに掲載された下記の記事およびそれに対するHackerNews上のコメントを元に作成されています。Convergence of Infinite Products (2008) […]

    Leave a comment