[Math] Question about the definition of independent events

probabilitystatistics

If you have two events A and B that are independent, then it is said that $p(A)p(B)=p(A\cap B)$, and illustrated in a venn diagram as two areas that do not overlap.

The opposite goes for dependent events A and B, where if A is dependent on B, then $p(A|B)p(B)=p(A\cap B)$ and in the venn diagram, the areas representing these events do overlap.

My questions are:

  1. Are there any instances where event A does overlap B but is not dependent on B?
  2. Are there instances where A does not overlap with B, but is dependent on B?

My guess here is that there are no such cases, where if one instance is satisfied then it by definition calls for the other. For instance, regarding question 1, if A overlaps B, then a dependence between the two exists. For question 2, if A does not overlap B, then it cannot be dependent on it.

Are these ideas correct, or are there any situations where this might not work?

Best Answer

I think you are confusing independent events with disjoint events.

Independent events are defined by $P(A\cap B) = P(A)P(B)$. $A$ and $B$ will overlap in the Venn diagram, except in the case of $P(A) = 0$ or $P(B) = 0$.

Disjoint events are given by $P(A\cap B) = 0$, meaning it is impossible for the events to occur together. Here the Venn diagram areas have no overlap.