Every rush-hour driver picks the fastest route for themselves. Every data packet on the internet takes the least-congested path its protocol can find. Neither driver nor packet is trying to help anyone else — yet the whole system somehow settles into a stable pattern. Why?
The answer, for a wide class of games, is the existence of a potential function: a single real-valued score over every possible combination of players' choices such that whenever any one player changes strategy to reduce their own cost, the potential function also decreases. One number tracks the entire population's incentives at once.
This idea was formalized in 1996 by Dov Monderer and Lloyd Shapley in their landmark paper Potential Games. The key theorem is elegant: if a potential function exists, then best-response dynamics always converge to a Nash equilibrium. No coordination needed; each player just chases their own interest, and the system is guaranteed to stabilize.
The classic example is a congestion game: players share resources (roads, links, servers), and a resource's cost to everyone rises with its load. Monderer and Shapley proved that every congestion game is a potential game — with the potential being a particular sum of partial costs — so every best-response walk in a congestion game terminates at equilibrium.
Comments
Loading comments...