Let A be an event such that P[A] ∈ (0, 1). Show that A and AC are not independent. Does this still hold if P[A] ∈ {0, 1}?
The solution is: We have P[A∩A^C] = P[∅] = 0. On the other hand, P[A]·P[A^C] = PA. The events are independent if, and only if, these two quantities are equal, i.e., if, and only if, P[A] = 0 or P[A] = 1.
Are the events independent, because for both P[A] = 0 or 1, P[A]·P[A^C] = PA = 0?
P[A]·P[A^C] = PA
." What do you mean byPA
? That does not match the notation you have been using till now. You should have found $\Pr(A)\cdot\Pr(A^c)=\Pr(A)\cdot(1-\Pr(A))$ which you should know is equal to zero iff $\Pr(A)$ is zero or $\Pr(A)=1$. – JMoravitz Oct 24 '23 at 13:32