Proposition
I have a collection of independent events B, C and D. I am trying to check if for another event $A$, $P(A|B,C,D) = P(A|B,D) \cdot P(A|C,D)$
Argument $P(A|B,C,D) = \dfrac{P(A, B, C, D)}{P(B, C, D)} = \dfrac{P(A, B, C, D)}{P(B,C|D) \cdot P(D)} = \dfrac{P(A, B, C, D)}{P(B|D) \cdot P(C|D) \cdot P(D)} = \dfrac{P(A, B, C, D)}{P(B|D) \cdot P(C, D)}$
However, the numerator seems intractable. Any suggestions regarding the truthiness of the proposition and guidance regarding how to go about proving or disproving this?