The Poisson Limit Theorem
The Poisson limit theorem (or law of rare events) states that the sum of many independent rare events converges in distribution to a Poisson distribution. This fundamental result explains why the Poisson distribution arises ubiquitously in applications and justifies the Poisson process as a model for random arrivals.
Statement of the theorem
Let with as (where is fixed). Then
for each . In other words, .
Intuition: Suppose is large and is small, with fixed. Then the binomial distribution (sum of Bernoulli trials, each with success probability ) is well-approximated by a Poisson distribution with parameter .
A factory produces items per day. Each item is defective with probability , independently. The number of defects is . Since , we have :
The Poisson approximation is much simpler than the binomial formula and highly accurate for large and small .
Proof
We prove convergence using the binomial probability mass function.
Step 1: Recall
Step 2: Write
Step 3: Substitute (since ):
Step 4: Simplify:
Step 5: Take the limit as :
Hence,
General version: Poisson approximation for rare events
Let be independent Bernoulli random variables with . Suppose:
- as .
- as (individual probabilities vanish).
Then .
This is the law of rare events: the sum of many independent, rare events (each with small probability) is approximately Poisson. The events need not be identically distributed.
A book has pages. On page , the probability of a typo is (which may vary by page, depending on complexity). Suppose and . Then the total number of typos is approximately .
Connection to the Poisson process
Consider a time interval divided into subintervals of length . In each subinterval, an event occurs with probability , independently. As , the number of events in converges in distribution to .
This theorem provides a discrete approximation to the Poisson process: by partitioning time into many small intervals and allowing at most one event per interval (with probability proportional to the interval length), we obtain a Poisson process in the limit.
The Poisson distribution was introduced by Siméon Denis Poisson in 1837 as a limiting case of the binomial distribution. The Poisson limit theorem was later generalized by von Mises (1919) and Prokhorov (1953) to the law of rare events for non-identically distributed summands.
Rate of convergence
Let with . Then
Here, is the total variation distance.
This bound shows that the approximation is accurate when is small (the "rare event" regime). For example, if and , the error is at most .
For , , :
| | Binomial | Poisson | Error | |-----|----------|---------|-------| | 0 | 0.0059 | 0.0067 | 0.0008 | | 1 | 0.0312 | 0.0337 | 0.0025 | | 5 | 0.1800 | 0.1755 | 0.0045 | | 10 | 0.0167 | 0.0181 | 0.0014 |
The approximation is excellent across the range.
Applications
A radioactive substance has atoms. In a small time interval , each atom decays independently with probability (where is the decay rate per atom). The number of decays is approximately for large and small .
This justifies modeling radioactive decay as a Poisson process: the number of decay events in any time interval is .
A telephone exchange receives calls from subscribers. In a one-minute interval, each subscriber calls with probability , independently. The total number of calls is approximately . This is the classical model for telephone traffic (Erlang, 1909).
Summary
The Poisson limit theorem explains why the Poisson distribution is ubiquitous:
- Rare events: Sum of many independent, rare events Poisson.
- Binomial approximation: for large , small .
- Poisson process: Discretizing time and taking limits yields the Poisson process.
- Applications: Defects, arrivals, decays, calls, typos, accidents, etc.
The theorem is both a practical approximation tool and a conceptual foundation for continuous-time stochastic models.