博弈论笔记 2

 2025-06-03  数学博弈论笔记

Key Topics

Review of Previous Lecture

In practice, games often involve sequential rather than simultaneous moves:

While any extensive-form game can be represented as a normal-form game, this conversion fails to preserve sequential properties.
Example: In Stackelberg games, converting to normal-form obscures the leader's explicit strategy revelation to followers.

Information Sets

Key concept: An information set groups nodes indistinguishable to a player.
Example: Penny-matching game

Extensive-Form Game Definition

An extensive-form game is defined by:

  1. Players: Finite set NN
  2. Game tree:
    • Nodes TT with terminal nodes ZTZ \subseteq T
    • Payoff functions ui:ZRu_i: Z \to \mathbb{R} for each player ii
  3. Node properties tZ\forall t \notin Z:
    • i(t)i(t): Player acting at node tt
    • A(t)A(t): Action space at tt
    • N(t,a)N(t,a): Successor node when action aa is taken
    • h(t)h(t): Information set containing tt
  4. Perfect information: h(t)={t}h(t) = \{t\} (singleton information sets)
  5. Subgame: A node with all its descendants in the game tree

Strategies and Equilibria

Pure Strategy Profile

A collection of functions {St}tZ\{S_t\}_{t \notin Z} where each St:h(t)A(t)S_t: h(t) \to A(t) maps information sets to actions.

Subgame-Perfect Equilibrium (SPE)

A strategy profile that constitutes a Nash Equilibrium (NE) in every subgame.
Solution method: Backward Induction

Multistage Games and SPE Analysis

Observed-Action Multistage Games

SPE Characterization

A strategy profile {Si}i=1N\{S_i^*\}_{i=1}^N is SPE iff kK\forall k \leq K and hk\forall h_k:

  1. The restricted profile {Sitk}\{S_i^*|_{t \geq k}\} forms a NE for the subgame starting at hkh_k
  2. Payoff dominance:Ji(k)(Si,Sihk)Ji(k)(Si,Sihk)Si feasible,hkJ_i^{(k)}(S_i^*, S_{-i}^* | h_k) \geq J_i^{(k)}(S_i, S_{-i} | h_k) \quad \forall S_i \text{ feasible}, \forall h_k

One-Step Deviation Principle

A strategy profile {Si}\{S_i^*\} is SPE if and only if no player can benefit by deviating at exactly one stage-history pair (t,ht)(t,h_t).

Formally, for any alternative strategy SiS_i differing from SiS_i^* at only one (t,ht)(t,h_t):

k, Ji(k)(Si,Si)Ji(k)(Si,Si)\forall k,\ J_i^{(k)}(S_i, S_{-i}^*) \leq J_i^{(k)}(S_i^*, S_{-i}^*)

This principle allows verification of SPE by checking local optimality at every decision point.