Re: P(A|B&C)=[/P(A|B)*P(A|C)]/P(A) ?



nulli0.9@xxxxxx wrote:
I have a question.
if B and C are independent. Does the following relation hold?:

P(A|B&C)=[/P(A|B)*P(A|C)]/P(A)

If not could someone tell me why the following proof is not correct:

P(A|B&C)
= P(A&B&C) / P(B&C)
= P(A&B&C) / (P(B)*(P(C))
= P(B&C|A)*P(A) / (P(B)*P(C))
= P(B|A)*P(C|A)*P(A) / (P(B)*P(C))

P(B,C) = P(B)*P(C) does not imply P(B,C|A) = P(B|A)*P(C|A)

= P(B|A)*P(C|A)*P(A)*P(A) / (P(A)*P(B)*P(C))
= P(A&B)*P(A&C) / (P(A)*P(B)*P(C))
= (P(A|B)*P(A|C)) /P(A) q.e.d.

.