Prove that the limit of this sequence is > 0

  • Level: Graduate 
  • Thread starter Thread starter seeker101
  • Start date Start date
  • Tags Tags
    Limit Sequence
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
10 replies · 3K views
seeker101
Messages
28
Reaction score
0
Any suggestions on how to prove that

[tex]\prod^{\infty}_{j = 1} \left(1-\frac{1}{2^j}\right)[/tex] is greater than zero?
 
Physics news on Phys.org
How about proving that every term in the product is greater than zero?

I mean, the first one is 1 - 1/2 = 1/2 > 0, and as j gets larger, 1 - 1/2j only gets closer to 1 > 0.
 
CompuChip said:
How about proving that every term in the product is greater than zero?

I mean, the first one is 1 - 1/2 = 1/2 > 0, and as j gets larger, 1 - 1/2j only gets closer to 1 > 0.

That's not sufficient. Suppose the term was n/(n+1). As n gets larger, this term gets closer to 1 > 0. And all terms are positive. That does not mean the infinite product [tex]\prod^{\infty}_{n=1} \frac{n}{n+1}[/tex] is positive. It is in fact 0.
 
The product converges and has positive limit if and only if [tex]\sum^{\infty}_{k=1} -\log(1-2^{-k})[/tex] converges by taking the logarithm.

Using the taylor sum for the logarithm, the product converges if and only if
[tex]\sum^{\infty}_{k=1} \sum^{\infty}_{n=1} \frac{(2^{-k})^n}{n}[/tex]
converges and is equal to it if so. Since all terms are positive, we can interchange the limits (using some result of analysis). That is, the previous expression converges if and only if
[tex]\sum^{\infty}_{n=1} \sum^{\infty}_{k=1} \frac{(2^{-k})^n}{n} = \sum^{\infty}_{n=1} \frac{\frac{1}{1-2^{-n}}-1}{n} = \sum^{\infty}_{n=1} \frac{1}{(2^n-1)n}[/tex]
converges and is equal to it if it does. The equality above follows from the formula of the geometric series.

For n > 1, we have [tex](2^n-1)n \geq 2^n+2^n-n \geq 2^n[/tex]. The last expression converges if and only if [tex]\sum^{\infty}_{n=2} \frac{1}{(2^n-1)n} \leq \sum^{\infty}_{n=2} \frac{1}{2^n}[/tex] does, but this is equal to 1/2. So the other sum is less that [tex]\frac{1}{2}+\frac{1}{(2^1-1)1 } = \frac{3}{2}[/tex]. This implies that

[tex]\sum^{\infty}_{k=1} -\log(1-2^{-k}) \leq \frac{3}{2} \Leftrightarrow \sum^{\infty}_{k=1} \log(1-2^{-k}) \geq -\frac{3}{2} \Leftrightarrow \prod^{\infty}_{k=1} (1-2^{-k}) \geq e^{-\frac{3}{2}}>0[/tex]
 
Last edited:
isn't there a theorem that says [itex]\prod_{n=1}^{\infty}(1+|a_n|)[/itex] converges if & only if [itex]\sum_{n=1}^{\infty}|a_n|[/itex] converges? I think that would help somehow if a - sign were put somewhere or whatever. every term is positive so I can't imagine why the product wouldn't be positive also.
 
fourier jr said:
every term is positive so I can't imagine why the product wouldn't be positive also.

Look at my counter-example for this line of arguing two posts up. That product behaves in a similar fashion, but can easily be seen to converge to 0.
 
fourier jr said:
every term is positive so I can't imagine why the product wouldn't be positive also.

The equivalent thing for a sum would be "every summand is finite so I can't imagine why the sum wouldn't be finite also". Of course both are false:
[tex]\sum_{n=1}^\infty-1[/tex]
diverges (to [itex]-\infty[/itex]), and so does
[tex]\exp\left(\sum_{n=1}^\infty-1\right)=\prod_{n=1}^\infty e^{-1}[/tex]
(to 0).
 
fourier jr said:
argh maybe I shouldn't have even replied :frown:

We're just trying to help with some (hopefully?) intuitive explanations.
 
Just notice that [itex]e^{-2x} < 1-x < e^{-x}[/itex] for [itex]0<x\leq 0.5[/itex].