Given the mutually independent rv $X_1,X_2,Y_1,Y_2$, I want to show that $(X_1+Y_1),(X_2+Y_2)$ are independent as well. Is it sufficient to show that $$E((X_1+Y_1)(X_2+Y_2))=E(X_1+Y_1)E(X_2+Y_2)$$?
2026-03-29 19:10:58.1774811458
Sum of two sequences of independent random variables
47 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The usual proof applies measure theory. Using the notion of independent $\sigma$-algebras, you can prove that if
$$\{X_i:i \in I\}$$ is a collection of independent random variables, and $\{I_j: j \in J\}$ is a collection of disjoint subsets of $I$, then the collections of random variables
$$\{X_i: i \in I_j\}, j\in J$$
are also independent.
Putting $X_3:= Y_1, X_4:= Y_2$ and $I= \{1,2,3,4\}$, we get that
$$\{X_1, X_3\}, \{X_2,X_4\}$$
are independent collections. This means that $\sigma(X_1, X_3)$ and $\sigma(X_2, X_4)$ are independent. Since
$$\sigma(X_1 + X_3) \subseteq \sigma(X_1, X_3)$$ $$\sigma(X_2 + X_4) \subseteq \sigma(X_2, X_4)$$
we also get that the $\sigma$-algebras $\sigma(X_1+X_3)$ and $\sigma(X_2 + X_4)$ are independent. This means that the random variables
$$X_1+X_3 = X_1+Y_1$$
and $$X_2 + X_4 = X_2 + Y_2$$
are independent.