Independence vs disjointness
These two concepts confuse even experienced students. They sound related. They're almost opposites.
Disjoint events
Events A and B are disjoint (or mutually exclusive) if they cannot both occur: which means .
Examples of disjoint events:
- Rolling a 1 and rolling a 6 (same die, same roll)
- Being born in January and being born in July
- A coin landing heads and landing tails (same flip)
Independent events
Events A and B are independent if knowing one happened doesn't change the probability of the other: Equivalently:
Examples of independent events:
- Flipping heads on one coin and heads on another
- It raining in Tokyo and you rolling a 6 in New York
- Drawing a card, replacing it, and drawing another
The key difference
Disjoint events are maximally DEPENDENT, not independent!
If A and B are disjoint and B happens, then A definitely didn't happen. That's not independence. That's the strongest possible dependence!
Visual intuition
Drag the circles to see the difference:
- Disjoint: Circles don't touch. If you're in B, you're definitely not in A.
- Independent: Circles can overlap. The fraction of B that overlaps A equals P(A).
The independence test
To check if events are independent, verify:
Try checking independence yourself with different card events:
Conditional independence
Events can be:
- Independent overall, but dependent given some condition
- Dependent overall, but independent given some condition
Let:
- A = "smoke detector goes off"
- B = "sprinklers activate"
These events are dependent (both happen when there's fire). But conditional on there being a fire, they might be independent since each system responds to the fire separately.
Why it matters
Confusing independence and disjointness leads to errors:
Summary
| Property | Disjoint | Independent |
|---|---|---|
| Definition | Can't both happen | Don't influence each other |
| $P(A | B)$ | |
| Venn diagram | No overlap | Proportional overlap |
| Dependence | Maximally dependent | Zero dependence |
Quick test: "If I learn B happened, does that change what I think about A?"
- Yes → Dependent (includes disjoint as extreme case)
- No → Independent
Test your understanding
What's next
You've seen that independence and disjointness are different. But there's another twist: events can be independent overall yet become dependent when you condition on a third event. That's conditional independence, and it's central to Bayesian networks, Markov chains, and every spam filter you've ever used.