Independence and Product Measures
What it precisely means for two random quantities to have "nothing to do with each other," and why that precise meaning is a multiplication rule for probabilities, not just a vague intuition.
Prerequisites: Kolmogorov's Axioms of Probability
"These two stocks are unrelated" is a sentence traders say all the time, and it needs a precise mathematical meaning before you can build a portfolio model out of it. The imprecise version — "knowing one tells you nothing about the other" — is correct in spirit, but it needs to be turned into an equation before a computer can use it. That equation is a multiplication rule, and the space it lives on is called a product measure.
The analogy: two separate spinners
Picture two carnival spinners, spun independently — the result of one has no physical effect on the other. If spinner A lands on red with chance and spinner B lands on blue with chance , common sense says the chance of "A red and B blue" should be — you multiply, you don't add, and you don't need to know anything about how A landed to answer the question about B. That multiplication instinct is exactly the formal definition of independence; nothing more mysterious is going on.
Writing it down
Two events and are independent if
In words: the probability that both happen equals the product of their individual probabilities. This is not something you assume by eyeballing a situation as "unrelated" — it is a testable equation, and events can fail it even when they feel unrelated.
Two random variables and are independent if this multiplication rule holds for every pair of events they can generate — equivalently, their joint distribution factors as the product of the two marginal distributions:
In words: the combined density (or probability, for discrete variables) at any point splits cleanly into "how likely is alone" times "how likely is alone" — nothing about changes how likely is, and vice versa. When the underlying sample space is literally built by pairing up two separate spaces — one for , one for — with probabilities assigned exactly this multiplicatively, that combined space is called a product measure, and Fubini-Tonelli is precisely the theorem that lets you integrate over a product measure by integrating each coordinate separately.
Worked example 1: checking independence with a joint table
Roll a fair die () and flip a fair coin () together. and . Are "" and "" independent? Compute directly: there are equally likely combined outcomes, and exactly one of them is " and ," so . Now check the rule: . It matches, so the events are independent — as the physical setup (a die and a coin have no way to influence each other) suggested they should be.
Worked example 2: two variables that look unrelated but aren't
Let be uniform on (each with probability ) and let . Compute and , so — zero covariance, which might tempt you to call them independent. But check the actual definition: and , so if independent, should equal . In reality, forces , so . The multiplication rule fails badly — and are strongly dependent (knowing tells you exactly), despite zero covariance.
What this means in practice
Portfolio variance formulas, joint default-probability models, and every Monte Carlo simulation that draws separate random numbers for separate risk factors all rely on the independence multiplication rule to justify treating draws as combinable via simple products or sums of variance. Getting it wrong in either direction is costly: assuming independence when there is hidden dependence (as in worked example 2) is exactly the failure mode behind the 2008 CDO mispricing of correlated mortgage defaults.
Independence means for events, or for random variables — a multiplication rule for the entire joint distribution, not a vague sense of unrelatedness. A product measure is the probability space you get by pairing two independent spaces this way.
Zero correlation and independence are not the same thing. Independence implies zero correlation, but the reverse is false — worked example 2 above constructs two variables with exactly zero covariance that are nonetheless perfectly dependent (one determines the other). Checking only rules out linear dependence; it says nothing about nonlinear relationships, which is why risk models that rely solely on correlation matrices can miss real, dangerous dependence between assets.
Related concepts
Practice in interviews
Further reading
- Billingsley, Probability and Measure (ch. 2)
- Grimmett & Stirzaker, Probability and Random Processes (ch. 1-3)