For events A, B, C $\subset \Omega$ we write A $\bot$ B if A and B are independent.
1) Is it true that if A $\bot$ B and A $\bot$ C then A $\bot$ B $\cap$ C?
2) Is it true that if A $\bot$ B and A $\bot$ C then A $\bot$ B $\cup$ C?
Any hint, suggestion or solution is welcomed.
Thank you
Consider the classical fair dice example. So let $T$ be a random variable with values in $\{1,2,3,4,5,6\}$, each equally likely.
Define $A:=\{1,2,3,4\}$, $B:=\{1,3,5\}$ and $C:=\{2,4,5\}$.
Now $P(A \cap B)=1/3=P(A)P(B)$ and $P(A \cap C)=1/3=P(A)P(C)$, so $A$ is independent of $B$ and $A$ is independent of $C$. But $B \cap C = \{5\}$, such that
$P(A \cap (B \cap C))=P(\emptyset)=0 \neq \frac{1}{6}\frac{4}{6} = P(A)P(B \cap C)$.
Equally, $B \cup C = \{1,2,3,4,5\}$, such that
$P(A \cap (B \cup C))=P(\{1,2,3,4\})=P(A)\neq P(A)P(B \cup C)$.
Thus none of the statement hold in general.