2

$\prod (1+a_n)$ converges iff $ \sum a_n$ converges. For which range of $a_n$ it will be true. $a_n \in \Bbb R$ $\forall n \in \Bbb N$. Can anyone tell me along with the proof. I think for $a_n > 0$ it will be true but can't get proof.

Ri-Li
  • 9,038

1 Answers1

2

Here's a proof for one direction, assuming that $a_n > 0 \ \forall n$. Let $\sum_n a_n = c$. Then, using the inequality $\log(1 + x) \le x$, and the fact that $e^x$ is monotonically increasing:

$$ \prod_n (1 + a_n) = e^{\log\prod_n(1 +a_n)} = e^{\sum_n \log(1 +a_n)} \le e^{\sum_n a_n} = e^c < \infty $$

lum
  • 376
  • 1
    For the other direction, you can use the fact that $x\leq 2\log(1+x)$ for small enough $x>0$. In particular, it's true for all $0<x<2$ – Kitegi Sep 08 '15 at 14:01