Let $(X_i)_0^{\infty}$ be i.i.d. uniform $[0, 1]$ random variables.
How can I prove that $Y_n = X_1 X_2 \cdots X_n$ converges almost surely. And to what limit?
I have no idea on how to start this type of question.
What I tried:
I tried somehow to convert Multiplication to sum, for example I know that $$ \log(Y_n) = \sum_{i=1}^{n} \log(X_i)$$
and I know that: $$Y_n = e^{\log(X_1 X_2 \cdots X_n)} = e^{\sum_{i=1}^{n} \log(X_i)}$$
But as you can see I got sum of random variables and not average, thus I can't use Law of large numbers in this case.
The same happens when trying to prove that $\frac{1}{n^2} (X_1 + \cdots + X_n)$ converges.
It follows that...how you moved from multiplication to summation... – zoro Feb 21 '23 at 19:39