Search in Co-Wiki

Coherence (fairness)

game-theory 1736 tokens 5 outbound links

Coherence (fairness)

The coherence requirement was first studied in the context of apportionment. In this context, failure to satisfy coherence is called the new states paradox: when a new U.S. state enters the union, and the number of seats in the House of Representatives is enlarged to accommodate the number of seats allocated to this new state, some other unrelated states are affected. Coherence is also relevant to other fair division problems, such as bankruptcy-problems.

Definition There is a resource to allocate, denoted by <math>h</math>. For example, it can be an integer representing the number of seats in a house of representatives. The resource should be allocated between some <math>n</math> agents. For example, these can be federal states or political parties. The agents have different entitlements, denoted by a vector <math>t_1,\ldots,t_n</math>. For example, ti can be the fraction of votes won by party i. An allocation is a vector <math>a_1,\ldots,a_n</math> with <math>\sum_{i=1}^n a_i = h</math>. An allocation rule is a rule that, for any <math>h</math> and entitlement vector <math>t_1,\ldots,t_n</math>, returns an allocation vector <math>a_1,\ldots,a_n</math>.

An allocation rule is called coherent (or uniform) if, for every subset S of agents, if the rule is activated on the subset of the resource <math>h_S := \sum_{i\in S} a_i</math>, and on the entitlement vector <math>(t_i)_{i\in S}</math>, then the result is the allocation vector <math>(a_i)_{i\in S}</math>. That is: when the rule is activated on a subset of the agents, with the subset of resources they received, the result for them is the same.

Handling ties In general, an allocation rule may return more than one allocation (in case of a tie). In this case, the definition should be updated. Denote the allocation rule by <math>M</math>, and Denote by <math>M\big(h; (t_i)_{i=1}^n\big)</math> the set of allocation vectors returned by <math>M</math> on the resource <math>h</math> and entitlement vector <math>t_1, \ldots, t_n</math>. The rule <math>M</math> is called coherent if the following holds for every allocation vector <math>(a_i)_{i=1}^n \in M\big(h; (t_i)_{i=1}^n\big)</math> and any subset S of agents: * <math>(a_i)_{i\in S} \in M\Big(\sum_{i\in S} a_i; (t_i)_{i\in S}\Big)</math>. That is, every part of every possible solution to the grand problem, is a possible solution to the sub-problem. * For every <math>(b_i)_{i\in S} \in M\Big(\sum_{i\in S} a_i; (t_i)_{i\in S}\Big)</math> and <math>(c_i)_{i\notin S} \in M\Big(\sum_{i\notin S} a_i; (t_i)_{i\notin S}\Big)</math>, we have <math>[(b_i)_{i\in S}, (c_i)_{i\notin S}] \in M\big(h; (t_i)_{i=1}^n\big)</math>. That is, if there are other (tied) solutions to the sub-problems, then putting them instead of the original solutions to the sub-problems yield other (tied) solutions to the grand problem.

Coherence in apportionment In apportionment problems, the resource to allocate is discrete, for example, the seats in a parliament. Therefore, each agent must receive an integer allocation.

Non-coherent methods: the new state paradox One of the most intuitive rules for apportionment of seats in a parliament is the largest remainder method (LRM). This method dictates that the entitlement vector should be normalized such that the sum of entitlements equals <math>h</math> (the total number of seats to allocate). Then each agent should get his normalized entitlement (often called quota) rounded down. If there are remaining seats, they should be allocated to the agents with the largest remainder the largest fraction of the entitlement. Surprisingly, this rule is not coherent. As a simple example, suppose <math>h = 5</math> and the normalized entitlements of Alice, Bob and Chana are 0.4, 1.35, 3.25 respectively. Then the unique allocation returned by LRM is 1, 1, 3 (the initial allocation is 0, 1, 3, and the extra seat goes to Alice, since her remainder 0.4 is largest). Now, suppose that we activate the same rule on Alice and Bob alone, with their combined allocation of 2. The normalized entitlements are now 0.4/1.75 × 2 ≈ 0.45 and 1.35/1.75 × 2 ≈ 1.54. Therefore, the unique allocation returned by LRM is 0, 2 rather than 1, 1. This means that in the grand solution 1, 1, 3, the internal division between Alice and Bob does not follow the principle of largest remaindersit is not coherent.

Another way to look at this non-coherence is as follows. Suppose that the house size is 2, and there are two states A, B with quotas 0.4, 1.35. Then the unique allocation given by LRM is 0, 2. Now, a new state C joins the union, with quota 3.25. It is allocated 3 seats, and the house size is increased to 5 to accommodate these new seats. This change should not affect the existing states A and B. In fact, with the LRM, the existing states are affected: state A gains a seat, while state B loses a seat. This is called the **new state paradox*'.

The new state paradox was actually observed in 1907, when Oklahoma became a state. It was given a fair share 5 of seats, and the total number of seats increased by that number, from 386 to 391 members. After recomputation of apportionment affected the number of seats because of other states: New York lost a seat, while Maine gained one.

Coherent methods Every divisor method is coherent. This follows directly from their description as picking sequences: at each iteration, the next agent to pick an item is the one with the highest ratio (entitlement / divisor). Therefore, the relative priority ordering between agents is the same even if we consider a subset of the agents.

Properties of coherent methods When coherency is combined with other natural requirements, it characterizes a structured class of apportionment methods. Such characterizations were proved by various authors. If a coherent apportionment rule is anonymous and balanced*, then it is a rank-index method (a super-class of divisor methods). If a coherent apportionment rule is anonymous and balanced*, then it is house-monotone.

Coherence in bankruptcy problems In bankruptcy-problems, the resource to allocate is continuous, for example, the amount of money left by a debtor. Each agent can get any fraction of the resource. However, the sum of entitlements is usually larger than the total remaining resource.

The most intuitive rule for solving such problems is the *[[proportional-rule-(bankruptcy)|proportional rule]]'', in which each agent gets a part of the resource proportional to his entitlement. This rule is definitely coherent. However, it is not the only coherent rule: the Talmudic rule of the [[contested-garment-rule|contested garment]] can be extended to a coherent division rule.

See also * [[apportionment-paradox]]

References