1.3.4 · D5Probability & Statistics

Question bank — Independence and mutual exclusivity

1,793 words8 min readBack to topic

This is a question bank for the parent topic Independence and mutual exclusivity. Every item below hunts a specific misconception or boundary case. Read the prompt, think first, then reveal the answer. The answers are short but they always explain the why — no bare yes/no.

Before you start, keep three anchor facts in your head. These are the whole topic compressed:

Recall The three anchors everything rests on
  • Mutually exclusive means the events cannot happen together: .
  • Independent means one carries no information about the other: , equivalently (valid only when ).
  • These are opposite ideas: mutual exclusivity is maximum dependence, independence is zero dependence.

The picture below is the whole topic in one glance — a Venn diagram. Each closed region is an event (a set of outcomes); the big box is the sample space (every possible outcome). Mutually exclusive events are two circles that do not touch; independent events are circles whose overlap area is exactly the product of their areas.

Figure — Independence and mutual exclusivity

A few symbols appear throughout — let's pin them down on that same picture before using them:

Two companion formulas complete the "one-glance" picture — the union of each kind of pair, and the fact that independence quietly spreads to complements:

Prerequisites if any line confuses you: 1.3.01-Basic-probability-concepts, 1.3.02-Conditional-probability. Payoff downstream: 3.1.01-Naive-Bayes-classifier and 5.2.03-Probabilistic-graphical-models.

The four logical combinations of "mutually exclusive?" × "independent?" fit into one 2×2 chart — keep it beside you as a sanity check:

Figure — Independence and mutual exclusivity

True or false — justify

Two disjoint events with positive probability can also be independent.
False. Disjoint means , independence needs — those clash, so non-trivial mutually exclusive events are always dependent.
If and are independent, then is always positive.
False. It is positive only when both and ; if either event has probability , the product is and they are still (trivially) independent.
If and are independent, then and are independent too.
True. ; independence passes to complements, and by the same algebra and hold as well.
An event is always independent of the impossible event .
True. , so the independence equation holds trivially for the empty event.
An event is always independent of the whole sample space .
True. , so certain events give no information — they are independent of everything.
"Complementary events are independent" is a valid rule.
False. and its complement are mutually exclusive and exhaustive, so (unless one has probability ) they are maximally dependent, not independent.
If then also .
True (when and so both conditionals are defined). Independence is symmetric — both reduce to the single equation , so if one direction holds the other does too.
Conditional independence given implies plain (unconditional) independence.
False. They are logically separate; can be dependent overall yet become independent once is known (the flu-cough-fever example), and vice versa.
If two events are mutually exclusive, then .
True, provided (else is undefined). Given occurred, is impossible, so — knowing rules out .

Spot the error

"They're independent processes, so they can't both turn out heads."
Error: independence is informational separation, not physical separation. Both coins can land heads together; independence just means .
" and have equal probability and are mutually exclusive, so they're independent."
Error: let denote that shared value, i.e. . Mutually exclusive gives , but independence would need (for ) — a contradiction, not a match.
", therefore and are mutually exclusive."
Error: (reading with its side-condition ) unequal conditional probability only means dependence, which is a whole spectrum. Mutual exclusivity () is one extreme; positive correlation (rain and clouds) is dependent but not exclusive.
", so and must be independent."
Error: that additive formula is the mutually exclusive rule (overlap term ); the independent union is , which keeps a subtraction — you've matched the wrong concept.
" and can't be independent because both happening is a rare coincidence."
Error: rarity is not the test. Even if is tiny, they are independent as long as that tiny value equals exactly — the equation, not the size, decides.
"For Naive Bayes we assume the features never occur together."
Error: Naive Bayes assumes features are conditionally independent given the class, not mutually exclusive. Features routinely co-occur; the assumption only says one feature adds no info about another once the class is fixed. See 3.1.01-Naive-Bayes-classifier.
"Since and are dependent, learning must make more likely."
Error: dependence can be either direction. Reading under , it could rise (positive) or fall (negative) relative to ; dependence only says it changes, not that it increases.

Why questions

Why does the union formula simplify to for mutually exclusive events?
Because the general rule has an overlap term that vanishes when ; for independent events that overlap term is instead , giving .
Why do we say mutual exclusivity is "maximum dependence"?
Because knowing occurred completely determines that did not (with , ) — one event's outcome fixes the other's, the strongest possible information transfer.
Why is the definition of independence rather than ?
The product form works even when (where the conditional is undefined), so it is the more general, always-valid statement; the conditional form is the same idea only when . See 1.3.02-Conditional-probability.
Why does independence automatically carry over to the complements and ?
Because — the algebra just factors out. If carries no information about , then "not " carries none either, so all four pairs , , , stand or fall together.
Why can conditioning on a cause make two effects independent?
If (e.g. flu) is the common cause producing both symptoms, then once is known the symptoms no longer signal each other — the shared explanation has been "used up," so . The labelled cause-and-effect graph below walks through this "common cause" wiring node by node.
Figure — Independence and mutual exclusivity
Why does Naive Bayes multiply the per-feature likelihoods instead of estimating the full joint?
Conditional independence given the class lets , turning an exponentially large joint table into a handful of simple factors — that is what makes the classifier tractable.
Why isn't "unrelated in everyday language" a safe test for independence?
Intuition tracks causal relatedness, but independence is a precise numeric equality of probabilities; events can feel related yet be independent (die-1 and sum patterns) or feel unrelated yet be dependent, so only the equation decides.

The flu example only becomes concrete with numbers. The table below shows how the same two symptoms are dependent overall but independent once you fix the flu status.

Figure — Independence and mutual exclusivity

Edge cases

Are a probability-zero event and any event independent?
Yes, trivially. so — a null event carries and receives no information.
Can an event be independent of itself?
Only if . Independence with itself needs , whose only solutions are and — i.e. events that are certain or impossible.
Is every pair of mutually exclusive events also exhaustive (covering all outcomes)?
No. Rolling "a 2" and "a 5" are mutually exclusive but leave outcomes 1, 3, 4, 6 uncovered; exclusivity only forbids overlap, it does not require filling the sample space .
If three events are pairwise independent, are they mutually (jointly) independent?
Not necessarily. Pairwise independence checks each pair, but joint independence also demands ; classic dice constructions satisfy every pair yet fail the triple, which matters in 5.2.03-Probabilistic-graphical-models.
What happens to the "opposites" claim when one event has probability zero?
It breaks gracefully. A zero-probability event is both mutually exclusive with and independent of the other — the two properties only conflict when both events have strictly positive probability.
Can two events be simultaneously mutually exclusive and independent?
Yes, but only in the degenerate case where at least one has probability — then equals , satisfying both definitions at once. This is the "both" corner of the 2×2 chart above.