I'm struggling with the following problem:
Let $(\Omega, \mathcal{A}, \mathbb{P})$ be a probability space, $(X_n)_{n \in \mathbb{N}} \subseteq \mathcal{L}^0(\mathbb{P};\mathbb{R})$ i.i.d with: $$ \forall F \in \mathcal{B}(\mathbb{R}): \; \mathbb{P}(X_n \in F) = \int_F 1_{[1,e]} \frac{1}{z} \lambda^1(dz) $$ (Where $ 1_{[1,e]}$ is the indicator function). For all $n \in \mathbb{N}$ define $$ Y_n := ( \prod\limits_{k=1}^n X_k )^{1/n} $$
a) Show that for all $n \in \mathbb{N}$ $Y_n$ is $ \mathcal{A}- \mathcal{B}(\mathbb{R})$-measurable
I didn't have any issues solving this problem.
b) Show that $(Y_n)_{n \in \mathbb{N}}$ converges almost surely against 1.648721....
I tried using the law of large numbers. I calculated $$ \log((Y_n)^n) = \sum\limits_{k=1}^n \log(X_k) $$ The sequence $(\log(X_k))_{k \in \mathbb{N}}$ is still i.i.d. , thus for $k \in \mathbb{N}$ I tried to calculate the expected value $$ \mathbb{E}[\log(X_k)] = \int_\mathbb{R} \log\left(1_{[1,e]} \frac{1}{z}\right) \lambda^1(dz) $$ But when I tried to calculate this integral, it is undefined. Where did I go wrong? Another approach I thought about was trying to use the almost completely convergence, as in $$ \sum\limits_{n=1}^\infty \mathbb{P}( |Y_n - Y| > \epsilon) < \infty $$ for any $\epsilon \in (0,\infty)$, in order to imply almost sure convergence. I thought about this idea because the limit is given incompletely as a decimal representation, and not as (most likely) $\sqrt{e}$. But I can't make any significant progress with that idea
c) Show that $(Y_n)_{n \in \mathbb{N}}$ is uniformly integrable.
I tried using $L^1$-convergence to conclude that $(Y_n)_{n \in \mathbb{N}}$ is uniformly integrable. But here I encounter the same problem as in b), that I can't seem to solve the integral at hand and can't calculate the expectation.
I would be very thankful for any advice or progress to the solution!