55

Convergence of Infinite Products | The Everything Seminar

 3 years ago
source link: https://cornellmath.wordpress.com/2008/01/26/convergence-of-infinite-products/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Convergence of Infinite Products

by Jim Belk

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).

This entry was posted on January 26, 2008 at 7:18 am and is filed under Basic Grad Student, High School, Jim, Undergraduate. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

49 Responses to “Convergence of Infinite Products”

  1. e3d1f6bcefde03f65f79366161bfa3f3?s=32&d=identicon&r=GIsabel Lugo Says:
    January 26, 2008 at 10:21 am | Reply

    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. ed8df1b934fbb8259a5d1f369e168172?s=32&d=identicon&r=GJohn Armstrong Says:
    January 26, 2008 at 11:37 am | Reply

    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. 3c795880f3b73784a9b75fbff3772701?s=32&d=identicon&r=GTerence Tao Says:
    January 26, 2008 at 1:30 pm | Reply

    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. c51ee5c810da11aa6b2535ebade42618?s=32&d=identicon&r=GJim Belk Says:
    January 26, 2008 at 4:55 pm | Reply

    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. 564138005e83726b835a621c3392f87a?s=32&d=identicon&r=GGreg Muller Says:
    January 26, 2008 at 5:56 pm | Reply

    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. e3d1f6bcefde03f65f79366161bfa3f3?s=32&d=identicon&r=GIsabel Lugo Says:
    January 26, 2008 at 8:08 pm | Reply

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

  7. 838fe4f0c962d69777611eed07281bd2?s=32&d=identicon&r=Gyaroslavvb Says:
    January 27, 2008 at 3:05 am | Reply

    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. bbf02cf7b115d5daf381f6e8837997bb?s=32&d=identicon&r=GOmar Antolín Camarena Says:
    January 27, 2008 at 2:23 pm | Reply

    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:
    February 27, 2008 at 6:23 pm | Reply

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

  10. d2259ffb9eb005241950dd4fe7945624?s=32&d=identicon&r=GJordan Bell Says:
    July 27, 2008 at 12:18 am | Reply

    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. ?s=32&d=identicon&r=Gken Says:
    October 13, 2008 at 1:18 am | Reply

    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. c816ddff84666e547cc9a2c4bdb28889?s=32&d=identicon&r=GAmin Says:
    February 3, 2009 at 12:35 am | Reply

    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. d43e341f8e036139af0e8ba03f21b94f?s=32&d=identicon&r=GMichael Lugo Says:
    February 12, 2009 at 11:17 pm | Reply

    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:
    May 31, 2009 at 2:12 pm | Reply

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

  15. f9a11ac7717ec31199b77e2d2acc179d?s=32&d=identicon&r=GScott Carnahan Says:
    June 26, 2009 at 10:20 pm | Reply

    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. 80e2b577198fa8c6b53a3a11c1db4700?s=32&d=identicon&r=GRichard Says:
    September 8, 2009 at 7:37 am | Reply

    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. 222a87019a3fee76802bf022cbfbdd4f?s=32&d=identicon&r=GAaron F. Says:
    December 27, 2009 at 3:06 am | Reply

    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. b590084f530beaf124221a1dd434f75b?s=32&d=identicon&r=Ga Says:
    January 9, 2010 at 7:55 pm | Reply

    I am window

  19. 86b9cd77142de0e56f74ec8623b26992?s=32&d=identicon&r=Gganeshsree Says:
    April 7, 2010 at 1:49 am | Reply

    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. 57e80d0ec33315edd89b251f378570a4?s=32&d=identicon&r=GCogitoErgoCogitoSum Says:
    October 24, 2010 at 8:46 pm | Reply

    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. 2f33b856d64b5d04f7e92cb5c7ef5fd2?s=32&d=identicon&r=GCogitoErgoEst Says:
    February 27, 2011 at 12:54 pm | Reply

    @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.

    • 57e80d0ec33315edd89b251f378570a4?s=32&d=identicon&r=GCogitoErgoCogitoSum Says:
      November 14, 2011 at 6:33 am | Reply

      @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. 40fcbaae5e8a261b2ab262f1a4dd6871?s=32&d=identicon&r=GAnonymous Says:
    October 19, 2011 at 5:08 pm | Reply

    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. 40fcbaae5e8a261b2ab262f1a4dd6871?s=32&d=identicon&r=Gmezzomare Says:
    October 19, 2011 at 5:09 pm | Reply

    my name is mezzomare.

  24. dishwasher cleaner for hard water Says:
    December 31, 2011 at 3:18 am | Reply

    dishwasher cleaner for hard water…

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

  25. 1ba8c65f39c3990cc92e3559e6c00705?s=32&d=identicon&r=Gmute Says:
    December 20, 2012 at 12:10 pm | Reply

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

  26. aa6250a9650c6362ebb7029abe40e652?s=32&d=identicon&r=Gonline products Says:
    December 22, 2012 at 12:51 am | Reply

    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. ?s=32&d=identicon&r=GTADSSE HAILU Says:
    April 9, 2013 at 8:16 am | Reply

    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. 852eaf5ba9ae7e73ead37bd3f6a05cae?s=32&d=identicon&r=Ginternet marketers forum Says:
    June 29, 2013 at 9:44 pm | Reply

    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. 93a4c7869618c500b16b5e3b09d86468?s=32&d=identicon&r=Gvakantiehuisje frankrijk Says:
    July 2, 2013 at 5:40 am | Reply

    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. ff096c313251fd7d52933aa0b18ff574?s=32&d=identicon&r=Gankara web tasarim Says:
    July 23, 2013 at 8:58 pm | Reply

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

  31. 7028c7d7108dc238ad0712413495dd01?s=32&d=identicon&r=Gnovo Says:
    July 26, 2013 at 10:31 am | Reply

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

  32. ca251522bebb09a12ba1c6749f604378?s=32&d=identicon&r=Gнаталья правдина книги Says:
    August 10, 2013 at 6:23 pm | Reply

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

  33. ?s=32&d=identicon&r=Gworood Says:
    May 2, 2014 at 10:12 am | Reply

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

  34. ca5e9080ad354e2e38b78afa84d7a319?s=32&d=identicon&r=Gpills Says:
    September 22, 2014 at 12:41 pm | Reply

    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. ?s=32&d=identicon&r=G[email protected] Says:
    January 18, 2015 at 2:13 pm | Reply

    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. 9d696449758eb84e092b21141a770010?s=32&d=identicon&r=Gseo hizmeti Says:
    December 26, 2015 at 12:57 pm | Reply

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

  37. a60feedd8a64fb8aafc2ede0f9b0d8c3?s=32&d=identicon&r=Gopencart web tasarım Says:
    September 18, 2016 at 3:02 pm | Reply

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

  38. Convergence of Infinite products | KaHat Says:
    March 24, 2017 at 8:00 am | Reply

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

  39. 699aef00bd62a0d69e1e6928d7f25127?s=32&d=identicon&r=Gözel web yazılım Says:
    May 14, 2017 at 6:13 am | Reply

    Her zamanki gibi harika bir paylaşım olmuş

  40. 06e9b2f1da0f7cb5eed6cc8f95d5dc1a?s=32&d=identicon&r=Gkurumsal seo çalışması Says:
    July 8, 2017 at 4:37 am | Reply

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

  41. 5554ce99bbd804f143e4f9ac9058a414?s=32&d=identicon&r=Gweb site tasarımı Says:
    February 10, 2018 at 10:38 am | Reply

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

  42. b4908633e7d68b26983446d6235b1d57?s=32&d=identicon&r=Gistanbul web Says:
    February 12, 2018 at 9:30 am | Reply

    Sayfanızı çok beğendim tebrikler

  43. c7cfd2f6c440d248b7eecd4c402c1d7e?s=32&d=identicon&r=Gprof dr mircea orasanu Says:
    April 11, 2019 at 1:57 pm | Reply

    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:
    July 21, 2019 at 8:22 am | Reply

    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. ed00bc0b30b9341efe4289825222fe59?s=32&d=identicon&r=Gdopisivanje Says:
    December 27, 2019 at 12:03 am | Reply

    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. 1ac721b52a8c6e134fea819b54c63f73?s=32&d=identicon&r=Gbutiga poznanstva Says:
    September 16, 2020 at 8:33 pm | Reply

    zene za udaju slike

Leave a Reply Cancel reply


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK