This is something I never really got in either Elementary Probability Theory or Advanced Probability Theory because my professors mainly discussed independence between 2 objects. Please tell me if my understanding is right:
- Events $A_1, A_2,\dots,A_n$ are independent: For any distinct indices $i_1, i_2, \dots, i_n$
$$P(A_{i_1}, A_{i_2}, \dots, A_{i_n}) = \prod_{i = i_1}^{i_n} P(A_i).\tag{A}$$
This is not the same as $P(A_1, \dots, A_n) = \prod_{i = 1}^{n} P(A_i)$.
- Sigma-algebras or Pi-systems $\mathscr{A}_1, \mathscr{A}_2, \dots, \mathscr{A}_n$ are independent: For any distinct indices $i_1, i_2, \dots, i_n$
$$P(A_{i_1}, A_{i_2}, \dots, A_{i_n}) = \prod_{i = i_1}^{i_n} P(A_i)\mbox{ where } A_{i_1} \in \mathscr{A}_{i_1}, A_{i_2} \in \mathscr{A}_{i_2}, \dots, A_{i_n} \in \mathscr{A}_{i_n}.\tag{B}$$
I'm guessing this is not the same as $P(A_1, \dots, A_n) = \prod_{i = 1}^{n} P(A_i)$ for similar reasons (where $A_{1} \in \mathscr{A}_{1}, A_{2} \in \mathscr{A}_{2}, \dots, A_{n} \in \mathscr{A}_{n}$).
- However, I saw that in Stochastic Calculus when random variables $Y_1, Y_2, ... Y_n$ are independent, we CAN say that for all Borel sets $B_i$,
$$P\left(\bigcap_{i=1}^{n} (Y_i \in B_i)\right) = \prod_{i=1}^{n} P(Y_i \in B_i).\tag{C}$$
Apparently, that is equivalent to saying for any distinct indices $i_1, i_2, \dots, i_n$ and for all Borel sets $B_i$, $$P\left(\bigcap_{i=i_1}^{i_n} (Y_i \in B_i)\right) = \prod_{i=i_1}^{i_n} P(Y_i \in B_i)\tag{$C_1$}.$$
I was surprised because I thought $P(\bigcap_{i=1}^{n} (Y_i \in B_i)) = \Pi_{i=1}^{n} P(Y_i \in B_i)$ does not establish $k$-wise independence, but apparently it does.
Is there an analogue of $C_1$ for A or B?
Note: I acknowledge the title may not be very good. Please suggest a better title if needed.