Nash's Theorem and Von Neumann's Minimax Theorem 18.1 Review

Total Page:16

File Type:pdf, Size:1020Kb

Nash's Theorem and Von Neumann's Minimax Theorem 18.1 Review EECS 598-005: Theoretical Foundations of Machine Learning Fall 2015 Lecture 18: Nash's Theorem and Von Neumann's Minimax Theorem Lecturer: Jacob Abernethy Scribes: Lili Su, Editors: Weiqing Yu and Andrew Melfi 18.1 Review: On-line Learning with Experts (Actions) Setting Given n experts (actions), the general on-line setting involves T rounds. For round t = 1 :::T : t !t • The algorithm plays with the distribution p = t 2 ∆n. k! k1 t • The i-th expert (action) suffers the loss `i 2 [0; 1]. • The algorithm suffers the loss pt · `t. Theorem 18.1 (Regret Bound for EWA). T T r ! T r ! 1 X t t 1 X t log N 1 X t log N p · ` ≤ min `i +O = min p · ` + O T i T T p2∆n T T t=1 t=1 t=1 | {z } | {z } t+1 t+1 LMA LIX Note The distribution p = ei means the algorithm puts all mass on the i-th action. 18.2 Two Player Game Definition 18.2 (Two Player Game). A two player game is defined by a pair of matrices M; N 2 [0; 1]n×m. Definition 18.3 (Pure Strategy). With a pure strategy in a two player game, P1 chooses an action i 2 [n], and P2 chooses an action j 2 [m]. P1 thus earns Mij, and P2 earns Nij. Definition 18.4 (Mixed Strategy). With a mixed strategy in a two player game, P1 plays with a distri- > P bution p 2 ∆n, and P2 plays with a distribution q 2 ∆m. P1 thus earns p Mq = piqjMij, and P2 earns i;j > P p Nq = piqjNij. i;j Definition 18.5 (Zero-sum Game). A zero-sum game is a two player game, where the matrices M; N has the relation M = −N. 18.3 Nash's Theorem Definition 18.6 (Nash Equilibrium). In a two player game, a Nash Equilibrium(Neq), in which P1 plays with the distribution pe 2 ∆n, and P2 plays with the distribution qe 2 ∆m, satisfies > > • for all p 2 ∆n, pe Mqe ≥ p Mqe > > • for all q 2 ∆m, pe Nqe ≥ pe Nq Theorem 18.7 (Nash's Theorem). Every two player game has a Nash Equilibrium(Neq). (Not all have pure strategy equilibria.) Lemma 18.8 (Brouwer's Fixed-point Theorem). Let B ⊆ Rd be a compact convex set, and a function f : B ! B is continuous. Then there exists x 2 B, such that x = f(x). 18-1 Lecture 18: Nash's Theorem and Von Neumann's Minimax Theorem 18-2 Proof Sketch of Nash's Theorem > > > > 1. Let ci(p; q) = max 0; ei Mq − p Mq , and di(p; q) = max 0; q Mej − p Mq . 0 0 0 pi+ci(p;q) 0 qi+di(p;q) 2. Define a map f :(p; q) ! (p ; q ), p = P , and q = P . i 1+ ci0 (p;q) i 1+ di0 (p;q) i02[n] i02[m] 3. By Brouwer's fixed-point theorem, there exists a fixed-point (pe; qe), f(pe; qe) = (pe; qe). 4. Show the fixed-point (pe; qe) is the Nash Equilibrium. 18.4 Von Neumann's Minimax Theorem Theorem 18.9 (Von Neumann's Minimax Theorem). min max p>Mq = max min p>Mq p2∆n q2∆m q2∆m p2∆n Proof by Nash's Theorem • Exercise Proof by the Exponential Weighted Average Algorithm > a) The "≥" direction is straightforward. Let p1 2 ∆n, q1 2 ∆m be the choices for min max p Mq = p2∆nq2∆m > > > p1 Mq1, and p2 2 ∆n, q2 2 ∆m be the choices for max min p Mq = p2 Mq2. q2∆mp2∆n > > > > > min max p Mq = p1 Mq1 ≥ p1 Mq2 ≥ p2 Mq2 = max min p Mq: p2∆n q2∆m q2∆m p2∆n > An intuitive explanation for the first inequality is in minp2∆n maxq2∆m p Mq, q is chosen to maximize > > > p Mq for any given q, therefore, p1 Mq1 ≥ p1 Mq for any q 6= q1. Similar explanation goes for the second inequality. b) Show the "≤" direction holds up to O p1 approximation. t Setting Imagine playing a T -round game against a really hard adversary. For round t = 1 :::T : t !t • Player 1 plays with the distribution p = t 2 ∆n. k! k1 • Player 2 plays with the distribution qt = arg maxptMq. q2∆m • Let `t = Mqt, and Player 1 suffers the loss pt · `t = pt · Mqt. 1 t+1 t t • Let ! = (1 ::: 1), and update !i = !i exp(−η`i). T 1 P t t Trick Analyze T p · Mq . t=1 1. By Jensen's Inequality, T T T ! 1 X 1 X 1 X ptMqt = max ptMq ≥ max pt Mq ≥ min max p>Mq: T T q2∆m q2∆m T p2∆n q2∆m t=1 t=1 t=1 Lecture 18: Nash's Theorem and Von Neumann's Minimax Theorem 18-3 2. By the exponential weighted average algorithm, T T 1 X 1 X ptMqt = pt · `t T T t=1 t=1 T 1 X t t RegretT ≤ min p · `i + T (:= ) i T T t=1 T 1 X t = min p · ` + T p2∆n T t=1 T 1 X t = min p · Mq + T p2∆n T t=1 T 1 X t = min p · M( q ) + T p2∆n T t=1 > ≤ max min p Mq + T : q2∆m p2∆n Putting the results in 1: and 2: together, we have > > min max p Mq ≤ max min p Mq + T : p2∆n q2∆m q2∆m p2∆n T can be chosen as big as we wanted, and thus = O p1 vanishes. It completes the prove of the T T "≤" direction Theorem 18.10 (Generalization of Von Neumann's Minimax Theorem). Let X ⊆ Rn, Y ⊆ Rm be compact convex sets. Let f : X × Y !R be some differentiable function with bounded gradients, where f(·; y) is convex in its first argument for all fixed y, and f(x; ·) is concave for in its second argument for all fixed x. Then inf sup f(x; y) = sup inf f(x; y): x2X y2Y y2Y x2X.
Recommended publications
  • Game Theory 2: Extensive-Form Games and Subgame Perfection
    Game Theory 2: Extensive-Form Games and Subgame Perfection 1 / 26 Dynamics in Games How should we think of strategic interactions that occur in sequence? Who moves when? And what can they do at different points in time? How do people react to different histories? 2 / 26 Modeling Games with Dynamics Players Player function I Who moves when Terminal histories I Possible paths through the game Preferences over terminal histories 3 / 26 Strategies A strategy is a complete contingent plan Player i's strategy specifies her action choice at each point at which she could be called on to make a choice 4 / 26 An Example: International Crises Two countries (A and B) are competing over a piece of land that B occupies Country A decides whether to make a demand If Country A makes a demand, B can either acquiesce or fight a war If A does not make a demand, B keeps land (game ends) A's best outcome is Demand followed by Acquiesce, worst outcome is Demand and War B's best outcome is No Demand and worst outcome is Demand and War 5 / 26 An Example: International Crises A can choose: Demand (D) or No Demand (ND) B can choose: Fight a war (W ) or Acquiesce (A) Preferences uA(D; A) = 3 > uA(ND; A) = uA(ND; W ) = 2 > uA(D; W ) = 1 uB(ND; A) = uB(ND; W ) = 3 > uB(D; A) = 2 > uB(D; W ) = 1 How can we represent this scenario as a game (in strategic form)? 6 / 26 International Crisis Game: NE Country B WA D 1; 1 3X; 2X Country A ND 2X; 3X 2; 3X I Is there something funny here? I Is there something funny here? I Specifically, (ND; W )? I Is there something funny here?
    [Show full text]
  • Lecture Notes
    GRADUATE GAME THEORY LECTURE NOTES BY OMER TAMUZ California Institute of Technology 2018 Acknowledgments These lecture notes are partially adapted from Osborne and Rubinstein [29], Maschler, Solan and Zamir [23], lecture notes by Federico Echenique, and slides by Daron Acemoglu and Asu Ozdaglar. I am indebted to Seo Young (Silvia) Kim and Zhuofang Li for their help in finding and correcting many errors. Any comments or suggestions are welcome. 2 Contents 1 Extensive form games with perfect information 7 1.1 Tic-Tac-Toe ........................................ 7 1.2 The Sweet Fifteen Game ................................ 7 1.3 Chess ............................................ 7 1.4 Definition of extensive form games with perfect information ........... 10 1.5 The ultimatum game .................................. 10 1.6 Equilibria ......................................... 11 1.7 The centipede game ................................... 11 1.8 Subgames and subgame perfect equilibria ...................... 13 1.9 The dollar auction .................................... 14 1.10 Backward induction, Kuhn’s Theorem and a proof of Zermelo’s Theorem ... 15 2 Strategic form games 17 2.1 Definition ......................................... 17 2.2 Nash equilibria ...................................... 17 2.3 Classical examples .................................... 17 2.4 Dominated strategies .................................. 22 2.5 Repeated elimination of dominated strategies ................... 22 2.6 Dominant strategies ..................................
    [Show full text]
  • Collusion Constrained Equilibrium
    Theoretical Economics 13 (2018), 307–340 1555-7561/20180307 Collusion constrained equilibrium Rohan Dutta Department of Economics, McGill University David K. Levine Department of Economics, European University Institute and Department of Economics, Washington University in Saint Louis Salvatore Modica Department of Economics, Università di Palermo We study collusion within groups in noncooperative games. The primitives are the preferences of the players, their assignment to nonoverlapping groups, and the goals of the groups. Our notion of collusion is that a group coordinates the play of its members among different incentive compatible plans to best achieve its goals. Unfortunately, equilibria that meet this requirement need not exist. We instead introduce the weaker notion of collusion constrained equilibrium. This al- lows groups to put positive probability on alternatives that are suboptimal for the group in certain razor’s edge cases where the set of incentive compatible plans changes discontinuously. These collusion constrained equilibria exist and are a subset of the correlated equilibria of the underlying game. We examine four per- turbations of the underlying game. In each case,we show that equilibria in which groups choose the best alternative exist and that limits of these equilibria lead to collusion constrained equilibria. We also show that for a sufficiently broad class of perturbations, every collusion constrained equilibrium arises as such a limit. We give an application to a voter participation game that shows how collusion constraints may be socially costly. Keywords. Collusion, organization, group. JEL classification. C72, D70. 1. Introduction As the literature on collective action (for example, Olson 1965) emphasizes, groups often behave collusively while the preferences of individual group members limit the possi- Rohan Dutta: [email protected] David K.
    [Show full text]
  • Nash Equilibrium
    Lecture 3: Nash equilibrium Nash equilibrium: The mathematician John Nash introduced the concept of an equi- librium for a game, and equilibrium is often called a Nash equilibrium. They provide a way to identify reasonable outcomes when an easy argument based on domination (like in the prisoner's dilemma, see lecture 2) is not available. We formulate the concept of an equilibrium for a two player game with respective 0 payoff matrices PR and PC . We write PR(s; s ) for the payoff for player R when R plays 0 s and C plays s, this is simply the (s; s ) entry the matrix PR. Definition 1. A pair of strategies (^sR; s^C ) is an Nash equilbrium for a two player game if no player can improve his payoff by changing his strategy from his equilibrium strategy to another strategy provided his opponent keeps his equilibrium strategy. In terms of the payoffs matrices this means that PR(sR; s^C ) ≤ P (^sR; s^C ) for all sR ; and PC (^sR; sC ) ≤ P (^sR; s^C ) for all sc : The idea at work in the definition of Nash equilibrium deserves a name: Definition 2. A strategy s^R is a best-response to a strategy sc if PR(sR; sC ) ≤ P (^sR; sC ) for all sR ; i.e. s^R is such that max PR(sR; sC ) = P (^sR; sC ) sR We can now reformulate the idea of a Nash equilibrium as The pair (^sR; s^C ) is a Nash equilibrium if and only ifs ^R is a best-response tos ^C and s^C is a best-response tos ^R.
    [Show full text]
  • Lecture Notes
    Chapter 12 Repeated Games In real life, most games are played within a larger context, and actions in a given situation affect not only the present situation but also the future situations that may arise. When a player acts in a given situation, he takes into account not only the implications of his actions for the current situation but also their implications for the future. If the players arepatient andthe current actionshavesignificant implications for the future, then the considerations about the future may take over. This may lead to a rich set of behavior that may seem to be irrational when one considers the current situation alone. Such ideas are captured in the repeated games, in which a "stage game" is played repeatedly. The stage game is repeated regardless of what has been played in the previous games. This chapter explores the basic ideas in the theory of repeated games and applies them in a variety of economic problems. As it turns out, it is important whether the game is repeated finitely or infinitely many times. 12.1 Finitely-repeated games Let = 0 1 be the set of all possible dates. Consider a game in which at each { } players play a "stage game" , knowing what each player has played in the past. ∈ Assume that the payoff of each player in this larger game is the sum of the payoffsthat he obtains in the stage games. Denote the larger game by . Note that a player simply cares about the sum of his payoffs at the stage games. Most importantly, at the beginning of each repetition each player recalls what each player has 199 200 CHAPTER 12.
    [Show full text]
  • What Is Local Optimality in Nonconvex-Nonconcave Minimax Optimization?
    What is Local Optimality in Nonconvex-Nonconcave Minimax Optimization? Chi Jin Praneeth Netrapalli University of California, Berkeley Microsoft Research, India [email protected] [email protected] Michael I. Jordan University of California, Berkeley [email protected] August 18, 2020 Abstract Minimax optimization has found extensive application in modern machine learning, in settings such as generative adversarial networks (GANs), adversarial training and multi-agent reinforcement learning. As most of these applications involve continuous nonconvex-nonconcave formulations, a very basic question arises—“what is a proper definition of local optima?” Most previous work answers this question using classical notions of equilibria from simultaneous games, where the min-player and the max-player act simultaneously. In contrast, most applications in machine learning, including GANs and adversarial training, correspond to sequential games, where the order of which player acts first is crucial (since minimax is in general not equal to maximin due to the nonconvex-nonconcave nature of the problems). The main contribution of this paper is to propose a proper mathematical definition of local optimality for this sequential setting—local minimax—as well as to present its properties and existence results. Finally, we establish a strong connection to a basic local search algorithm—gradient descent ascent (GDA)—under mild conditions, all stable limit points of GDA are exactly local minimax points up to some degenerate points. 1 Introduction arXiv:1902.00618v3 [cs.LG] 15 Aug 2020 Minimax optimization refers to problems of two agents—one agent tries to minimize the payoff function f : X × Y ! R while the other agent tries to maximize it.
    [Show full text]
  • MS&E 246: Lecture 3 Pure Strategy Nash Equilibrium
    MS&E 246: Lecture 3 Pure strategy Nash equilibrium Ramesh Johari January 16, 2007 Outline • Best response and pure strategy Nash equilibrium • Relation to other equilibrium notions • Examples • Bertrand competition Best response set Best response set for player n to s-n: R (s ) = arg max Π (s , s ) n -n sn ∈ Sn n n -n [ Note: arg maxx ∈ X f(x) is the set of x that maximize f(x) ] Nash equilibrium Given: N-player game A vector s = (s1, …, sN) is a (pure strategy) Nash equilibrium if: si ∈ Ri(s-i) for all players i. Each individual plays a best response to the others. Nash equilibrium Pure strategy Nash equilibrium is robust to unilateral deviations One of the hardest questions in game theory: How do players know to play a Nash equilibrium? Example: Prisoner’s dilemma Recall the routing game: AT&T near far near (-4,-4) (-1,-5) MCI far (-5,-1) (-2,-2) Example: Prisoner’s dilemma Here (near,near) is the unique (pure strategy) NE: AT&T near far near (-4,-4) (-1,-5) MCI far (-5,-1) (-2,-2) Summary of relationships Given a game: • Any DSE also survives ISD, and is a NE. (DSE = dominant strategy equilibrium; ISD = iterated strict dominance) Example: bidding game Recall the bidding game from lecture 1: Player 2’s bid $0 $1 $2 $3 $4 $0 $4.00 $4.00 $4.00 $4.00 $4.00 $1 $11.00 $7.00 $5.67 $5.00 $4.60 $2 $10.00 $7.33 $6.00 $5.20 $4.67 Player 1’s bid $3 $9.00 $7.00 $5.80 $5.00 $4.43 $4 $8.00 $6.40 $5.33 $4.57 $4.00 Example: bidding game Here (2,2) is the unique (pure strategy) NE: Player 2’s bid $0 $1 $2 $3 $4 $0 $4.00 $4.00 $4.00 $4.00 $4.00 $1 $11.00 $7.00 $5.67 $5.00 $4.60 $2 $10.00 $7.33 $6.00 $5.20 $4.67 Player 1’s bid $3 $9.00 $7.00 $5.80 $5.00 $4.43 $4 $8.00 $6.40 $5.33 $4.57 $4.00 Summary of relationships Given a game: • Any DSE also survives ISD, and is a NE.
    [Show full text]
  • Solution Concepts in Cooperative Game Theory
    1 A. Stolwijk Solution Concepts in Cooperative Game Theory Master’s Thesis, defended on October 12, 2010 Thesis Advisor: dr. F.M. Spieksma Mathematisch Instituut, Universiteit Leiden 2 Contents 1 Introduction 7 1.1 BackgroundandAims ................................. 7 1.2 Outline .......................................... 8 2 The Model: Some Basic Concepts 9 2.1 CharacteristicFunction .............................. ... 9 2.2 Solution Space: Transferable and Non-Transferable Utilities . .......... 11 2.3 EquivalencebetweenGames. ... 12 2.4 PropertiesofSolutions............................... ... 14 3 Comparing Imputations 15 3.1 StrongDomination................................... 15 3.1.1 Properties of Strong Domination . 17 3.2 WeakDomination .................................... 19 3.2.1 Properties of Weak Domination . 20 3.3 DualDomination..................................... 22 3.3.1 Properties of Dual Domination . 23 4 The Core 25 4.1 TheCore ......................................... 25 4.2 TheDualCore ...................................... 27 4.2.1 ComparingtheCorewiththeDualCore. 29 4.2.2 Strong ǫ-Core................................... 30 5 Nash Equilibria 33 5.1 Strict Nash Equilibria . 33 5.2 Weak Nash Equilibria . 36 3 4 CONTENTS 6 Stable Sets 39 6.1 DefinitionofStableSets ............................... .. 39 6.2 Stability in A′ ....................................... 40 6.3 ConstructionofStronglyStableSets . ...... 41 6.3.1 Explanation of the Strongly Stable Set: The Standard of Behavior in the 3-personzero-sumgame ............................
    [Show full text]
  • Nash Equilibrium
    Nash Equilibrium u A game consists of – a set of players – a set of strategies for each player – A mapping from set of strategies to a set of payoffs, one for each player N.E.: A Set of strategies form a NE if, for player i, the strategy chosen by i maximises i’s payoff, given the strategies chosen by all other players u NE is the set of strategies from which no player has an incentive to unilaterally deviate u NE is the central concept of non- cooperative game theory I.e. situtations in which binding agreements are not possible Example Player 2 C D C (10,10) (0,20) This is the Player 1 game’s D (20,0) (1,1) payoff matrix. Player A’s payoff is shown first. Player B’s payoff is shown second. NE: (DD) = (1,1) Another Example…. Player B L R U (3,9) (1,8) Player A D (0,0) (2,1) Two Nash equilibria: (U,L) = (3,9) (D,R) = (2,1) Applying the NE Concept Modelling Short Run ‘Conduct’ Bertrand Competition Cournot Competition [Building blocks in modeling the intensity of competition in an industry in the short run] p pmonop P(N))? C N Bertrand Price Competition u What if firms compete using only price-setting strategies,? u Games in which firms use only price strategies and play simultaneously are Bertrand games. Bertrand Games (1883) 1. 2 players, firms i and j 2. Bertrand Strategy - All firms simultaneously set their prices. 3. Homogenous product 4. Perfect Information 5. Each firm’s marginal production cost is constant at c.
    [Show full text]
  • Subjecjwity and Correlation in Randomized Strategies*
    Journal of Mathematical Economics 1 (1974) 67-96. Q North-Holland Publishing Company SUBJECJWITY AND CORRELATION IN RANDOMIZED STRATEGIES* Robert J. AUMANN The Hebrew University of Jerusalem, Jerusalem, Israel Received 15 April 1973 1. Introduction Subjectivity and correlation, though formally related, are conceptually distinct and independent issues. We start by discussing subjectivity. A mixed strategy in a game involves the selection of a pure strategy by means of a random device. It has usually been assumed that the random device is a coin flip, the spin of a roulette wheel, or something similar; in brief, an ‘objective’ device, one for which everybody agrees on the numerical values of the proba- bilities involved. Rather oddly, in spite of the long history of the theory of subjective probability, nobody seems to have examined the consequences of basing mixed strategies on ‘subjective’ random devices, i.e. devices on the probabilities of whose outcomes people may disagree (such as horse races, elections, etc.). Even a fairly superficial such examination yields some startling results, as follows : (a) Two-person zero-sum games lose their ‘strictly competitive’ character. It becomes worthwhile to cooperate in such games, i.e. to enter into binding agreements.’ The concept of the ‘value’ of a zero-sum game loses some of its force, since both players can get more than the value (in the utility sense). (b) In certain n-person games with n 2 3 new equilibrium points appear, whose payoffs strictly dominate the payoffs of all other equilibrium points.2 Result (a) holds not just for certain selected 2-person O-sum games, but for practically3 all such games.
    [Show full text]
  • Part 4: Game Theory II Sequential Games
    Part 4: Game Theory II Sequential Games Games in Extensive Form, Backward Induction, Subgame Perfect Equilibrium, Commitment June 2016 Games in Extensive Form, Backward Induction, SubgamePart 4: Perfect Game Equilibrium, Theory IISequential Commitment Games () June 2016 1 / 17 Introduction Games in Extensive Form, Backward Induction, SubgamePart 4: Perfect Game Equilibrium, Theory IISequential Commitment Games () June 2016 2 / 17 Sequential Games games in matrix (normal) form can only represent situations where people move simultaneously ! sequential nature of decision making is suppressed ! concept of ‘time’ plays no role but many situations involve player choosing actions sequentially (over time), rather than simultaneously ) need games in extensive form = sequential games example Harry Local Latte Starbucks Local Latte 1; 2 0; 0 Sally Starbucks 0; 0 2; 1 Battle of the Sexes (BS) Games in Extensive Form, Backward Induction, SubgamePart 4: Perfect Game Equilibrium, Theory IISequential Commitment Games () June 2016 3 / 17 Battle of the Sexes Reconsidered suppose Sally moves first (and leaves Harry a text-message where he can find her) Harry moves second (after reading Sally’s message) ) extensive form game (game tree): game still has two Nash equilibria: (LL,LL) and (SB,SB) but (LL,LL) is no longer plausible... Games in Extensive Form, Backward Induction, SubgamePart 4: Perfect Game Equilibrium, Theory IISequential Commitment Games () June 2016 4 / 17 Sequential Games a sequential game involves: a list of players for each player, a set
    [Show full text]
  • Nash Equilibrium and Mechanism Design ✩ ∗ Eric Maskin A,B, a Institute for Advanced Study, United States B Princeton University, United States Article Info Abstract
    Games and Economic Behavior 71 (2011) 9–11 Contents lists available at ScienceDirect Games and Economic Behavior www.elsevier.com/locate/geb Commentary: Nash equilibrium and mechanism design ✩ ∗ Eric Maskin a,b, a Institute for Advanced Study, United States b Princeton University, United States article info abstract Article history: I argue that the principal theoretical and practical drawbacks of Nash equilibrium as a Received 23 December 2008 solution concept are far less troublesome in problems of mechanism design than in most Available online 18 January 2009 other applications of game theory. © 2009 Elsevier Inc. All rights reserved. JEL classification: C70 Keywords: Nash equilibrium Mechanism design Solution concept A Nash equilibrium (called an “equilibrium point” by John Nash himself; see Nash, 1950) of a game occurs when players choose strategies from which unilateral deviations do not pay. The concept of Nash equilibrium is far and away Nash’s most important legacy to economics and the other behavioral sciences. This is because it remains the central solution concept—i.e., prediction of behavior—in applications of game theory to these fields. As I shall review below, Nash equilibrium has some important shortcomings, both theoretical and practical. I will argue, however, that these drawbacks are far less troublesome in problems of mechanism design than in most other applications of game theory. 1. Solution concepts Game-theoretic solution concepts divide into those that are noncooperative—where the basic unit of analysis is the in- dividual player—and those that are cooperative, where the focus is on coalitions of players. John von Neumann and Oskar Morgenstern themselves viewed the cooperative part of game theory as more important, and their seminal treatise, von Neumann and Morgenstern (1944), devoted fully three quarters of its space to cooperative matters.
    [Show full text]