I was trying to follow a computation done in my class notes, and was having difficulty seeing the inspiration for a part of the manipulation in a question regarding probability.
I did some Googling, found another set of notes online which gave this rule:
$$\mathbb{P}(A \cap B |C) = \mathbb{P}(A|C)\cdot\mathbb{P}(B|A\cap C) $$
This cleared up my confusion with regards the manipulation in my original notes, but now I don't actually understand what that formula is based on. It doesn't look like a variant of Bayes' Theorem as far as I can see, and it extends beyond my knowledge of conditional probability.
Can someone explain how one might derive this rule from basic probability laws? I imagine it's actually fairly simple but I can't find a source online that explains it rather than just stating without proof or explanation.
It is known as the chain rule. A justification can be seen, assuming of course $\Pr[C] > 0$ and $\Pr[A\cap C] > 0$, as $$\begin{align} \Pr[A\cap B \mid C ] &= \frac{\Pr[A\cap B \cap C ]}{\Pr[C]} = \frac{\Pr[A\cap B \cap C ]}{\Pr[A\cap C]}\cdot \frac{\Pr[A \cap C ]}{\Pr[C]} \\ &= \Pr[B\mid A\cap C ]\cdot \Pr[A \mid C ] \end{align}$$ where the first and last equalities are by definition of conditional probabilities.