Chapter 4: Cooperative games
Basic idea: players can form coalitions, and each coalition, for example let's call one A, is able to get for themselves a certain amount, denoted by v(A).
The setting is the following: we have a (finite) set, denoted by N, which represents the set of the players. A subset of N, say A, is called coalition.∣A∣ is the number of the players in A, and it can be denoted by a (thus n is the number of the players) . Denote also by 2N the family of the coalitions of N.
Transferable utility function
Central concept of cooperative games: side payment cooperative game function (of transferable utility), it is like the utility/payoff function in non cooperative games. It is a function called v:
v:2N→
If v(∅)=0, then we have a special kind of cooperative game called TU game, or transferable utility game.
Note that 2N is the set of all subsets of N. If we call V the set of aggregated utilities of players of all coalitions, we can denote a cooperative game by (N,V:P(N)→Rn).
When v(A)∈{0,1}, the game usually partitions the coalitions in two subsets: v(A)=1 means that A is a winning coalition, while v(A)=0 means that the coalition A is losing. In this case v does not represent utilities or costs.
Cooperative games examples
Seller and buyers
Let's say that player 1 wants to sell a good for a quantity a, and that players 2 and 3 are buyers that value the good respectively b and c. Assume that a<b≤c. The following is the associated cooperative game:
And here is how to read the game: player 1 has the good, which means that his payoff is how much he values it, which is a. Players 2 and 3, alone or together, does not gain anything, since they've got nothing. The coalitions formed respectively by players 1 and 2, and 1 and 3 gain exactly how much player 1 and 2 offer, respectively. The total coalition has as side payment function result c, which means that the seller will sell the good to player 3, which is the one that is making the highest offer.
If instead we have two sellers (players 1 and 2), one buyer (player 3) and a indivisible good:
v(1)=v(2)=v(3)=v(1,2)=0,v(1,3)=v(2,3)=v(N)=1.
Lighter notation:
N=1,2,3
List of coalitions: {{1},{2},{3},{1,2},{1,3},{2,3},{N}}
Vector of the game: (0,0,0,1,1,1,1)
Glove game
N players are have a glove each, some of them a right glove, some other a left glove. However only pair of gloves are useful. For example:
Player 1 and 2 have a right glove, player 3 has a left glove:
Children game
Three players must vote a name of one of them. If one of the players will get at least two votes, she will get 1000 Euros. They can make binding agreements about how to share the money. In case no one gets two nominations, the 1000 Euros are lost.
Peer games (also called OR games)
Let N={1,...,n} be the set of players and T=(N,A) a directed rooted tree. Each agent i has an individual potential vi which represents the gain that player i can generate if all players at an upper level in the hierarchy cooperate with him.
∀(i∈N), we denote by S(i) the set of all agents in the unique directed path connecting 1 to i, i.e. the set of superiors of i.
Example of peer game

