Given two independent events $A$ and $B$, with given conditions:
$0 \lt P(A) , P(B) <1 $.
Which one of the following options is/are false?
- $A$ and $B’$ are independent.
- $A’$ and $B’$ are independent.
- $P(A|B) = P(A|B’)$
- For any event c, with $0 \lt P(c) \lt 1$, $P(AB|c)= P(A|c)\cdot P(B|c)$
Here is what I tried:
A and B are independent iff: $P(A \cap B)$ $=$ $P(A)\cdot P(B)$
Now, we have : $P(A) = P(A \cap B) + P(A \cap B')$
So,
$ P(A \cap B')$ $=$ $P(A) - P(A \cap B)$
$=$ $P(A) - P(A)\cdot P(B)$
$=$ $[1-P(B)]\cdot P(A)$
$=$ $P(A)\cdot P(B')$
Thus, 1 is true.We know that, $P(A’ \cap B’) =P(A \cup B )’$
$ =1 - P(A \cup B)$
$ =1 - P(A) - P(B) + P( A \cap B)$
$ =1 - P(A) - P(B) + P(A)\cdot P(B)$
$ = [1-P(A)] \cdot [1-P(B)]$
$ =P(A’)P(B’) $
Thus, 2 is also true.By conditional probability, $P(A | B)$ $=$ $\frac{P(A \cap B)} {P(B)}$
$=$ $\frac{P(A)\cdot P(B)}{P(B)}$
$=$ $P(A) $
And
$P(A | B') $ $ =$ $\frac{P(A \cap B')}{P(B')}$
$=$ $\frac{P(A)\cdot P(B')}{P(B')}$
$=$ $P(A) $
The problem is with 4. I tried to disprove it, by finding a counter-example, and I couldn't.
What is the correct answer?