Let $Y_0,Y_1,...$ be independent random variables with $P(Y_n=1)=P(Y_n=-1)=\frac{1}{2}$ and let $X_n=\prod_{i=0}^nY_i$.
Let $\mathcal{Y}=\sigma(Y_1,Y_2,...)$ , $\mathcal{T}_n=\sigma(X_r, r>n)$, $\mathcal{L}=\bigcap_n\sigma(\mathcal{Y}, \mathcal{T}_n)$ and $\mathcal{R}=\sigma(\mathcal{Y}, \bigcap_n\mathcal{T}_n)$.
1) Prove $X_n$ are independent.
2) Prove $\mathcal{L}\neq \mathcal{R}$.
This is my attempt for the first part.
$(X_n=1)$ happens when there is an even number of $Y$s equal to $-1$, so
$$P(X_n=1)=\left({n+1 \choose 0}+{n+1 \choose 2}+...+{n+1 \choose 2[\frac{n+1}{2}]}\right)\frac{1}{2^{n+1}}.$$ I computed that the sum is equal to $2^n$, so $P(X_n=1)=P(X_n=-1)=\frac{1}{2}$. Now the event $(X_n=1)\cap(X_{n+k}=1)$ consists of the number of cases when in the first $n+1$ terms we have an even number of $-1$ (which is $2^n$ by the previuos computation) times the number of cases where $\prod_{i=n+1}^kY_{i}=1$, which is $2^{k-1}$ because it's the same number of cases that would give $X_{k-1}=1$. Therefore $$P((X_n=1)\cap(X_{n+k}=1))=\frac{2^n2^k}{2^{1+n+k}}=2^{-2}$$ which is $P(X_n=1)P(X_{n+k}=1)$. Similarly I can prove that the $X_n$ are independent because when I intersect an $n_1$ number of such events I get probability $2^{-n_1}$.
Is this correct? Are there simpler ways to do it?
As for the second part I don't know how to proceed.
Any help would be appreciated, thank you.