Weighted Voting Games

Size: px
Start display at page:

Download "Weighted Voting Games"

Transcription

1 Weighted Voting Games R.Chandrasekaran, MostofthisfollowsCEWandfewpapers Assume that we are given a game in characteristic function form with v:2 N R. Definition1 Agamev isasimplegameifitsatisfiestherelation v(s) {0,1} foralls N Coalitions S such that v(s) = 1(0) are called winning(losing) coalitions. Definition2 Agameismonotonicifitsatisfiestherelation: [S T] v(s) v(t) Definition3 Letv beagameonasetofplayersn ={1,2,...,n}whichis definedbyaninput{w R n +,q R + }asfollows: { 1 v(s)= 0 if j S w j q otherwise Thisgamerepresentedby{N,w,q}isknownasaweightedvotinggame. Such games are clearly monotonic games. Example 1 The following monotone simple game is NOT a weighted voting game(from CEW) v(s)= 1 0 if S 3;orS {(1,2),(2,3),(1,4),(3,4)} otherwise UniversityofTexasatDallas,Richardson,Texas,U.S.A.. 1

2 Itispossiblethat(N,w,q)and(N,ŵ,ˆq)representthesamegameeven if(w,q) (ŵ,ˆq). Theorem4 Givenaweightedvotinggame[N,w,q ],thereexistsanidenticalweightedvotinggame[n,w,q]inwhichw i =O(2 nlgn )andq=o(2 nlgn ). Hencethenumberofbitsneededfortheinputispolynomialinn. Definition 5 For a monotone simple game[n, v], the following partial order on v onn iscalledadesirabilityrelationbetweenplayers: [i v j] v(s {i}) v(s {j})foralls suchthati / S,j / S [i v j] v(s {i})=v(s {j})foralls suchthati / S,j / S [i v j] v(s {i}) v(s {j})foralls suchthati / S,j / S [i v j] [i v j]and [i v j] [i v j] [i v j]and [i v j] Ifnoneoftheseholdforapairi,j,wesaythatthesenotcomparable. Definition6 A monotone simple game in which no pair of players is not comparable under is called a linear game. All weighted voting games are linear(under that order that corresponds to increasing order of weights.); but the converse is not true. Definition7 A linear game is canonical if n. A weighted votinggameiscanonicalifw 1 w 2... w n. Recallthatinasimplegameplayeriiscalledavetoplayer if andplayeriisadummyplayerif i / S v(s)=0 i / S v(s {i})=v(s) Supposewewanttoknowifplayeriisaveto(dummy)playerinaweighted votinggame[n,w,q]. Clearly,checkingifplayeriisavetoplayerrequires us to check only that v(n {i}) = 0 for a simple monotone game. For aweightedvoting game this requires thatwe checkif j i w j < q or not. Hence this is polynomial-time solvable. On the other hand checking if player iisadummyplayerinaweightedvotinggameisnp-complete. 2

3 Problem 8 DUMMY Input: Aweightedvotinggame[N,w,q];andaplayeri N Question: Isiadummyin[N,w,q]? (i) DUMMY co-np: There is a polynomial length certificate and a verificationalgorithmfornoinstances. ToshowthatthegiveninstanceisaNO instance,weneedtoshowthat S N;i / Sthatsatisfiesv(S {i}) v(s). Inthiscase,sincethegameissimple,weneedS:i / S;v(S)=0;v(S {i})= 1. OurcertificateisthesetSitself. Tocheck(byourverificationalgorithm) wechecktoseethattherelations i / S w j <q j S j S {i} w j q holdandthiscanclearlybedoneinpolynomialtime. (ii) To show that DUMMY co-np-complete: we take a problem known to be NP-complete and reduce it(by a polynomial transformation) to DUMMY. We use PARTITION for this purpose Problem 9 PARTITION Input:Positiveintegersx 1,x 2,...,x n,kthatsatisfytherelation n j=1 x j= 2K Question: IsthereasubsetS {1,2,...,n}suchthat j S x j=k? Now we must show the transformation that converts an arbitrary instance of PARTITION to a corresponding instance of DUMMY. Here"corresponding"meansthefollowing: iftheinstanceofpartitionis"yes"thenthe corresponding instance of DUMMY is"no". Corresponding instance of DUMMY: Input: G=[N,w,q]: where N ={1,2,...,n,n+1};w j =2x j ;1 j n;w n+1 =1;q=2K+1. Itiseasytoseethat{x 1,x 2,...,x n,k}isa"yes"instanceofpartition player n+1isnotadummyinthecorrespondinginstanceofdummy. Sinceweightedvotinggamesaremonotone,iisadummyiffhisShapley valueis0. NextweshowhowtocomputeShapleyvalueintimepoly(n,w max ) making such an algorithm pseudo-polynomial. There is a similar result for PARTITION as well based on dynamic programming technique. 3

4 Power Indices for Weighted Voting Games: For a weighted voting game [N,w,q] it is easy to show that [w i w j ] [ϕ i ϕ j ]; but it is possiblethatw i <w j andϕ i =ϕ j. Proposition10 Given two games G=[N,w,q] and G =[N,w,q ] where q = n j=1 w j q+1 (here we assume that all input is integral), we have ϕ i (G)=ϕ i (G )foralli N. Since checking whether a player is a dummy is co-np-hard, checking whether a player s Shapley Value is 0 is also equally difficult. Similar results also hold for Banzhaf index. However, the following result is somewhat useful in practice. Theorem11 Givenann-playerweightedvotinggameG=[N,w,q] anda playeri N,wecancomputeBanzhafindexβ i (G)andShapleyValueϕ i (G) intimeo(n 2 w max )ando(n 3 w max )respectively. Proof. Wedescribetheprocessforcomputingϕ i (G)firstandindicatemodificationsthatreducetheorderforcomputingβ i (G). Withoutlossassume i = n. [This is done for convenience only.] If w n = 0, then β n = ϕ n = 0. So we will assume from now on that w n > 0. For s = 0,1,2,...,n 1, let N s denote the number of subsets of N {n} with size s that have weight W {q w n,q w n 1,...,q 1}. If S is any coalition such that n / S, and W = j S w j < q;w +w n q, it is clear that W {q w n,q w n 1,...,q 1} and conversely. So coalitions for which n is a swing player, are all of this type. Of course the members of such coalitionmay"arrive"inanyorderfollowedbynandthentherestincomputing Shapleyvalue. Thereares!(n s 1)!suchpermutationsofthemembersof suchaset. Hencewehave: ϕ n (G)= 1 n 1 s!(n s 1)!N s n! s=0 Hence if we can compute the values of N s for s = 0,1,2,...,n 1, we can compute Shapley value. We do this by dynamic programming. Let M[j,W,s] = number of s-element subsets of {1,2,...,j} that have weight equal to W. Here j {1,2,...,n 1};s {0,1,...,n 1};W {0,1,..., n j=1 w j}. Thenumberofthevaluescomputedequalsn 2 n j=1 w j= O(n 3 w max ). Wedothisincreasingorderofvaluesofj+W+s. 4

5 Basis Cases: { 1 M[j,W,0]= 0 { 1 M[1,W,s]= 0 General Case: ifw =0 otherwise ifw =w 1 ands=1 otherwise Finally, M[j,W,s]=M[j 1,W,s]+M[j 1,W w j,s 1] N s = q 1 W=q w n M[n 1,W,s] ForcomputingBanzhaf indexweomitthe dependenceonsandhencethe algorithmhasoneorderofnless. Stability: Definition12 Given a game with a player set N, a coalition structure CS is a partition of the players into nonempty subsets. CS={S 1,S 2,...S k };S i ϕforalli; [i j] S i S j =ϕ k i=1 S i=n Definition13 Given a set N of players we denote by CS N the set of all coalition structures on N. Recall that in a superadditive game (which is necessarily monotone), the only stable coalition structure is {(N)}. If a simple game is superadditive,thentherecannotexisttwodisjointwinningcoalitionss andt. In nj=1 w j 2, the game will be superadditive. aweightedvotinggame,ifq> Question#1: Is the above condition necessary? Question#2: Is checking whether a weighted voting game superadditive poly-time solvable? Question#3: Is checking whether a monotone simple game superadditive poly-time solvable? 5

6 Wehavealreadyshownthatifasimplegameissuperadditive, ithasa nonemptycoreiffthereisatleastonevetoplayer. Checkingifasimplegame has a veto player is poly-time solvable as mentioned before. Hence, checking if a weighted voting game has a nonempty core is poly-time solvable. Checking whetherapayoffvectorxisinthecoreisalsopoly-timesolvable. However, a weighted voting game may not be superadditive. This kind of situation arises in multi-agent systems. Now we allow for payoff configurations[cs,x]wherecs {(N)}. Definition14 LetacoalitionstructurebegivenbyCS={S 1,S 2,...,S k }. A payoffconfiguration[cs,x]issaidtobeefficientif x j =v(s i ) fori=1,2,...,k j S i Definition15 A payoff vector x for a coalition structure CS CS N is saidtobeanimputationifitisefficientforcs andsatisfiestheindividual rationality condition: x j v({j})forallj N WedenotebyE CS (v)thesetofallimputationsforthegamevwithcoalition structure CS. Definition16 GivenacoalitionstructureCS foragameonn,thesetof imputations that satisfy the relations: x j v(t)forallt N j T iscalledthecs-coreofthegamev. [Pleasenote: Whenwetalkofcorewe wantittobeanimputationwithrespecttothecoalitionstructurecs={(n)} andhencerequireonlythat n j=1 x j=v(n).] Hence it is possible that for games that are not superadditive, there may bestablepayoffconfigurationsoftheform[cs,x]wherecs {(N)}. These are the subject of the CS core. 6

7 Lemma17 Let G=[N,w,q] be weighted voting game. Suppose there is a coalitionstructurecs={s 1,S 2,...,S k }suchthat j S i w j =q fori=1,2,...,k ThenCS-coreofGisnonempty. Proof. Letx j = w j ;j=1,2,...,n. Considerthepayoffconfiguration[CS,x]. q w j q =1fori=1,2,...,k j S i [v(t)=1] [ j T W j q] j T x j 1=v(T) Hence the result follows. Problem18(-CS-CORE) Input: AweightedvotinggameG=[N,w,q] Question: Is the CS-core of G nonempty? Theorem 19 CS-CORE is NP-hard Proof. WewillshowthatPARTITION p CS-CORE GivenaninstanceofPARTITION:Positiveintegersx 1,x 2,...,x n,k that satisfytherelation n j=1 x j=2k Weassumethatx j K forallj [otherwise,theanswertopartition instance is NO]. CorrespondinginstanceofweightedvotinggameisG=[N,w,q]where N ={1,2,...,n};w j =x j forj=1,2,...,n;andq=k. Now if the PARTITION instance is a "YES" instance, then there is a subsets N suchthat j S x j=k andhencethereisnonemptycs-core forcs={s,n S}. If the PARTITION instance is a "NO" instance, then in any coalition structure CS of N, there is at most one wining coalition. Hence the total payoff for all players is at most 1 for any payoff configuration. If CS has no winning coalition, then the coalition structure is not stable since grand coalitionwillhaveavalueequalto1. Considerapayoffconfiguration[CS,x] withcs={s 1,S 2,...,S k }where v(s i )=0fori 1 7

8 Hence if [CS,x] is in CS-Core, then i S 1 such that x i > 0. Hence j i x j < 1. But since w i K, it follows that j i w j > q, and hence v({n {i})=1. Hence[CS,x]isnotinCS-Core. HenceCS-Coreisempty in this case. The reduction is complete. Checking whether [CS, x] is in CS-Core is also co-np-complete, but solvable by a pseudo-polynomial time algorithm. 8

Cooperative Games. M2 ISI Systèmes MultiAgents. Stéphane Airiau LAMSADE

Cooperative Games. M2 ISI Systèmes MultiAgents. Stéphane Airiau LAMSADE Cooperative Games M2 ISI 2015 2016 Systèmes MultiAgents Stéphane Airiau LAMSADE M2 ISI 2015 2016 Systèmes MultiAgents (Stéphane Airiau) Cooperative Games 1 Why study coalitional games? Cooperative games

More information

Game Theory: Spring 2017

Game Theory: Spring 2017 Game Theory: Spring 2017 Ulle Endriss Institute for Logic, Language and Computation University of Amsterdam Ulle Endriss 1 Plan for Today Today we are going to review solution concepts for coalitional

More information

Game Theory: Spring 2017

Game Theory: Spring 2017 Game Theory: Spring 2017 Ulle Endriss Institute for Logic, Language and Computation University of Amsterdam Ulle Endriss 1 Plan for Today The coming four lectures are about cooperative game theory, where

More information

The Shapley value and power indices

The Shapley value and power indices Politecnico di Milano 1/16 Summary of the slides 1 The Shapley value 2 The axioms and the theorem 3 The Shapley value in simple games 4 Semivalues 5 The UN security council 2/16 Properties for a one point

More information

Power in the US Legislature

Power in the US Legislature Power in the US Legislature Victoria Powers May 16, 2017 Abstract Using a standard model of the US legislative system as a monotonic simple game, we look at rankings of the four types of players the president,

More information

The nucleolus, the Shapley value and power indices

The nucleolus, the Shapley value and power indices Politecnico di Milano Excess A TU game v is given Definition The excess of a coalition A over the imputation x is e(a, x) = v(a) i A x i e(a, x) is a measure of the dissatisfaction of the coalition A with

More information

Math 152: Applicable Mathematics and Computing

Math 152: Applicable Mathematics and Computing Math 152: Applicable Mathematics and Computing June 5, 2017 June 5, 2017 1 / 19 Announcements Dun s office hours on Thursday are extended, from 12.30 3.30pm (in SDSC East 294). My office hours on Wednesday

More information

Weighted Voting Games

Weighted Voting Games Weighted Voting Games Gregor Schwarz Computational Social Choice Seminar WS 2015/2016 Technische Universität München 01.12.2015 Agenda 1 Motivation 2 Basic Definitions 3 Solution Concepts Core Shapley

More information

Cooperative Games. Stéphane Airiau. Institute for Logic, Language & Computations (ILLC) University of Amsterdam

Cooperative Games. Stéphane Airiau. Institute for Logic, Language & Computations (ILLC) University of Amsterdam Cooperative Games Stéphane Airiau Institute for Logic, Language & Computations (ILLC) University of Amsterdam 12th European Agent Systems Summer School (EASSS 2010) Ecole Nationale Supérieure des Mines

More information

On the computational complexity of weighted voting games

On the computational complexity of weighted voting games Ann Math Artif Intell (009) 56:109 131 DOI 10.1007/s1047-009-916-5 On the computational complexity of weighted voting games Edith Elkind Leslie Ann Goldberg Paul W. Goldberg Michael Wooldridge Published

More information

Multiagent Systems Motivation. Multiagent Systems Terminology Basics Shapley value Representation. 10.

Multiagent Systems Motivation. Multiagent Systems Terminology Basics Shapley value Representation. 10. Multiagent Systems July 2, 2014 10. Coalition Formation Multiagent Systems 10. Coalition Formation B. Nebel, C. Becker-Asano, S. Wöl Albert-Ludwigs-Universität Freiburg July 2, 2014 10.1 Motivation 10.2

More information

Lecture 2 The Core. 2.1 Definition and graphical representation for games with up to three players

Lecture 2 The Core. 2.1 Definition and graphical representation for games with up to three players Lecture 2 The Core Let us assume that we have a TU game (N, v) and that we want to form the grand coalition. The Core, which was first introduced by Gillies [1], is the most attractive and natural way

More information

Solutions to Exercises of Section IV.1.

Solutions to Exercises of Section IV.1. Solutions to Exercises of Section IV.1. 1. We find v({1, 2}) = v({3}) =4.4, v({1, 3}) = v({2}) =4,v({2.3}) = v({1}) = 1.5, and v( ) =v(n) =0. III 1 2 1,1 1 3 (I,II): 1,2 4 5 2,1 3 2 2,2 6 2 II 1 2 1,1

More information

arxiv: v1 [cs.gt] 2 Sep 2008

arxiv: v1 [cs.gt] 2 Sep 2008 Complexity of comparison of influence of players in simple games Haris Aziz Abstract arxiv:0809.0519v1 [cs.gt] 2 Sep 2008 Coalitional voting games appear in different forms in multi-agent systems, social

More information

Characterization of the Banzhaf Value Using a Consistency Axiom

Characterization of the Banzhaf Value Using a Consistency Axiom CUBO A Mathematical Journal Vol.1, N ō 01, (1 6). March 010 Characterization of the Banzhaf Value Using a Consistency Axiom Joss Erick Sánchez Pérez Facultad de Economía, UASLP, Av. Pintores s/n, Col.

More information

No CHARACTERIZING CONVEXITY OF GAMES USING MARGINAL VECTORS. By Bas van Velzen, Herbert Hamers, Henk Norde. February 2003 ISSN

No CHARACTERIZING CONVEXITY OF GAMES USING MARGINAL VECTORS. By Bas van Velzen, Herbert Hamers, Henk Norde. February 2003 ISSN No 003 CHARACTERIZING CONVEXITY OF GAMES USING MARGINAL VECTORS By Bas van Velzen, Herbert Hamers, Henk Norde February 003 ISSN 094-785 Characterizing convexity of games using marginal vectors Bas van

More information

Math-Net.Ru All Russian mathematical portal

Math-Net.Ru All Russian mathematical portal Math-Net.Ru All Russian mathematical portal Osman Palanci, S. Zeynep Alparslan Gök, Gerhard-Wilhelm Weber, An axiomatization of the interval Shapley value and on some interval solution concepts, Contributions

More information

2.1 Definition and graphical representation for games with up to three players

2.1 Definition and graphical representation for games with up to three players Lecture 2 The Core Let us assume that we have a TU game (N, v) and that we want to form the grand coalition. We model cooperation between all the agents in N and we focus on the sharing problem: how to

More information

UNIVERSIDADE DE SANTIAGO DE COMPOSTELA DEPARTAMENTO DE ESTATÍSTICA E INVESTIGACIÓN OPERATIVA

UNIVERSIDADE DE SANTIAGO DE COMPOSTELA DEPARTAMENTO DE ESTATÍSTICA E INVESTIGACIÓN OPERATIVA UNIVERSIDADE DE SANTIAGO DE COMPOSTELA DEPARTAMENTO DE ESTATÍSTICA E INVESTIGACIÓN OPERATIVA are functions for cooperative games with levels structure of cooperation M. Álvarez-Mozos, R. van den Brink,

More information

Notes on Coursera s Game Theory

Notes on Coursera s Game Theory Notes on Coursera s Game Theory Manoel Horta Ribeiro Week 01: Introduction and Overview Game theory is about self interested agents interacting within a specific set of rules. Self-Interested Agents have

More information

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India November 2007

Game Theory. Lecture Notes By Y. Narahari. Department of Computer Science and Automation Indian Institute of Science Bangalore, India November 2007 Game Theory Lecture Notes By Y. Narahari Department of Computer Science and Automation Indian Institute of Science Bangalore, India November 2007 COOPERATIVE GAME THEORY 6. Other Solution Concepts Note:

More information

ECONOMIC STRENGTH IN COOPERATIVE GAMES

ECONOMIC STRENGTH IN COOPERATIVE GAMES ECONOMIC STRENGTH IN COOPERATIVE GAMES WILLIAM J. WILLICK AND WAYNE F. BIALAS Abstract. This paper revisits the concept of power indices to evaluate the economic strength of individual players in a characteristic

More information

Endre Boros b Vladimir Gurvich d ;

Endre Boros b Vladimir Gurvich d ; R u t c o r Research R e p o r t On effectivity functions of game forms a Endre Boros b Vladimir Gurvich d Khaled Elbassioni c Kazuhisa Makino e RRR 03-2009, February 2009 RUTCOR Rutgers Center for Operations

More information

Department of Applied Mathematics Faculty of EEMCS. University of Twente. Memorandum No Owen coalitional value without additivity axiom

Department of Applied Mathematics Faculty of EEMCS. University of Twente. Memorandum No Owen coalitional value without additivity axiom Department of Applied Mathematics Faculty of EEMCS t University of Twente The Netherlands P.O. Box 217 7500 AE Enschede The Netherlands Phone: +31-53-4893400 Fax: +31-53-4893114 Email: memo@math.utwente.nl

More information

COOPERATIVE GAME THEORY: CORE AND SHAPLEY VALUE

COOPERATIVE GAME THEORY: CORE AND SHAPLEY VALUE 1 / 54 COOPERATIVE GAME THEORY: CORE AND SHAPLEY VALUE Heinrich H. Nax hnax@ethz.ch & Bary S. R. Pradelski bpradelski@ethz.ch February 26, 2018: Lecture 2 2 / 54 What you did last week... There appear

More information

Finding extremal voting games via integer linear programming

Finding extremal voting games via integer linear programming Finding extremal voting games via integer linear programming Sascha Kurz Business mathematics University of Bayreuth sascha.kurz@uni-bayreuth.de Euro 2012 Vilnius Finding extremal voting games via integer

More information

Weighted values and the Core in NTU games

Weighted values and the Core in NTU games Weighted values and the Core in NTU games Koji Yokote August 4, 2014 Abstract The purpose of this paper is to extend the following result by Monderer et al. (1992): the set of weighted Shapley values includes

More information

GAME THEORETIC MODELS OF NETWORK FORMATION A GAME THEORETIC GENERALIZED ADDITIVE MODEL

GAME THEORETIC MODELS OF NETWORK FORMATION A GAME THEORETIC GENERALIZED ADDITIVE MODEL POLITECNICO DI MILANO DEPARTMENT OF MATHEMATICS DOCTORAL PROGRAMME IN MATHEMATICAL MODELS AND METHODS IN ENGINEERING GAME THEORETIC MODELS OF NETWORK FORMATION A GAME THEORETIC GENERALIZED ADDITIVE MODEL

More information

Computational Complexity of Weighted Threshold Games

Computational Complexity of Weighted Threshold Games Computational Complexity of Weighted Threshold Games Edith Elkind Electronics & Computer Science University of Southampton Southampton SO17 1BJ, UK Leslie Ann Goldberg Computer Science University of Liverpool

More information

AXIOMATIC CHARACTERIZATIONS OF THE SYMMETRIC COALITIONAL BINOMIAL SEMIVALUES. January 17, 2005

AXIOMATIC CHARACTERIZATIONS OF THE SYMMETRIC COALITIONAL BINOMIAL SEMIVALUES. January 17, 2005 AXIOMATIC CHARACTERIZATIONS OF THE SYMMETRIC COALITIONAL BINOMIAL SEMIVALUES José María Alonso Meijide, Francesc Carreras and María Albina Puente January 17, 2005 Abstract The symmetric coalitional binomial

More information

Solutions without dummy axiom for TU cooperative games

Solutions without dummy axiom for TU cooperative games Solutions without dummy axiom for TU cooperative games L. Hernandez Lamoneda, R. Juarez, and F. Sanchez Sanchez October, 2007 Abstract In this paper we study an expression for all additive, symmetric and

More information

Representation of TU games by coalition production economies

Representation of TU games by coalition production economies Working Papers Institute of Mathematical Economics 430 April 2010 Representation of TU games by coalition production economies Tomoki Inoue IMW Bielefeld University Postfach 100131 33501 Bielefeld Germany

More information

On the Balancedness of m-sequencing Games

On the Balancedness of m-sequencing Games On the Balancedness of m-sequencing Games Herbert Hamers Flip Klijn Jeroen Suijs Department of Econometrics and CentER, Tilburg University, P.O.Box 90153, 5000 LE Tilburg, The Netherlands March 4, 1998

More information

Proof Systems and Transformation Games

Proof Systems and Transformation Games Proof Systems and Transformation Games Yoram Bachrach Michael Zuckerman Michael Wooldridge Jeffrey S. Rosenschein Microsoft Research, Cambridge, UK Hebrew University, Jerusalem, Israel University of Oxford,

More information

On 1-convexity and nucleolus of co-insurance games

On 1-convexity and nucleolus of co-insurance games On 1-convexity and nucleolus of co-insurance games Theo Driessen, Vito Fragnelli, Ilya Katsev, Anna Khmelnitskaya Twente University, The Netherlands Universitá del Piemonte Orientale, Italy St. Petersburg

More information

Cooperative Transformation Games

Cooperative Transformation Games Cooperative Transformation Games Yoram Bachrach 1, Michael Zuckerman 2, Ely Porat 4, Michael Wooldridge 3, and Jeffrey S. Rosenschein 2 1 Microsoft Research Ltd., Cambridge, UK 2 School of Engineering

More information

Expectation Formation Rules and the Core of Partition Function Games

Expectation Formation Rules and the Core of Partition Function Games Expectation Formation Rules and the Core of Partition Function Games Francis Bloch Anne van den Nouweland September 20, 2013 Abstract This paper proposes axiomatic foundations of expectation formation

More information

5.2 A characterization of the nonemptiness of the core

5.2 A characterization of the nonemptiness of the core Computational Aspects of Game Theory Bertinoro Spring School Lecturer: Bruno Codenotti Lecture 5: The Core of Cooperative Games The core is by far the cooperative solution concept most used in Economic

More information

Chapter 5. Nucleolus. Core(v) := {x R n x is an imputation such that e(x, S) 0 for all coalitions S}.

Chapter 5. Nucleolus. Core(v) := {x R n x is an imputation such that e(x, S) 0 for all coalitions S}. Chapter 5 Nucleolus In this chapter we study another way of selecting a unique efficient allocation that forms an alternative to the Shapley value. Fix a TU-game (N, v). Given a coalition S and an allocation

More information

Expectation Formation Rules and the Core of Partition Function Games

Expectation Formation Rules and the Core of Partition Function Games Expectation Formation Rules and the Core of Partition Function Games Francis Bloch Anne van den Nouweland May 22, 2014 Abstract This paper proposes axiomatic foundations of expectation formation rules,

More information

Incentives to form the grand coalition versus no incentive to split off from the grand coalition

Incentives to form the grand coalition versus no incentive to split off from the grand coalition Incentives to form the grand coalition versus no incentive to split off from the grand coalition Katsushige FUJIMOTO College of Symbiotic Systems Science, Fukushima University, 1 Kanayagawa Fukushima,

More information

Interval values for strategic games in which players cooperate

Interval values for strategic games in which players cooperate Interval values for strategic games in which players cooperate Luisa Carpente 1 Balbina Casas-Méndez 2 Ignacio García-Jurado 2 Anne van den Nouweland 3 September 22, 2005 Abstract In this paper we propose

More information

The core of voting games with externalities

The core of voting games with externalities Submitted to Games. Pages 1-8. OPEN ACCESS games ISSN 2073-4336 www.mdpi.com/journal/games Article The core of voting games with externalities LARDON Aymeric 1 1 University of Saint-Etienne, CNRS UMR 5824

More information

Power indices expressed in terms of minimal winning coalitions

Power indices expressed in terms of minimal winning coalitions Power indices expressed in terms of minimal winning coalitions Fabien Lange László Á. Kóczy Abstract A voting situation is given by a set of voters and the rules of legislation that determine minimal requirements

More information

Interval-Valued Cores and Interval-Valued Dominance Cores of Cooperative Games Endowed with Interval-Valued Payoffs

Interval-Valued Cores and Interval-Valued Dominance Cores of Cooperative Games Endowed with Interval-Valued Payoffs mathematics Article Interval-Valued Cores and Interval-Valued Dominance Cores of Cooperative Games Endowed with Interval-Valued Payoffs Hsien-Chung Wu Department of Mathematics, National Kaohsiung Normal

More information

The Shapley value on convex geometries

The Shapley value on convex geometries Discrete Applied Mathematics 103 (2000) 33 40 The Shapley value on convex geometries J.M. Bilbao a;, P.H. Edelman b a Escuela Superior Ingenieros, Matematica Applicada II, Universidad de Sevilla, Camino

More information

Acyclic, or totally tight, two-person game forms; characterization and main properties 1

Acyclic, or totally tight, two-person game forms; characterization and main properties 1 DIMACS Technical Report 008-0 October 008 Acyclic, or totally tight, two-person game forms; characterization and main properties by Endre Boros RUTCOR, Rutgers University 640 Bartholomew Road Piscataway,

More information

and the tension between weight and power

and the tension between weight and power and the tension between weight and power Annemieke Reijngoud & Ole Martin Brende Cooperative May 16, 2010 1 / 24 Outline Power Indices Background Analysis Fair Game Terminology Observations Running Time

More information

ENCOURAGING THE GRAND COALITION IN CONVEX COOPERATIVE GAMES

ENCOURAGING THE GRAND COALITION IN CONVEX COOPERATIVE GAMES STUDIA UNIV. BABEŞ BOLYAI, MATHEMATICA, Volume LIV, Number 1, March 2009 ENCOURAGING THE GRAND COALITION IN CONVEX COOPERATIVE GAMES TITU ANDREESCU AND ZORAN ŠUNIĆ Abstract. A solution function for convex

More information

CORVINUS ECONOMICS WORKING PAPERS. Young's axiomatization of the Shapley value - a new proof. by Miklós Pintér CEWP 7/2015

CORVINUS ECONOMICS WORKING PAPERS. Young's axiomatization of the Shapley value - a new proof. by Miklós Pintér CEWP 7/2015 CORVINUS ECONOMICS WORKING PAPERS CEWP 7/2015 Young's axiomatization of the Shapley value - a new proof by Miklós Pintér http://unipub.lib.uni-corvinus.hu/1659 Young s axiomatization of the Shapley value

More information

Measuring influence in command games

Measuring influence in command games Measuring influence in command games Michel Grabisch, Agnieszka Rusinowska To cite this version: Michel Grabisch, Agnieszka Rusinowska. Measuring influence in command games. Working paper GATE 2008-02.

More information

Discrete Mathematics

Discrete Mathematics Discrete Mathematics 309 (2009) 4456 4468 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: www.elsevier.com/locate/disc Minimal and locally minimal games and game forms

More information

Merging and splitting in cooperative games: some (im-)possibility results

Merging and splitting in cooperative games: some (im-)possibility results Merging and splitting in cooperative games: some (im-)possibility results Peter Holch Knudsen and Lars Peter Østerdal Department of Economics University of Copenhagen October 2005 Abstract Solutions for

More information

False-Name Manipulation in Weighted Voting Games is Hard for Probabilistic Polynomial Time

False-Name Manipulation in Weighted Voting Games is Hard for Probabilistic Polynomial Time Journal of Artificial Intelligence Research 50 (2014) 573 601 Submitted 12/13; published 07/14 False-Name Manipulation in Weighted Voting Games is Hard for Probabilistic Polynomial Time Anja Rey Jörg Rothe

More information

Generalized Convex Games

Generalized Convex Games Generalized Convex Games Paul Milgrom Department of Economics Stanford University Chris Shannon Department of Economics University of California, Berkeley this version August 1996 1 Introduction Economists

More information

University of Twente. Faculty of Mathematical Sciences. A multiplicative potential approach to solutions for cooperative TU-games

University of Twente. Faculty of Mathematical Sciences. A multiplicative potential approach to solutions for cooperative TU-games Faculty of Mathematical Sciences University of Twente University for Technical and Social Sciences P.O. Box 217 7500 AE Enschede The Netherlands Phone: +31-53-4893400 Fax: +31-53-4893114 Email: memo@math.utwente.nl

More information

Cooperative Games. Tutorial Overview. Game Theory in MAS. A Point of Reference: Non Cooperative Games AAMAS 11 4/20/2011

Cooperative Games. Tutorial Overview. Game Theory in MAS. A Point of Reference: Non Cooperative Games AAMAS 11 4/20/2011 Cooperative Games in Multiagent Systems AAMAS 11 Georgios Chalkiadakis (TU Crete, Greece) Edith Elkind (NTU, Singapore) Michael Wooldridge (U. of Liverpool, UK) Tutorial Overview Introduction Dfiiti Definitions

More information

Compromise Stable TU-Games Quant, Marieke; Borm, Peter; Reijnierse, Hans; van Velzen, S.

Compromise Stable TU-Games Quant, Marieke; Borm, Peter; Reijnierse, Hans; van Velzen, S. Tilburg University Compromise Stable TU-Games Quant, Marieke; Borm, Peter; Reijnierse, Hans; van Velzen, S. Publication date: 2003 Link to publication Citation for published version (APA): Quant, M., Borm,

More information

The average representation a cornucopia of power indices?

The average representation a cornucopia of power indices? The average representation a cornucopia of power indices? Serguei Kaniovski and Sascha Kurz April 5 05 Abstract We show how to construct power indices that respect proportionality between power and weight

More information

Population Monotonic Allocation Schemes for Games with. Externalities

Population Monotonic Allocation Schemes for Games with. Externalities WINPEC Working Paper Series No.E1722 November 2017 Population Monotonic Allocation Schemes for Games with Externalities Takaaki Abe Waseda INstitute of Political EConomy Waseda University Tokyo,Japan Population

More information

The selectope for games with partial cooperation

The selectope for games with partial cooperation Discrete Mathematics 216 (2000) 11 27 www.elsevier.com/locate/disc The selectope for games with partial cooperation J.M. Bilbao a,n.jimenez a, E. Lebron a, H. Peters b; a Escuela Superior de Ingenieros,

More information

Axiomatizing Core Extensions

Axiomatizing Core Extensions Axiomatizing Core Extensions Camelia Bejan and Juan Camilo Gómez June 2011 Abstract We give an axiomatization of the aspiration core on the domain of all TU-games using a relaxed feasibility condition,

More information

DUMMY PLAYERS AND THE QUOTA IN WEIGHTED VOTING GAMES

DUMMY PLAYERS AND THE QUOTA IN WEIGHTED VOTING GAMES DUMMY PLAYERS AND THE QUOTA IN WEIGHTED VOTING GAMES Fabrice BARTHELEMY, Dominique LEPELLEY and Mathieu MARTIN Abstract. This paper studies the role of the quota on the occurrence of dummy players in weighted

More information

José María Alonso-Meijide Mikel Álvarez-Mozos María Gloria Fiestras-Janeiro

José María Alonso-Meijide Mikel Álvarez-Mozos María Gloria Fiestras-Janeiro Col.lecció d Economia E15/328 Power Indices and Minimal Winning Coalitions in Simple Games with Externalities José María Alonso-Meijide Mikel Álvarez-Mozos María Gloria Fiestras-Janeiro UB Economics Working

More information

EC516 Contracts and Organisations, LSE

EC516 Contracts and Organisations, LSE EC516 Contracts and Organisations, LSE Lecture Notes on Binding Agreements Debraj Ray 1. Some Cooperative Game Theory 1.1. The Characteristic Function. Cooperative game theory starts with the characteristic

More information

On the Shapley-Scarf Economy: The Case of Multiple Types of Indivisible Goods

On the Shapley-Scarf Economy: The Case of Multiple Types of Indivisible Goods On the Shapley-Scarf Economy: The Case of Multiple Types of Indivisible Goods Hideo Konishi Thomas Quint Jun Wako April, 1997 (first version) October 1997 (revised) July 20, 2000 (second revision) file

More information

CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 7: Prior-Free Multi-Parameter Mechanism Design. Instructor: Shaddin Dughmi

CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 7: Prior-Free Multi-Parameter Mechanism Design. Instructor: Shaddin Dughmi CS599: Algorithm Design in Strategic Settings Fall 2012 Lecture 7: Prior-Free Multi-Parameter Mechanism Design Instructor: Shaddin Dughmi Outline 1 Multi-Parameter Problems and Examples 2 The VCG Mechanism

More information

BIPARTITE GRAPHS AND THE SHAPLEY VALUE

BIPARTITE GRAPHS AND THE SHAPLEY VALUE BIPARTITE GRAPHS AND THE SHAPLEY VALUE DIPJYOTI MAJUMDAR AND MANIPUSHPAK MITRA ABSTRACT. We provide a cooperative game-theoretic structure to analyze bipartite graphs where we have a set of employers and

More information

The Core can be accessed in a Bounded Number of Steps

The Core can be accessed in a Bounded Number of Steps The Core can be accessed in a Bounded Number of Steps by László Á. KÓCZY Econometrics Center for Economic Studies Discussions Paper Series (DPS) 02.18 http://www.econ.kuleuven.be/ces/discussionpapers/default.htm

More information

A Farsighted Stable Set for Partition Function Games

A Farsighted Stable Set for Partition Function Games 0 A Farsighted Stable Set for Partition Function Games Parkash Chander * August, 2015 Preliminary Draft Abstract In this paper, we introduce a concept of a farsighted stable set for a partition function

More information

An Infinitely Farsighted Stable Set

An Infinitely Farsighted Stable Set An Infinitely Farsighted Stable Set By Parkash Chander * May 2015 Revised: November 2015 Abstract In this paper, we first introduce and characterize a new and general concept of a credible deviation in

More information

The core of voting games: a partition approach

The core of voting games: a partition approach The core of voting games: a partition approach Aymeric Lardon To cite this version: Aymeric Lardon. The core of voting games: a partition approach. International Game Theory Review, World Scientific Publishing,

More information

False-Name Manipulations in Weighted Voting Games

False-Name Manipulations in Weighted Voting Games Journal of Artificial Intelligence Research 40 (2011) 57-93 Submitted 08/10; published 01/11 False-Name Manipulations in Weighted Voting Games Haris Aziz Institut für Informatik Technische Universität

More information

Convex Sets with Applications to Economics

Convex Sets with Applications to Economics Convex Sets with Applications to Economics Debasis Mishra March 10, 2010 1 Convex Sets A set C R n is called convex if for all x, y C, we have λx+(1 λ)y C for all λ [0, 1]. The definition says that for

More information

Consistency and Monotonicity in One-Sided Assignment Problems

Consistency and Monotonicity in One-Sided Assignment Problems Consistency and Monotonicity in One-Sided Assignment Problems Bettina Klaus Alexandru Nichifor Working Paper 09-146 Copyright 2009 by Bettina Klaus and Alexandru Nichifor Working papers are in draft form.

More information

COALITION STRUCTURE GENERATION IN CHARACTERISTIC FUNCTION GAMES. Travis Service. Dissertation. Submitted to the Faculty of the

COALITION STRUCTURE GENERATION IN CHARACTERISTIC FUNCTION GAMES. Travis Service. Dissertation. Submitted to the Faculty of the COALITION STRUCTURE GENERATION IN CHARACTERISTIC FUNCTION GAMES By Travis Service Dissertation Submitted to the Faculty of the Graduate School of Vanderbilt University in partial fulfillment of the requirements

More information

The Shapley value for bicooperative games

The Shapley value for bicooperative games Ann Oper Res (2008) 158: 99 115 DOI 10.1007/s10479-007-0243-8 The Shapley value for bicooperative games J.M. Bilbao J.R. Fernández N. Jiménez J.J. López Published online: 13 September 2007 Springer Science+Business

More information

BOUNDS FOR THE NAKAMURA NUMBER

BOUNDS FOR THE NAKAMURA NUMBER BOUNDS FOR THE NAKAMURA NUMBER JOSEP FREIXAS AND SASCHA KURZ ABSTRACT. The Nakamura number is an appropriate invariant of a simple game to study the existence of social equilibria and the possibility of

More information

AVERAGE TREE SOLUTION AND SUBCORE FOR ACYCLIC GRAPH GAMES

AVERAGE TREE SOLUTION AND SUBCORE FOR ACYCLIC GRAPH GAMES Journal of the Operations Research Society of Japan 2008, Vol. 51, No. 3, 203-212 AVERAGE TREE SOLUTION AND SUBCORE FOR ACYCLIC GRAPH GAMES Dolf Talman Tilburg University Yoshitsugu Yamamoto University

More information

Boolean Combinations of Weighted Voting Games

Boolean Combinations of Weighted Voting Games Boolean Combinations of Weighted Voting Games Piotr Faliszewski AGH Univ. of Science and Technology, Kraków Poland Edith Elkind Univ. of Southampton, UK/ Nanyang Technological University, Singapore Michael

More information

R u t c o r Research R e p o r t. Minimal and locally minimal games and game forms. 1. Endre Boros 2 Vladimir Gurvich 3 Kazuhisa Makino 4

R u t c o r Research R e p o r t. Minimal and locally minimal games and game forms. 1. Endre Boros 2 Vladimir Gurvich 3 Kazuhisa Makino 4 R u t c o r Research R e p o r t Minimal and locally minimal games and game forms. 1 Endre Boros 2 Vladimir Gurvich 3 Kazuhisa Makino 4 RRR 28-2008, October 2008 RUTCOR Rutgers Center for Operations Research

More information

On the Dimensionality of Voting Games

On the Dimensionality of Voting Games Proceedings of the Twenty-Third AAAI Conference on Artificial Intelligence (2008) On the Dimensionality of Voting Games Edith Elkind Electronics & Computer Science University of Southampton Southampton

More information

No ASSIGNMENT SITUATIONS WITH MULTIPLE OWNERSHIP AND THEIR GAMES. By Silvia Miquel, Bas van Velzen, Herbert Hamers, Henk Norde.

No ASSIGNMENT SITUATIONS WITH MULTIPLE OWNERSHIP AND THEIR GAMES. By Silvia Miquel, Bas van Velzen, Herbert Hamers, Henk Norde. No. 2005 78 ASSIGNMENT SITUATIONS WITH MULTIPLE OWNERSHIP AND THEIR GAMES By Silvia Miquel, Bas van Velzen, Herbert Hamers, Henk Norde June 2005 ISSN 0924-7815 Assignment situations with multiple ownership

More information

CORE AND NO-TREAT EQUILIBRIUM IN TOURNAMENT GAMES WITH EXTERNALITIES

CORE AND NO-TREAT EQUILIBRIUM IN TOURNAMENT GAMES WITH EXTERNALITIES CORE AND NO-TREAT EQUILIBRIUM IN TOURNAMENT GAMES WITH EXTERNALITIES RYO MIZUNO Abstract. We consider a situation where coalitions are formed to divide a resource. As in real life, the value of a payoff

More information

On Influence and Power Indices

On Influence and Power Indices On Influence and Power Indices MICHEL GRABISCH 2 and AGNIESZKA RUSINOWSKA 34 Université Paris I Panthéon-Sorbonne LIP6, 8 rue du Capitaine Scott 7505 Paris, France Michel.Grabisch@lip6.fr 2 CERMSEM 06-2,

More information

Centre d Economie de la Sorbonne UMR 8174

Centre d Economie de la Sorbonne UMR 8174 Centre d Economie de la Sorbonne UMR 8174 Axiomatisation of the Shapley value and power index for bi-cooperative games Christophe LABREUCHE Michel GRABISCH 2006.23 Maison des Sciences Économiques, 106-112

More information

Department of Applied Mathematics Faculty of EEMCS. University of Twente. Memorandum No. 1796

Department of Applied Mathematics Faculty of EEMCS. University of Twente. Memorandum No. 1796 Department of Applied Mathematics Faculty of EEMCS t University of Twente The Netherlands P.O. Box 217 7500 AE Enschede The Netherlands Phone: +31-53-4893400 Fax: +31-53-4893114 Email: memo@math.utwente.nl

More information

Nash-solvable bidirected cyclic two-person game forms

Nash-solvable bidirected cyclic two-person game forms DIMACS Technical Report 2008-13 November 2008 Nash-solvable bidirected cyclic two-person game forms by Endre Boros 1 RUTCOR, Rutgers University 640 Bartholomew Road, Piscataway NJ 08854-8003 boros@rutcor.rutgers.edu

More information

Divisible Load Scheduling: An Approach Using Coalitional Games

Divisible Load Scheduling: An Approach Using Coalitional Games Divisible Load Scheduling: An Approach Using Coalitional Games Thomas E. Carroll and Daniel Grosu Dept. of Computer Science Wayne State University 5143 Cass Avenue, Detroit, MI 48202 USA. {tec,dgrosu}@cs.wayne.edu

More information

Computing the Nucleolus of Matching, Cover and Clique Games

Computing the Nucleolus of Matching, Cover and Clique Games Proceedings of the Twenty-Sixth AAAI Conference on Artificial Intelligence Computing the Nucleolus of Matching, Cover and Clique Games Ning Chen Division of Mathematical Sciences Nanyang Technological

More information

MT-DP 2018/5 On bargaining sets of supplier-firm-buyer games

MT-DP 2018/5 On bargaining sets of supplier-firm-buyer games MŰHELYTANULMÁNYOK DISCUSSION PAPERS MT-DP 2018/5 On bargaining sets of supplier-firm-buyer games ATA ATAY TAMÁS SOLYMOSI INSTITUTE OF ECONOMICS, CENTRE FOR ECONOMIC AND REGIONAL STUDIES, HUNGARIAN ACADEMY

More information

Characterization of the Shapley-Shubik Power Index Without the E ciency Axiom

Characterization of the Shapley-Shubik Power Index Without the E ciency Axiom Characterization of the Shapley-Shubik Power Index Without the E ciency Axiom Ezra Einy y and Ori Haimanko z Abstract We show that the Shapley-Shubik power index on the domain of simple (voting) games

More information

Characterization Sets for the Nucleolus in Balanced Games

Characterization Sets for the Nucleolus in Balanced Games Characterization Sets for the Nucleolus in Balanced Games Tamás Solymosi 1,2 and Balázs Sziklai 2 1 Corvinus University of Budapest, Department of Operations Research and Actuarial Sciences, H-1093 Budapest

More information

On Maximizing Welfare when Utility Functions are Subadditive

On Maximizing Welfare when Utility Functions are Subadditive On Maximizing Welfare when Utility Functions are Subadditive Uriel Feige October 8, 2007 Abstract We consider the problem of maximizing welfare when allocating m items to n players with subadditive utility

More information

1 Primals and Duals: Zero Sum Games

1 Primals and Duals: Zero Sum Games CS 124 Section #11 Zero Sum Games; NP Completeness 4/15/17 1 Primals and Duals: Zero Sum Games We can represent various situations of conflict in life in terms of matrix games. For example, the game shown

More information

Ranking Sets of Objects by Using Game Theory

Ranking Sets of Objects by Using Game Theory Ranking Sets of Objects by Using Game Theory Roberto Lucchetti Politecnico di Milano IV Workshop on Coverings, Selections and Games in Topology, Caserta, June 25 30, 2012 Summary Preferences over sets

More information

Departamento de Estadística Statistics and Econometrics Series 18. Universidad Carlos III de Madrid October 2012

Departamento de Estadística Statistics and Econometrics Series 18. Universidad Carlos III de Madrid October 2012 Working Paper 12-24 Departamento de Estadística Statistics and Econometrics Series 18 Universidad Carlos III de Madrid October 2012 Calle Madrid, 126 28903 Getafe (Spain) Fax (34) 91 624-98-49 PYRAMIDAL

More information

Zero sum games Proving the vn theorem. Zero sum games. Roberto Lucchetti. Politecnico di Milano

Zero sum games Proving the vn theorem. Zero sum games. Roberto Lucchetti. Politecnico di Milano Politecnico di Milano General form Definition A two player zero sum game in strategic form is the triplet (X, Y, f : X Y R) f (x, y) is what Pl1 gets from Pl2, when they play x, y respectively. Thus g

More information

Partition is reducible to P2 C max. c. P2 Pj = 1, prec Cmax is solvable in polynomial time. P Pj = 1, prec Cmax is NP-hard

Partition is reducible to P2 C max. c. P2 Pj = 1, prec Cmax is solvable in polynomial time. P Pj = 1, prec Cmax is NP-hard I. Minimizing Cmax (Nonpreemptive) a. P2 C max is NP-hard. Partition is reducible to P2 C max b. P Pj = 1, intree Cmax P Pj = 1, outtree Cmax are both solvable in polynomial time. c. P2 Pj = 1, prec Cmax

More information

Chapter 2: Linear Independence and Bases

Chapter 2: Linear Independence and Bases MATH20300: Linear Algebra 2 (2016 Chapter 2: Linear Independence and Bases 1 Linear Combinations and Spans Example 11 Consider the vector v (1, 1 R 2 What is the smallest subspace of (the real vector space

More information