"Independence is a property of a probability model, not a mood you attach to two variables because they look unrelated."
Two Equivalent Definitions
When P(B)>0, events A and B are independent if conditioning on B does not change A's probability:
P(A | B) = P(A)
Equivalently, P(A and B) = P(A) × P(B). The product definition also handles zero-probability edge cases without dividing by P(B).
Independent Is Not Mutually Exclusive
Mutually exclusive events cannot occur together, so their joint probability is zero. Two mutually exclusive events with positive probability therefore cannot be independent: observing one rules out the other. The caveat matters—if one event has probability zero, mutual exclusivity and independence can coexist mathematically.
Independence also does not mean "no causal relation" in ordinary language. It says that a specified joint distribution factorizes. Which variables, population, and conditioning information are included in the model all matter.
Do Not Assume It by Habit
Some real systems are well approximated as independent; others have serial dependence, shared causes, clustering, or sampling links. Neither "everything is connected" nor "everything is independent until proven otherwise" is a useful universal rule. State the assumption and test its consequences against the design and data.
A third variable can make two variables associated without one causing the other. Conversely, a weak sample correlation does not prove independence, because nonlinear or conditional dependence may remain.
The Rule That Saves You
Where This Matters Later
The introductory Central Limit Theorem uses independent, identically distributed variables as a simple sufficient condition. More general versions allow some dependence, and correlated jointly normal variables still have normal sums. The real question is whether the dependence structure and variance calculation match the theorem and model being used.
독립은 쉽게 가정하면 안되는군,,, 독립은 여러모로 쉽지 않아