The Shapley value is a concept in game theory introduced by Lloyd Shapley in 1953. It describes one approach to the fair allocation of gains obtained by cooperation among several actors.

The setup is as follows: a coalition of actors cooperates, and obtains a certain overall gain from that cooperation. Since some actors may contribute more to the coalition than others, the question arises how to fairly distribute the gains among the actors. Or phrased differently: how important is each actor to the overall operation, and what payoff can they reasonably expect?

Table of contents
1 Formal definition
2 Example
3 Properties

Formal definition

To formalize this situation, we use the notion of a coalition game: we start out with a set N (of actors) and a (gain-) function v : 2NR with the properties

whenever S and T are disjoint subsets of N. The interpretation of the function v is as follows: if S is a coalition of actors which agree to cooperate, then v(S) describes the total expected gain from this cooperation, independent of what the actors outside of S do. The additivity condition expresses the fact that collaboration can only help but never hurt.

The Shapley value is one way to distribute the total gains to the actors, assuming that they all collaborate. It is a "fair" distribution in the sense that it is the only distribution with certain desirable properties to be listed below. The amount that actor i gets if the gain function v is being used is

where n is the total number of actors and the sum extends over all subsets S of N not containing the actor i. The formula can be justified if one imagines the coalition being formed one actor at a time, with each actor demanding their contribution v(S∪{i})-v(S) as a fair compensation, and then averaging over the possible different permutations in which the coalition can be formed.

Example

Consider a simplified description of a business. We have an owner o, who does not work but provides the crucial capital, meaning that without him no gains can be obtained. Then we have workers w1,...,wk, each of whom contributes an amount p to the total profit. So N = {o, w1,...,wk} and v(S) = 0 if o is not a member of S and v(S) = mp if S contains the owner and m workers. Computing the Shapley value for this coalition game leads to a value of kp/2 for the owner and p/2 for each worker.

Properties

The Shapley value has the following desirable properties:

1. φi(v) ≥ v({i}) for every i in N, i.e. every actor gets at least as much as they would have gotten had they not collaborated at all.

2. The total gain is distributed:

3. If i and j are two actors, and w is the gain function that acts just like v except that the roles of i and j have been exchanged, then φi(v) = φj(w). In essence, this means that the labeling of the actors doesn't play a role in the assignment of their gains.

4. If i and j are two actors which are equivalent in the sense that

for every subset S of N which contains neither i nor j, then φi(v) = φj(v).

5. Additivity: if we combine two coalition games described by gain functions v and w, then the distributed gains should correspond to the gains derived from v and the gains derived from w:

for every i in N.

In fact, the Shapley value is the only function that has the properties 2, 3 and 5.