Simple games
A game v∈G, where G(N) is the set of all cooperative games having N tas set of players, is called simple if:
v(S)∈{0,1}∀(S=∅)
A⊆C⟹v(A)≤v(C) where C is the core of the game (more on that later)
v(N)=1
A note on property 1: since v(S) is either zero or one, it means that the coalitions are either winning or losing. The 2nd property is also called monotonic property:
A game G=(N,v) is monotonic if v(S)≤v(T),∀S⊆T.
Simple games are characterized by the list of all minimal winning coalitions.
Weighted majority games
Weighted majority games are simple games, and coalitions A for which v(A)=1 are the winning coalitions.
Weighted game example
N={1,2,3} and v=[10;3,8,5]
It means that we have three players, 1, 2 and 3. The characteristic function of the game means that a winning coalitions needs a score of at least 10 to win, and each player weights respectively 3, 8 and 5. From this we can deduce:
winning coalitions: {1,2},{2,3},N.
core of the game: player 2 is a veto player, which means that the core is (0,1,0). Both the core of the game and its behaviour in the case a veto player is present will be explained in a bit.
Solution of a cooperative game
A solution vector for the game v∈G(N) is a vector x=(x1,…,xn), which assings utility xi to player i. A solution concept (briefly, solution) for the game v∈G(N) is a multifunction which assigns to every game a set of solution vectors. The solution multifunction can be formulated as:
Minimal conditions that are to be met for any solution of a cooperative game:
Recall: xi is the amount assigned to the player i by playing individually.
The first condition is pretty straightforward: it means that if a solution assigns to a player less than he is able to do by himself, clearly this player will not participate to the game, so that actually the set of the players is not the set N.
Regarding the second condition, it is actually a mix of two inequalities, a less or equal and a more or equal, which result in a equality relationship. ∑i=1nxi≤v(N)means that the global payoff must be at least more or equal than the sum of the payoff of each individual player, since otherwise it would make no sense to cooperate. ∑i=1nxi≥v(N) is an efficiency condition, it means that all of the payoff amount is distributed.
Additive, superadditive and convex games
A game is saif to be additive if:
v(A∪B)=v(A)+v(B)
A game is said to be superadditive if:
v(A∪B)≥v(A)+v(B)
Provided that A and B are disjointed. In other words, together is better than separate.
Note that superadditivity means that every pair of coalitions has interest in forming a unique coalition, since the global utility increases. Convexity implies superadditivity.
A game is said to be convex if:
v(A∪B)≥v(A)+v(B)−v(A∩B)
Which means that as the coalitions grow, so does the interest of the players in joining them. In this case A and B do not need to be disjointed.
Imputation
Given a game v, we call imputation any vector x fulfilling the conditions of the solution for a cooperative game listed above. The set of imputations of a game is called I(v). It is clear that an outcome of the game must be inside the imputations, but this is not enough to characterize a solution, or a solution set, since it is in general too large.
Some observations about imputations
Efficiency is a mandatory requirement: it makes a real difference with the non cooperative case;
The imputation set is nonempty if the game is superadditive;
The imputation set reduces to a singleton if the game is additive.
For any game (N,v), the imputation set I(v) is bounded and it is the smallest convex set containing a finite number of points in Rn, i.e. it is a polytope
WTF is a polytope?
In elementary geometry, a polytope is a geometric object with "flat" sides. It is a generalization in any number of dimensions of the three-dimensional polyhedron.
![]()
The core
C(v) is the set:
The core is a subset of the set of imputations. Note that while imputations are efficient distributions of utilities accepted by all players individually, core vectors are efficient distributions of utilities accepted by all coalitions.
The core throws away all imputations rejected by at least one coalition.
Some notes about the core:
The definition of core is not particularly meaningful for a two player game: all imputations belong to the core, and conversely.
About the geometrical/topological structure of the core: it is easy to see that ∀v, C(v) is a (possibly empty) convex closed bounded set. More precisely, the vectors in the core can be characterized as those vectors fulfilling a list of linear inequalities.
When the core of the game v is nonempty then it is a polytope.
Non emptyness of the core formulation
The core is non empty and is is equal to the set of solution of the following linear programming problem:
If and only if the optimal value of the problem is v(N). Note that if the core is non empty, then its a polytope.
Example: core of the two musicians
The core would be (xa,xp). First we have to translate the game into a system using the solution of cooperative of the cores formulas:
From the third equation we get:
Then we can substitute into the second one:
And we construct C(v) as:
Where x≥100 and x≤250.
About the core of convex games
If v is a convex game, then C(v)=0 and the Shapley values of the players are its core.
About the core of additive and superadditive games
The core can be empty for superadditive games, and it is a singleton for additive games:
(v({1}),...,v({n}))
Note: In case of three players, the dual formulation allows concluding that, for superadditive games, the following condition becomes necessary and sufficient for nonemptyness of the core:
v(1,2)+v(1,3)+v(2,3)≤2v(N).
About the core of simple games
Let v be a simple game. Then C(v)=∅ if and only if there is at least one veto player. When a veto player exists, the core is the closed convex polytope with extreme points the vectors (0,...,1,...,0) where the 1 corresponds to a veto player.
#### About the core of glove games
Every glove game is superadditive.
Veto player
In a game v, a player i is a veto player if v(A)=0,∀A such that i∈/A. In simpler terms, a veto player is a player that must be in a coalition in order for it to win, hence the name 'veto' player.
Condition of non emptyness of the core in simple game
If v is a simple game, then C(v)=0⟺ there is at least a veto player. Moreover when a veto player exists, the core is a closed convex polytope with extreme points the vectors (0,...,1,...,0) where the 1 corresponds to a veto player.
Nucleolus
For every TU game v with nonempty imputation set, the nucleolus is a singleton. It is a one point solution.
If the core is not null, then the nucleolus is contained by it. This means that if the core is null, we cannot take a priori conclusions about the nucleolus.
Shapley value
Consider the following function σ:G(N)→Rn:
Then σ, called Shapley value, is the only function ϕ fulfilling properties of efficiency, symmetry, null player and additivity. Thus the Shapley value is a weighted sum of all marginal contributions of the players.
Properties of the Shapley value
For every v∈G,∑i∈Nϕi(v)=v(N)
Let v be a game with the following property, for players i,j : for every A not containing i,j,v(A∪{i})=v(A∪{j}). Then ϕi(v)=ϕj(v)
Let v∈G and i∈N be such that v(A)=v(A∪{i}) for all A. Then ϕi(v)=0
for every v,w∈G,ϕ(v+w)=ϕ(v)+ϕ(w).
The first axiom is simply efficiency and it is mandatory, as we already argued, talking about solutions in cooperative theory. The second one is symmetry: in the game v the two players i, j contribute to any coalition in exactly the same way, thus they must have the same utility (or power). The third one says that a null player, which is a player contributing nothing to any coalition, should have zero. More complicated is the interpretation of the fourth axiom, even if its mathematical meaning is quite simple and attracting: it says that ϕ acts additively (actually linearly, as we shall see) on the vector space G.
Banzhaf value
Note that the Banzhaf values has the same properties of the Shapley value, except for efficiency.
Note about semivalues computation
In a three player game with two symmetric player (let's call them 1 and 2) the computation of Shapley values can be easily simplified by calculating the value of one of the symmetric player, and since they are symmetric, also the other player would have the same value (σ1=σ2). Then we can apply the efficiency property, which means that we'll compute the value of the third player (player 3) as follows: σ3=v(N)−σ1−σ2.
Note about semivalues in simple games
Both the Shapley and the Banzhaf value are called semivalues. In simple games, the Shapley value becomes:
And the Banzhaf value becomes:
Which means that every semivalue assigns zero to every null player.
Imputation, core and nucleolus properties recap
Both the Shapley values and the core belong to the imputation set, assuming that it is non empty. If also the core is non empty, then it contains the Shapley values and it is contained by the imputation set.
If the game is additive:
Core and imputation set are singleton
If the game is superadditive:
imputation set is non empty
core may be empty, and if ∣A∣≤3, then C(v)=0⟺v(1,2)+v(1,3)+v(2,3)≤2v(N).
If the game is convex:
Core and imputation are non empty and the core is equal to the Shapley values of the players
If the game is simple:
Then the core is non empty only if there is at least a veto player, and it is equal to all zero except for veto players, which are equal to one
Last updated