[Math] how to prove that mutually exclusive events are dependent events

probability

I am trying to prove that 2 mutually exclusive events are always independent and that the opposite is not always true, meaning that if I have two independent events they are not necessary mutually exclusive.

For mutuall exclusive events P(A and B) = 0

For independent events P(A and B) = P(A)P(B)

I would like an example of two independent events that are not mutually exclusive

Best Answer

Two mutually exclusive events are neither necessarily independent nor dependent. For example, the events that a coin will come up head or that it will come up tail are exclusive, but not independent, because $P(H \text{ and } T) = 0$, whereas $P(H)P(T) = \frac{1}{4}$. On the other hand, any event $A$ is independent from the empty event $\emptyset$, because $P(\emptyset) = 0$, so $P(A \cap \emptyset) = P(\emptyset) = 0 = P(A)P(\emptyset)$, and $A$ is of course mutually exclusive from the empty event. For an example of two independent events that are not mutually exklusive, suppose you throw a coin two times. The event that the first coin comes up head is independent from the event that the second comes up head, because $$P(X_1 = H \text{ and } X_2 = H) = P(X_1 = H)P(X_2 = H),$$ but the events are not mutually exclusive, because of course $(X_1 = H \text{ and } X_2 = H)$ lies in both events.

Related Question