ToNoAvail27
- 7
- 0
Homework Statement
a_n is a sequence of positive numbers. Prove that \prod_{n=1}^{\infty} (1+a_n) converges if and only if \sum_{n=1}^{\infty} a_n converges.
Homework Equations
The Attempt at a Solution
I first tried writing out a partial product: \prod_{n=1}^{N} (1+a_n) = (1+a_1)(1+a_2)\dots(1+a_N) = 1 + \prod_{n=1}^{N} a_n + \sum_{n=1}^{N} a_n + C, where C is the sum of all the combinations of the a_i, such as a_1a_2a_N etc, but that did not really lead me to much. I was given the hint of using the logarithm, but I am not really sure when I would use that. Perhaps when the sum converges, so does \log(1+a_n), though I'm not sure how that relates.