backwards-induction reasoning

Integral part of the classic solution concepts for extensive-form games. Solved for two-player games; generalizes to n-player games in the same way the Nash equilibirum does. (I think?)

Player A reasons backwards from a given outcome to see if it is reachable if, at each step backwards in the tree from that outcome, either

  1. the parent node is under A's control, or

  2. the parent node is under B's control, and among the available choices of subtree for B at the parent node, the subtree represented by the current node represents the greatest reachable payoff for B.

The inductive reasoning thus considers the maximum reachable payoff at each node for the player controlling that node. This means that the set of A's reachable outcomes is built exactly the same way as the set of B's reachable outcomes, and that both player's preferences among outcomes are used to build that set. The sets must wind up identical, and eveyr element in them represents a Nash equilibrium to the game.

Also, because each subgame (each subtree) is solved in its own right, each of the equilibria at the root represents a subgame-perfect equilibrium for 2-player extensive-form games.

This solution format works as long as one can inductively reason along the game-subgame relationship. Lescanne takes leaf nodes in an non-finite tree as the bases for this inductive reasoning, thus giving us a way to characterise subgame-perfect equilibria in non-finite games.

Backlinks