If P(a|b) = P(a), then P(a|b,c) = P(a|c)
I think this is a correct statement. If a and b are independent, then it makes sense that the probability of a given b and c is the same as the probability of a given c. But how do I prove that this is correct
Consider the uniform distribution on $\{1,2,3,4\}$ and consider $A=\{1,2\},B=\{1,3\}$ and $C=\{1,4\}$. (This is a handy example to keep in your back pocket for several counterexamples).
Verify that $A$ is independent of $B$ and $A$ is independent of $C$. However, here we have $\Pr(A\mid B\cap C) = 1\neq \Pr(A\mid C) = \dfrac{1}{2}$