Here we look again at infinite products because previously we didn't focus on infinite products of complex numbers, and presented the convergence criteria without explaining them.
The video for this topic is at [youtube], and slides are here [pdf].
Initial Intuition
Let's first develop an intuition for infinite products through some examples.
$$2\times3\times4\times5\times\ldots$$
It is easy to see the above product diverges. Each factor increases the size of the product.
$$2\times0\times4\times5\times\ldots$$
It is a fundamental idea that multiplying by zero causes a product to be zero. The product is zero because one of the factors is zero.
$$\frac{1}{2}\times\frac{1}{3}\times\frac{1}{4}\times\frac{1}{5}\times\ldots$$
This product is more interesting. Each factor is a fraction that reduces the size of the product. As the number of these reducing factors grows, the product gets ever closer to zero. We can make the leap to say the value of the infinite product is zero.
We have found two different ways for the product to be zero. We'll need to keep both in mind as we work with infinite products.
Definition
Similar to infinite series, we say an infinite product converges if the limit of the partial products is a finite value.
$$\lim_{N\rightarrow\infty}\prod_{n=1}^{N}a_{n}=P$$
We'll see why it is conventional to insist the finite value is non-zero.
Example 1
Example 2
Convergence And $a_{n}$
We know that for an infinite series $\sum a_{n}$ to converge, the terms $a_{n}$ must $\rightarrow0$. For an infinite product $\prod a_{n}$ to converge, the terms $a_{n}\rightarrow1$.
If each term $a_{n}$ was larger than 1, the product would get ever larger. If each term $a_{n}$ was smaller than 1, the product would get ever smaller towards zero. Negative $a_{n}$ cause partial product to oscillate, meaning convergence only happens if $a_{n}\rightarrow1$.
Removing Zero-Valued Factors
A single zero-valued factor collapses an entire product to zero. If an infinite product has a finite number of zero-valued factors, they can be removed to leave a potentially interesting different product.
For example, the following product is zero because the first factor is zero.
$$\prod_{n=1}\left(1-\frac{1}{n^{2}}\right)=0$$
Removing the first factor leaves a much more interesting product.
$$\prod_{n=2}\left(1-\frac{1}{n^{2}}\right)=\frac{1}{2}$$
Convergence Criteria 1
Since the terms in a convergent infinite product tend to 1, it is useful to write the factors as $(1+a_{n})$.
$$P=\prod\left(1+a_{n}\right)$$
We can turn a product into a sum by taking the logarithm.
$$\ln(P)=\ln\prod\left(1+a_{n}\right)=\sum\ln\left(1+a_{n}\right)$$
Using $1+x\leq e^{x}$ we arrive at a nice inequality.
$$\ln(P)\leq\sum a_{n}$$
This tells us that if the sum is bounded, the product is bounded too. If the terms $a_{n}$ are always positive, then the sum can only grow monotonically (without oscillation), so the boundedness is convergence. This is a useful result but we can strengthen it.
Expanding out the product $\prod(1+a_{n})$ gives us a sum which includes the terms 1, all the individual $a_{n}$, and also the combinations of different $a_{n}$ multiplied together. This gives us an inequality for $\sum a_{n}$ in the other direction.
$$1+\sum a_{n}\leq\prod\left(1+a_{n}\right)=P$$
This tell us that if the product converges, so does the sum. The two results together give us our first convergence criterion.
$$\sum a_{n}\text{ converges }\Leftrightarrow\prod\left(1+a_{n}\right)\text{ converges, for }a_{n}>0$$ |
This allows us to say $\prod(1+1/n)$ diverges because $\sum1/n$ diverges, and that $\prod(1+1/n^{2})$ converges because $\sum1/n^{2}$ converges.
Convergence Criterion 2
A very similar argument that uses $1-x\leq e^{-x}$ leads to a criterion for products of the form $\prod(1-a_{n})$.
$$\sum a_{n}\text{ converges }\Leftrightarrow\prod\left(1-a_{n}\right)\text{ converges, for }0<a_{n}<1$$ |
So $\prod_{2}^{\infty}(1-1/n)$ diverges, because $\sum1/n$ diverges.
Divergence To Zero
The logarithmic view of infinite products is useful because it turns a product into a sum, but it has an interesting side effect.
If the partial products tend to zero, then the logarithm diverges towards $-\infty$. This is why we say a product diverges to zero.
Convergence Criteria 3
The previous convergence criteria are for real values of $a_{n}$. It would be useful to have a criterion for complex $a_{n}$. To do that we need an intermediate result about $|a_{n}|$.
For complex $a_{n}$, we have $|a_{n}|>0$ for all $a_{n}\neq0$. This gives is an intermediate result.
$$\sum|a_{n}|\text{ converges }\Leftrightarrow\prod(1+|a_{n}|)\text{ converges}$$
We are interested in products $\prod(1+a_{n})$ with complex $a_{n}$, not just $\prod(1+|a_{n}|)$. Let's start with two partial products with complex $a_{n}$.
$$p_{N}=\prod^{N}(1+a_{n})$$
$$q_{N}=\prod^{N}(1+|a_{n}|)$$
We need to assert $a_{n}\neq-1$ to ensure no zero-valued factors $(1+a_{n})$.
For $N>M\geq1$, we can compare $|p_{N}-p_{M}|$ with $|q_{N}-q_{M}|$ with a little algebra.
$$\begin{align}\left|p_{N}-p_{M}\right|&=|p_{M}|\cdot\left|\frac{p_{N}}{p_{M}}-1\right|\\&\\&=|p_{M}|\cdot\left|\prod_{M+1}^{N}(1+a_{n})-1\right|\\&\\&\leq|q_{M}|\cdot\left|\prod_{M+1}^{N}(1+|a_{n}|)-1\right|\\&\\&=|q_{M}|\cdot\left|\frac{q_{N}}{q_{M}}-1\right|\\&\\\left|p_{N}-p_{M}\right|&\leq\left|q_{N}-q_{M}\right|\end{align}$$
If $|q_{N}-q_{M}|<\epsilon$, where $\epsilon$ is as small as we want, then $|p_{N}-p_{M}|<\epsilon$ too. This the Cauchy criterion for convergence, and it tells us that if $q_{N}$ converges, so does $p_{N}$.
So $\sum|a_{n}|$ converges means $\prod(1+|a_{n}|)$ converges, which we can now say means $\prod(1+a_{n})$ also converges. We finally have our third convergence criterion.
$$\sum|a_{n}|\text{ converges }\implies\prod(1+a_{n})\text{ converges, for }a_{n}\neq-1$$ |
Notice this criterion is one way. We can't say the sum converges if the product converges. So we've have a new constraint.
Why Convergence Is Non-Zero
Riemann Zeta Function $\zeta(s) \neq 0$ for $\sigma>1$
The Riemann Zeta function can be written as an infinite product over primes. Here $s=\sigma+it$, and $\sigma>1$.
$$\zeta(s)=\sum\frac{1}{n^{s}}=\prod\left(1-\frac{1}{p^{s}}\right)^{-1}$$
It is natural to ask if $\zeta(s)$ has any zeros in the domain $\sigma>1$.
None of the factors $(1-1/p^{s})^{-1}$ is zero. That would require $p^{s}$ to be zero, and that isn't possible.
$$\left|p^{s}\right|=\left|e^{s\ln(p)}\right|=e^{\sigma\ln(p)}>0$$
We also need to check the infinite product doesn't diverge to zero. For the moment let's consider $1/\zeta(s)=\prod(1-1/p^{s})$. Using the third convergence criterion, we check whether $\sum|1/p^{s}| $converges.
$$\sum\left|\frac{1}{p^{s}}\right|=\sum\frac{1}{p^{\sigma}}\leq\sum\frac{1}{n^{\sigma}}$$
The reason $\sum1/p^{\sigma}\leq\sum1/n^{\sigma}$ is because there are fewer primes $p$ than integers $n$. Because $\sum1/n^{\sigma}$ converges for $\sigma>1$, so does $\sum|1/p^{s}|$. This means $1/\zeta(s)$ converges to a non-zero value, and therefore so does $\zeta(s)$.
We can now say the Riemann Zeta function has no zeros in the domain $\sigma>1$.
No comments:
Post a Comment