I found this earlier question while working on something. In a nutshell, the earlier question confirms that since you have this identity for conditional probability:
$$P(A | B)=\frac{P(A\cap B )}{P(B)}$$
you can also do this:
$$P(A | B\cap C)=\frac{P(A\cap B\cap C )}{P(B\cap C)}$$
My problem is, none of the probability tutorials or textbooks seem to mention that you can treat the intersection of two events as another event (at least, of the ones I've read). Is this the sort of thing that I should have learned from set theory? Or is there a basic probability text that mentions this kind of thing? Ideally, I'd like to find out all the conditions under which you can combine events and plug the combination into one of the basic identities. Are there any good references for that?
Thank-you.