Search in Co-Wiki

Proportional rule (bankruptcy)

game-theory 1314 tokens 3 outbound links

Proportional rule (bankruptcy)

The proportional rule is a division rule for solving bankruptcy-problems. According to this rule, each claimant should receive an amount proportional to their claim. In the context of taxation, it corresponds to a proportional tax.

Formal definition There is a certain amount of money to divide, denoted by <math>E</math> (=Estate or Endowment). There are n claimants. Each claimant i has a claim denoted by <math>c_i</math>. Usually, <math>\sum_{i=1}^n c_i > E</math>, that is, the estate is insufficient to satisfy all the claims.

The proportional rule says that each claimant i should receive <math>r \cdot c_i</math>, where r is a constant chosen such that <math>\sum_{i=1}^n r\cdot c_i = E</math>. In other words, each agent gets <math>\frac{c_i}{\sum_{j=1}^n c_j}\cdot E</math>.

Examples Examples with two claimants: * <math>PROP(60,90; 100) = (40,60)</math>. That is: if the estate is worth 100 and the claims are 60 and 90, then <math>r = 2/3</math>, so the first claimant gets 40 and the second claimant gets 60. * <math>PROP(50,100; 100) = (33.333,66.667)</math>, and similarly <math>PROP(40,80; 100) = (33.333,66.667)</math>.

Examples with three claimants: <math>PROP(100,200,300; 100) = (16.667, 33.333, 50)</math>. <math>PROP(100,200,300; 200) = (33.333, 66.667, 100)</math>. * <math>PROP(100,200,300; 300) = (50, 100, 150)</math>.

Characterizations The proportional rule has several characterizations. It is the only rule satisfying the following sets of axioms:

Truncated proportional rule There is a variant called truncated-claims proportional rule, in which each claim larger than E is truncated to E, and then the proportional rule is activated. That is, it equals <math>PROP(c_1',\ldots,c_n',E)</math>, where <math>c'_i := \min(c_i, E)</math>. The results are the same for the two-claimant problems above, but for the three-claimant problems we get:

Adjusted-proportional rule The adjusted proportional rule first gives, to each agent i, their minimal right, which is the amount not claimed by the other agents. Formally, <math>m_i := \max(0, E-\sum_{j\neq i} c_j)</math>. Note that <math>\sum_{i=1}^n c_i \geq E</math> implies <math>m_i \leq c_i</math>.

Then, it revises the claim of agent i to <math>c'_i := c_i - m_i</math>, and the estate to <math>E' := E - \sum_i m_i</math>. Note that that <math>E' \geq 0</math>.

Finally, it activates the truncated-claims proportional rule, that is, it returns <math>TPROP(c_1,\ldots,c_n,E') = PROP(c_1,\ldots,c_n,E')</math>, where <math>c*_i := \min(c'_i, E')</math>.

With two claimants, the revised claims are always equal, so the remainder is divided equally. Examples:

With three or more claimants, the revised claims may be different. In all the above three-claimant examples, the minimal rights are <math>(0,0,0)</math> and thus the outcome is equal to TPROP, for example, <math>APROP(100,200,300; 200) = TPROP(100,200,300; 200) = (20, 40, 40)</math>.

Characterization Curiel, Maschler and Tijs prove that the AP-rule returns the tau-value of the coalitional game associated with the bankruptcy problem.

The AP-rule is self-dual. In addition, it is the only rule satisfying the following properties:

In contrast, the truncated-proportional rule violates minimal-rights, and the proportional rule violates also Independence-of-irrelevant-claims.

See also * [[proportional-division]] * Proportional representation

References