Sean's Blog

Understanding Game Theory Fundamentals

September 10, 2025
Edit on GitHub

We are all players in games, though mostly unaware. Knowing the rules (what is possible) and reading other players' intentions are the two skills that separate good strategists from reactive ones. Game theory gives those instincts a mathematical backbone.

More precisely, game theory is a framework for analyzing decisions where outcomes depend not just on your choices, but on what others choose at the same time. This makes it useful for anything from corporate pricing wars to international treaties to everyday negotiations.

The core insight is this: good strategy requires anticipating responses, not merely choosing what looks best in isolation. Once you see that, you start finding strategic structure everywhere.

Core concepts

Game theory grew from the work of mathematician John von Neumann and economist Oskar Morgenstern, whose 1944 book Theory of Games and Economic Behavior laid the foundations. John Nash later extended the field with the equilibrium concept that bears his name.

A "game" in this context means any situation where multiple players make choices that affect everyone's outcomes. Players can be individuals, companies, countries, or biological organisms.

The most important concept is the Nash equilibrium. It describes a stable state where no player can improve their outcome by changing strategy alone. Everyone is playing their best response to what everyone else is doing.

Consider a hypothetical duopoly: two airlines serving the same route. If both charge high fares, both profit. If one cuts prices, it steals passengers. If both cut, neither gains much. The stable outcome (where neither airline benefits from moving first) can be interpreted as a Nash equilibrium. Real markets show patterns consistent with this structure, but calling any specific market a Nash equilibrium requires careful analysis of actual costs, margins, and competitive options.

Dominant strategies are choices that are better regardless of what opponents do. Advertising is a textbook example. Coca-Cola benefits from advertising whether Pepsi advertises or not. In practice, most strategic choices are only dominant under certain conditions, not universally.

Payoff matrices map these interactions visually. Each cell shows the outcome for every combination of choices, making the structure of incentives visible at a glance.

Types of strategic situations

Cooperative vs. non-cooperative games divide situations where binding agreements are possible from those where they are not. International climate negotiations aim to create cooperative frameworks. Without enforcement, individual countries may still defect for short-term gain, pushing the game toward non-cooperative dynamics.

Zero-sum games are those where one player's gain equals another's loss. Poker is a clean example. Most real-world situations are not zero-sum: trade, for instance, can benefit both sides.

Sequential vs. simultaneous games differ in timing. In sequential games, you observe the other player's move before responding. In simultaneous games, you act without knowing what others chose. A sealed-bid auction is roughly simultaneous. A patent race is sequential.

The prisoner's dilemma and its extensions

The prisoner's dilemma is the most studied game in social science. Two players each choose to cooperate or defect. Defecting is individually rational (it is a dominant strategy), but if both defect, both end up worse than if both had cooperated.

A clear business example: two competing firms advertising the same product. Each benefits from advertising whether the other does or not. So both advertise heavily, spending more than they would under mutual restraint. The outcome is a Nash equilibrium, but it is worse for both than cooperation would be. This pattern appears in ad spending between Coca-Cola and Pepsi, between competing airlines, and in many other industries.

Legal plea bargaining follows a similar structure. When multiple defendants face the same charges, each may have an individual incentive to cooperate with prosecutors regardless of what the others do. This can push everyone toward deals even when coordinated silence might have served the group better. The logic is structural: it applies across many multi-defendant cases, not to any single one.

The tragedy of the commons extends this to shared resources. Each person has an incentive to exploit a common resource (a fishery, a highway, clean air) beyond what is collectively optimal. The result is depletion or congestion. Property rights, quotas, or taxes often realign individual incentives with collective outcomes.

Evolutionary stable strategies come from biology. A strategy is evolutionarily stable if a population using it cannot be invaded by a mutant playing something different. This explains why animal conflicts tend toward displays rather than fights: pure aggression destabilizes a population over time.

What game theory cannot do

Game theory does not predict human behavior perfectly. People cooperate even when defection is dominant (as public goods experiments show), signal to build reputations, and care about fairness. The models are simplifications. A Nash equilibrium describes a stable outcome, not necessarily the one that will occur.

But the framework is still useful. It forces you to ask: who are the players, what can they do, and what do they want? Once the incentive structure is visible, decisions that looked simple often reveal hidden tensions.

We are all playing games. Most of us just never learned to see the board.

References

  1. Nash Equilibrium - Britannica
  2. Prisoners' Dilemma - EconLib Encyclopedia
  3. Game theory - Wikipedia
  4. Prisoner's dilemma - Wikipedia
  5. Game Theory - YouTube

#idea