Is it possible to have three events $A,B,C$ such that $A$ is mutually independent to $B,C$ and $B$ is NOT mutually independent to $A,C$.
By mutual independence I mean, $A$ is mutually independent to a set $S$ if $$P\left[A\left|\bigcap_{X\in S} X\right.\right] = P[A]$$ for all subsets $X$ of $S$.
I tried thinking of it in terms of rolling two dice. Having $A,B$ be the events such that the first die results in something, and the second die results in something else. Also having $C$ be the sum of the two dice resulting in some value. But no matter what events I choose for $A,B,C$ I can't come up with ones that fit my constraints. Any help would be appreciated.
$A$ being mutually independent of $B$ means $P(A\cap B) / P(B) = P(A)$.
That means $P(A\cap B) = P(B) P(A)$, so if $A$ is mutually independent of $B$, then $B$ is mutually independent of $A$. You can make $A$, $B$ two rolls of two distinct dice, and $C$ to be the exact same event as $B$. Then $A$ is independent to $B,C$, and $B$ is independent to $A$, but $B$ is not independent to $C$, because $B$ is $C$.