Say you have $P(A_1, A_2, \dots, A_n | B_1, B_2, \dots, B_m)$. Is there a general way to break this down into combinations of $P(X|Y)$'s and $P(Z)$'s?
I understand that $P(X|Y) = \frac{P(X,Y)}{P(Y)}$ and $P(X_1, \dots, X_n) = P(X_1)P(X_2 | X_1)P(X_3 | X_2, X_1)\dots P(X_n|X_{n-1}, \dots, X_1)$, but I'm not sure if there's a way to reduce this using these formulas.
Does anyone have any ideas?
Any probability of the form P(.|X) forms a probability law. They obey all the axioms.
So, $(_1,_2,…,_n|_1,_2,…,_) = P(A_1|_1,_2,…,_) . P(A_2 | _1,_2,…,_,A_1) . P(A_3 | _1,_2,…,_, A_1, A_2) ... P(A_n| _1,_2,…,_, A_1, A_2 ... A_n)$ .