Evolutionarily Stable Strategy¶
Core Idea¶
A population strategy is evolutionarily stable if, once dominant, no rare mutant can invade — so equilibrium is defined by what re-extinguishes small perturbations, not by who best-responds or agrees in advance. It is the dynamic-stability refinement of Nash.
How would you explain it like I'm…
The Way That Sticks
Newcomers Can't Take Over
The Invasion Test
Broad Use¶
- Biology: foraging, hawk-dove conflict, sex ratios (Fisher's 1:1), parental care, pathogen virulence.
- Economics: equilibrium selection in repeated games, market-entry and pricing conventions.
- Norms and conventions: a driving side, currency, or language standard is an ESS if defectors fare worse.
- Computer science: stability of distributed protocols against Byzantine deviators, selfish-routing equilibria.
- Cybersecurity: the stable mix of honest and adversarial nodes in arms-race equilibria.
- Cultural evolution: the stability of moral norms and practices under cultural transmission.
Clarity¶
Distinguishes two stable-looking equilibria — one resists mutants, the other is overrun — separating descriptive stability (we observe X) from dynamic stability (X re-establishes after a shock).
Manages Complexity¶
Reduces the search for sustainable behaviours from the full strategy space to those passing the invasion test, and the mixed-ESS results explain persistent type-mixtures with a bounded set of stability-certified candidates.
Abstract Reasoning¶
Generalises stability as robustness to perturbation (Lyapunov stability, policy robustness, institutional resilience) and installs the escape analysis: an ESS cannot be dislodged one defector at a time — only coordinated change above a threshold or a payoff change moves it.
Knowledge Transfer¶
- Biology → economics → social science: the invasion test transfers directly as a stability check.
- Biology → policy: "you cannot switch one driver at a time" predicts mass coordinated change (Sweden's overnight 1967 switch).
- Biology → epidemiology: the payoff-alteration lever predicts that changing transmission structure shifts ESS virulence.
Example¶
A "drive on the left" convention is an ESS — a rare right-driver fares catastrophically worse — so the inferior convention persists, and switching requires a coordinated, above-threshold mandate rather than incremental defection.
Relationships to Other Abstractions¶
Current abstraction Evolutionarily Stable Strategy Prime
Parents (2) — more general patterns this builds on
-
Evolutionarily Stable Strategy is a kind of Equilibrium Prime
ESS is a perturbation-survival STABILITY CLASSIFICATION of an equilibrium (Lyapunov-style robustness imported into frequency-dependent strategy space) — a specialization of equilibrium.
-
Evolutionarily Stable Strategy is a kind of Nash Equilibrium Prime
Prime explicitly states "every ESS is Nash, but not every Nash is an ESS - ESS is the strict refinement" adding a dynamic-stability criterion to Nash.
Children (2) — more specific cases that build on this
-
Fisher's Principle (Sex-Ratio Equilibrium) Domain-specific is a kind of Evolutionarily Stable Strategy
Fisher's sex-ratio principle is an evolutionarily stable strategy specialized to parental allocation between offspring sexes.
-
Hawk–Dove Game Domain-specific is part of Evolutionarily Stable Strategy
Hawk-Dove contains an invasion-resistant population strategy as its solution criterion in both the pure-Hawk and mixed V-over-C regimes.
Hierarchy paths (4) — routes to 2 parentless roots
- Evolutionarily Stable Strategy → Equilibrium → Fixed Point
- Evolutionarily Stable Strategy → Nash Equilibrium → Fixed Point
- Evolutionarily Stable Strategy → Nash Equilibrium → Equilibrium → Fixed Point
- Evolutionarily Stable Strategy → Nash Equilibrium → Game-Theoretic Strategy → Function (Mapping)
Not to Be Confused With¶
- Evolutionarily Stable Strategy is not Nash Equilibrium because ESS adds dynamic stability against mutant invasion, whereas Nash requires only pointwise best response; every ESS is Nash but not vice versa.
- Evolutionarily Stable Strategy is not Equilibrium in general because it is a stability classification of one — defined by what re-establishes after perturbation — whereas a generic equilibrium is a static balance or rest point.
- Evolutionarily Stable Strategy is not Variation Strategies because ESS is the selective filter on which variants invade, whereas variation strategies generate the diversity the filter tests.