I have the following question and could not find an answer in any other thread:
Let $A$, $B$ and $C$ be random vectors and let it be given, that:
- $A$ is independent of $B$
- $(A, B)$ is independent of $C$
How can I show, that this implies $A$ independent of $C$ ?
It seems intuitive, but I am looking for a formal proof.
I know, that from (1.) and (2.) follows, that:
- $f_{ABC}(a,b,c) = f_{ABC}((a,b),c) = f_{AB}(a,b)\cdot f_{C}(c) = f_{A}(a)\cdot f_{B}(b)\cdot f_{C}(c)$
With $a, b, c$ being observations of $A, B, C$ respectively. Does this help at all?
I guess, I want to get an equation like this: $f_{AC}(a,c) = f_A(a) \cdot f_C(c)$
Any help/resource reference is greatly appreciated!