discrete time processes
Branching Processes
You should know: markov chains, probability measure, random walks
Overview
A branching process models the evolution of a population where each individual independently produces a random number of offspring. The Galton-Watson process is the simplest: starting with Z_0 = 1 individual, each produces offspring independently according to a distribution {p_k}. The key questions are: does the population go extinct, and if so, with what probability? Extinction probability is the smallest non-negative fixed point of the probability generating function (PGF) of the offspring distribution. The process provides a model for biological populations, nuclear chain reactions, and epidemic spread.
Intuition
Think of a nuclear chain reaction: each uranium atom may split into 0, 1, 2, or more new atoms, each of which can split again. If the average number of offspring mu = E[Z] < 1 (subcritical), the chain reaction dies out almost surely. If mu > 1 (supercritical), there is a positive probability of perpetual growth (and the bomb goes off). The critical case mu = 1 (critical) is fascinating: extinction still occurs with probability 1, but the expected population is constant -- it's a martingale that converges to 0 a.s. The PGF is the key tool: extinction probability q is the smallest solution to G(q) = q.
Formal Definition
A Galton-Watson branching process {Z_n} is defined by Z_0 = 1 and the recurrence with offspring distribution {p_k}.
Notation
| Notation | Meaning |
|---|---|
| Population size in generation n | |
| Probability generating function of offspring distribution | |
| Mean number of offspring per individual | |
| Extinction probability = smallest fixed point of G in [0,1] |
Theorems
Worked Examples
- 1
Compute the PGF: G(s) = (1/4) + (1/2)s + (1/4)s^2.
- 2
Mean offspring: mu = G'(1) = 1/2 + (1/2)(1) = 1. Critical case, so q = 1.
- 3
Verify: G(s) = s gives (1/4)s^2 - (1/2)s + (1/4) = 0, so (s-1)^2 = 0, confirming q = 1 as a double root.
✓ Answer
The process is critical (mu = 1) and the extinction probability is q = 1.
Practice Problems
A virus spreads so that each infected person infects exactly 0, 1, or 3 others with probabilities 0.5, 0.3, 0.2. Is the epidemic subcritical, critical, or supercritical? Find the mean extinction condition.
Prove that W_n = Z_n / mu^n is a martingale for the supercritical Galton-Watson process (mu > 1).
Common Mistakes
A critical process (mu = 1) survives forever with positive probability
A critical branching process with p_0 > 0 and p_1 < 1 goes extinct with probability 1. The mean E[Z_n] = 1 but the random variable Z_n concentrates near 0.
The extinction probability equals 1 - mu for supercritical processes
The extinction probability q is the smallest root of G(s) = s, not simply 1 - mu. It must be computed from the PGF.
Quiz
Historical Background
Francis Galton and Henry Watson introduced the Galton-Watson process in 1874 to study the extinction of family surnames in Victorian England. They derived the extinction probability equation but made an error, which was corrected by Steffensen in 1930. The process was later connected to the theory of random graphs, percolation, and epidemic models. Harry Kesten and Stigum (1966) proved the fundamental limit theorem for supercritical branching processes.
- 1874
Galton and Watson introduce the branching process to study extinction of surnames
Francis Galton, Henry Watson
- 1930
Steffensen corrects Galton and Watson's error on the extinction probability
J.F. Steffensen
- 1966
Kesten and Stigum prove the fundamental limit theorem for supercritical branching processes
Harry Kesten, Bert Stigum
Summary
- The Galton-Watson process models independent reproduction: Z_{n+1} = sum of Z_n i.i.d. offspring counts.
- Extinction probability q = smallest fixed point of the PGF G(s) = s: q = 1 if mu <= 1; q < 1 if mu > 1.
- Subcritical (mu < 1): certain extinction; critical (mu = 1): certain extinction despite constant mean; supercritical (mu > 1): positive survival probability.
- The normalized process W_n = Z_n/mu^n is a martingale converging to a limit W > 0 on the survival event.
References
- BookDurrett, R. -- Probability: Theory and Examples, 4th ed., Chapter 5
- BookAthreya, K.B. and Ney, P.E. -- Branching Processes
Mathematics