Let $(X_i)_{i \geq 1}$ be a sequence of i.i.d. random variables with $P(X_i = 1) = P(X_i = −1) = 1/2$. Define $Z_k = \prod_{i=1}^{k} X_i$. Prove that $(Z_k)_{k≥1}$ is a sequence of independent random variables.
My solution:
For any sequence $Z_k$ the probability of an event $\omega=(\omega_1\cdot\omega_2\ldots\omega_k)$ is given by the product $\frac{1}{2^k}$. Therefore for any two $Z_k$'s (suppose $Z_k$ and $Z_m$) in the sequence $(Z_k)_{k \geq 1}$ is going to be the product $\frac{1}{2^k}\cdot\frac{1}{2^{k-m}}$ (if $k \geq m$) since the first $m$ events would be common to both. However I don't understand how this makes them independent. If the answer was $\frac{1}{2^k}\cdot\frac{1}{2^m}$ instead, that would be a proof of independence, no?