Let $Z_1,Z_2, \ldots$ be independent non-negative random variables defined on a probability space $(\Omega,\mathcal{F},\mathbb{P})$ with $\mathbb{E} Z_n = 1$ for all $n \in \mathbb{N}$. The process $(M_n)_{n \in \mathbb{N}}$ defined by $M_n = \prod_{i=1}^n Z_i$ is a non-negative martingale. We know that $M_\infty$ exists as an almost sure limit of $M_n$.
We want to prove that $$\mathbb{E}M_\infty = 1 \iff \prod_{k=1}^\infty r_k > 0. \qquad (*)$$
First, we introduce $R_n = Z_n^\frac{1}{2}$ and subsequently, using Jensen's equality, we see that $$(\mathbb{E}R_n)^2 \leq \mathbb{E}R_n^2 = \mathbb{E} Z_n = 1.$$ It follows that $r_n := \mathbb{E}R_n \leq 1$ for all $n \in \mathbb{N}$, since $R_n = Z_n^\frac{1}{2}$ are non-negative random variables. Secondly, we let $N$ be the martingale defined by $N_n = \prod_{i=1}^n \frac{R_i}{r_i}$. In order to show that \begin{align} \mathbb{E}M_\infty = 1 \iff \prod_{k=1}^\infty r_k > 0, \qquad (*) \end{align} we first have to show that $N$ is bounded in $\mathcal{L}^2$ and that consequently $M$ is uniformly integrable.
However, I face difficulties regarding the elaboration of this last statement and the proof of the equivalence. Any help is appreciated!
EDIT: The three statements to prove:
- $N$ is bounded in $\mathcal{L}^2$ and that subsequently $M$ is uniformly integrable.
- $\prod_{i=1}^\infty r_k > 0 \implies \mathbb{E}M_\infty =1$.
- $\mathbb{E}M_\infty =1 \implies \prod_{i=1}^\infty r_k > 0$.
Proof 1. \begin{align} \mathbb{E}N^2 &= \mathbb{E}\bigg[ \prod_{i=1}^n \bigg( \frac{R_i}{r_i}\bigg)^2 \bigg]\\ &= \mathbb{E}\bigg[ \prod_{i=1}^n \bigg( \frac{Z_n}{\mathbb{E}[R_n]^2}\bigg) \bigg]\\ \end{align} How to show that the above expression is finite? Jensen's inequality does not seem to work on $\mathbb{E}[R_n]^2$. And if $N$ is bounded in $\mathcal{L}^2$, why does this imply that $M$ is U.I.?
For the proofs of 2 and 3 I have no suggestions.