About the definition of an infinite product and its analysis

complex-analysisinfinite-product

Definition: Let $c_1,c_2,\dots$ be a sequence of complex numbers. The infinite product $\prod_{k=1}^{\infty}c_k$ is said to converge if there to each $\epsilon>0$ exists an $N\in\mathbb{N}$ such that for all $n\geq N$ and $p\geq 1$
$$
\left | \prod_{k=n+1}^{n+p}c_k-1 \right |<\epsilon \tag{1}
$$

It's mentioned in the book page 162:

If the infinite product $\prod_{k=1}^{\infty}c_k$ converges, then the numbers $C_n:=\prod_{k=1}^{n}c_k$, $n=1,2,\dots$ form a bounded sequence. Using (1) we find that $(C_n)$ is a Cauchy sequence and therefore has a limit in $\mathbb{C}$. We use the notation $\prod_{k=1}^{\infty}c_k$ also for this limit and say that it is the value of the infinite product.

and

Also note that if $\prod_{k=1}^{\infty}c_k$ is a convergent product, then $\prod_{k=1}^{\infty}c_k=0$ if and only if at least one of the factors $c_k$ is zero.

Could anyone explain why $(C_n)$ is a Cauchy sequence, and why is the last quotation true?

Best Answer

If $C_k=0$ for some $k$ then $C_k=0$ for all $k>n$ and the sequence is clearly Cauchy. So assume $C_k\ne 0$ for all $k$. As we know that the sequence $C_n$ is bounded, we can pick $L>0$ with $|C_k|<L$ for all $k$. Fix $\epsilon>0$. By assumption, for $\epsilon':=\frac {\epsilon}L$ there exists $N$ such that $n>N$ and $p\ge 1$, we have $$\left|\prod _{k=n+1}^{n+p} c_k-1\right|<\epsilon'$$

Equivalently, for all $n,m>N$, where wlog $m>n$, $$\left|\frac {C_m}{C_n}-1\right|<\frac\epsilon L.$$ Thus for such $n,m$ $$ |C_m-C_n|<\frac{\epsilon|C_n|}{L}<\epsilon.$$


If the product converges, then for $\epsilon=\frac12$ there exists $N$ such that $\left|\prod_{k=n+1}^m-1\right|<\frac12$ for all $m>n>N$. In particular, either $C_{N+1}=0$, or $\left|\frac{C_m}{C_{N+1}}-1\right|<\frac12$, whence $ |C_m|>\frac12 |C_{n+1}|$. Hence either $C_{N+1}=0$ or $C_m\not\to 0$.

Related Question