Proving the conditional probability

43 Views Asked by At

Can someone help me with this?

For any three events $A$, $B$ and $C$, prove the following identity: $$Pr(A \cap B\vert C) = Pr(A\vert B \cap C)Pr(B\vert C)$$

I really have no idea how to do this and where to start..

3

There are 3 best solutions below

0
On BEST ANSWER

Note that $$P(A\vert B)=\frac{P(A\cap B)}{P(B)}$$So, $$P(A\cap B\vert C)=\frac{P(A\cap B\cap C)}{P(C)}$$$$P(A\vert B\cap C)=\frac{P(A\cap B\cap C)}{P(B\cap C)}$$$$P(B\vert C)=\frac{P(B\cap C)}{P(C)}$$Hence, $$P(A\vert B\cap C)\cdot P(B\vert C) = \frac{P(A\cap B\cap C)}{P(B\cap C)}\cdot \frac{P(B\cap C)}{P(C)} = \frac{P(A\cap B\cap C)}{P(C)} = P(A\cap B\vert C)$$

1
On

Hint:

Use the relation $$P(A\vert B)=\frac{P(A\cap B)}{P(B)}$$

on both the LHS and the RHS.

0
On

Apply $P(A \mid B)=\dfrac{P(A \cap B)}{P(B)}$

LHS$=P(A\cap B \mid C)=\dfrac{P(A \cap B \cap C)}{P(C)}$

$\text{RHS}=P(A \mid B \cap C)\cdot P(B \mid C)=\dfrac{P(A \cap B \cap C)}{P(B \cap C)} \cdot \dfrac{P(B \cap C)}{P(C)}= \dfrac{P(A \cap B \cap C)}{P(C)} \blacksquare$