“…the distribution of the number of resistant bacteria per culture is not Poissonian; the variance is far larger than the mean. This is the result to be expected if resistance is due to mutations occurring at random during the growth of the cultures.” S. E. Luria & M. Delbrück · Genetics 28, 1943 (paraphrased from §§ on the fluctuation analysis)
Bloomington, Indiana, January 1943. Salvador Luria, an Italian refugee three years off the boat, is at a faculty dance, watching a colleague feed a slot machine and lose, lose, lose — and then hit a jackpot. Luria stops dancing. He has been stuck for months on a question about bacteria, and the slot machine has just handed him the answer.
The question was old and looked unanswerable. Pour a billion E. coli onto a plate seeded with a virus — a bacteriophage that kills them on contact — and almost all die. But a few colonies grow: resistant bacteria. Where did the resistance come from? Two stories, and no obvious way to choose between them:
Contact with the phage causes a few cells to acquire resistance — an adaptation, like a callus forming under friction. Each cell, on meeting the virus, has some small independent chance of converting. The Lamarckian story: the environment writes the trait.
Resistance arises by random mutation during the ordinary growth of the culture, days before any virus appears. The phage doesn't create resistance; it merely reveals the mutants that were already swimming in the broth. The Darwinian story: variation comes first, selection only sorts.
Plate one culture and count the resistant colonies, and the two stories predict the same thing: some number of survivors. A single number cannot separate them. Luria's slot-machine insight was that you must run the experiment many times in parallel — many separate little cultures — and look not at the average but at how wildly the cultures disagree with each other.
Here is the engine of the whole proof. Under hypothesis A, every cell independently rolls the same long-odds die at the moment of plating, so the number of survivors per culture is a sum of independent rare events — a Poisson count. A Poisson distribution has a signature so exact it is almost a fingerprint: its variance equals its mean. All the cultures cluster tightly around the same value.
Under hypothesis B, a mutation can strike at any moment during the days of growth. If it strikes late, the mutant has time to make only a handful of resistant descendants before plating. If it strikes early — while the culture is still small — that one mutant and all its progeny double, and double, and double, until by plating day there are thousands of resistant cells from a single ancestral accident. A jackpot. Most cultures get no early mutation and show few or zero survivors; a rare few hit the jackpot and show enormous counts. The cultures disagree violently. The variance dwarfs the mean.
Variance is the tell. The mean cannot separate the hypotheses; the spread between parallel cultures can, and only one story makes the spread explode.
Below are two trays of parallel cultures. Each culture starts from a tiny inoculum and grows by binary fission to millions of cells; then it is plated whole onto phage and its resistant colonies counted. The left tray obeys hypothesis A (induced): every cell converts independently at plating with the rate set so the average comes out to m per culture. The right tray obeys hypothesis B (spontaneous): mutations occur at random generations during growth, and an early one founds a jackpot clone. Same average. Watch the spread.
The number that matters is the variance-to-mean ratio. For the induced tray it sits stubbornly near 1 — the Poisson fingerprint — no matter how many cultures you run. For the spontaneous tray it climbs into the hundreds and keeps lurching upward every time a new jackpot lands. That gap, two or three orders of magnitude wide, is what Luria and Delbrück saw in 1943, and it is not subtle. The spread alone decides the case, and it decides for spontaneous mutation.
Spontaneous mutation doesn't just predict “large variance.” It predicts a specific distribution, and six years after the 1943 paper, D. E. Lea and C. A. Coulson wrote it down in closed form. The clean way to see it: the number of mutational events per culture is Poisson with mean m, and each event founds a clone whose final size s follows a 1/s² law — because a mutation is equally likely at any moment of exponential growth, and a clone born when a fraction f of the growth remains ends up proportionally large. Discretised, a clone has size k with probability 1/(k(k+1)). The mutant count is the sum of a Poisson number of such clones, and its probabilities follow the Ma–Sandri–Sarkar recursion:
// Ma–Sandri–Sarkar (1992) recursion, m = expected mutations per culture p₀ = e^(−m) pₙ = (m / n) · Σ[i=0..n−1] pᵢ / (n − i + 1) // computed a second way as a compound-Poisson convolution: // p = Σ[j] e^(−m) mʲ/j! · c^(*j), c_k = 1/(k(k+1)) // the two methods agree to machine precision: max |p_n(recursion) − p_n(convolution)| = …
Dial m below and read the distribution off exactly. Note the shape: a tall spike at zero (those are the … of cultures that never mutated), then a long, fat tail that falls off as m/n² — slowly enough that the rare jackpots out at n = 100 or 1000 still carry real probability. The grey curve is the simulated histogram from Instrument-style draws; it lands on the exact line.
Now the strange part, and the reason this distribution is famous beyond microbiology. The expected clone size is Σ k·(1/(k(k+1))) = Σ 1/(k+1) — the harmonic series, which diverges. So the mean of the Luria–Delbrück distribution is infinite. Not large: infinite. In any real culture the clone is capped at the final population N, so the mean is finite but grows like m·ln N and never settles to a fixed value — it depends on how big you grew the cultures, which is no property of the mutation rate at all.
You cannot estimate m from the average. The average has no stable target. The jackpots are heavy enough to drag it wherever the largest one happens to land.
This is the quiet brilliance of the 1943 method. If you cannot trust the mean, find a statistic the jackpots cannot corrupt. Luria and Delbrück used the simplest one imaginable: the fraction of cultures with zero resistant colonies. A culture is empty exactly when no mutation occurred at all, and mutational events are Poisson(m), so
P(culture is empty) = p₀ = e^(−m) ⇒ invert it: m̂ = −ln( fraction of empty cultures ) // this estimator ignores the jackpots entirely — it only asks // "did anything happen?", and that count is honest Poisson.
Below, the two estimators race. Each click runs a fresh experiment of 100 parallel spontaneous cultures and applies both: the p₀ estimator −ln(empty fraction), and the naïve sample mean. The p₀ estimate parks itself on the true m; the sample mean staggers around like a drunk, because every experiment that happens to catch a big jackpot throws it off by a factor.
The p₀ method has a known weakness — if m is large, almost no culture is empty and there is nothing to count — and the modern “gold standard” is the Ma–Sandri–Sarkar maximum-likelihood fit that uses the whole distribution from Instrument II. But the principle Luria and Delbrück established holds: the information about the mutation rate lives in the low counts and the empties, not in the jackpots. The jackpots are loud and nearly useless; the silences are quiet and decisive.
The fluctuation test was the first quantitative proof that mutations in bacteria arise spontaneously and at random with respect to the selection that later reveals them — that bacteria are genetic organisms obeying the same Darwinian logic as everything else, not Lamarckian shapeshifters. It opened bacterial genetics; it is part of why Luria and Delbrück (with Alfred Hershey) shared the 1969 Nobel Prize. In 1952 Joshua and Esther Lederberg closed the case visually with replica plating: resistant colonies can be lifted off a plate that never met the phage, proving the mutants pre-existed.
What it did not prove is that all mutation is blind in every organism and circumstance forever — a caution worth keeping. Later work (the contested “adaptive mutation” results of the late 1980s, and now the targeted machinery of CRISPR-Cas immunity) shows the genome–environment relationship is richer than a clean 1943 dichotomy. There is a small irony the modern literature enjoys: the E. coli strain B that Luria and Delbrück happened to use lacks a working CRISPR-Cas system — had they picked a strain with one, they would have been studying a genuine case of heritable, environment-directed resistance, and the experiment might have read very differently. The test was right about its phage and its strain; the universe kept a subtler card in reserve.
The variance settled it. Not a sharper measurement of the average — a refusal to trust the average at all, and a willingness to read the proof in how much the world disagrees with itself.
…
The latest entry of the verification venue, and its second on biology after Closer Than Chance (Mendel's too-tidy peas). There a published number was too clean; here a famous result turns on a number — the variance — that everyone before Luria had been throwing away as noise.
research/luria-delbruck/verify.mjs (27/27). The simulations on this page use the same seeded RNG and reproduce the offline figures.