There are various rules for solving bankruptcy problems in practice. • The
proportional rule divides the estate proportionally to each agent's claim. Formally, each claimant
i receives r \cdot c_i, where
r is a constant chosen such that \sum_{i=1}^n r\cdot c_i = E. We denote the outcome of the proportional rule by PROP(c_1,\ldots,c_n ; E). • 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 PROP(c_1',\ldots,c_n',E), where c'_i := \min(c_i, E). first gives, to each agent
i, his
minimal right, which is the amount not claimed by the other agents. Formally, m_i := \max(0, E-\sum_{j\neq i} c_j). Note that \sum_{i=1}^n c_i \geq E implies m_i \leq c_i. Then, it revises the claim of agent
i to c'_i := c_i - m_i, and the estate to E' := E - \sum_i m_i. Note that E' \geq 0. Finally, it activates the truncated-claims proportional rule, that is, it returns TPROP(c_1,\ldots,c_n,E') = PROP(c_1
,\ldots,c_n,E'), where c''_i := \min(c'_i, E'). With two claimants, the revised claims are always equal, so the remainder is divided equally. With three or more claimants, the revised claims may be different. • The
constrained equal awards rule divides the estate equally among the agents, ensuring that nobody gets more than their claim. Formally, each claimant
i receives \min(c_i, r), where
r is a constant chosen such that \sum_{i=1}^n \min(c_i,r) = E. We denote the outcome of this rule by CEA(c_1,\ldots,c_n ; E). In the context of taxation, it is known as
leveling tax. In the taxation context, it is known as
poll tax. • The
contested garment rule (also called the
Talmud rule) uses the CEA rule on half the claims if the estate is smaller than half the total claim; otherwise, it gives each claimant half their claims, and applies the CEL rule. Formally, if 2 E then CG(c_1,\ldots,c_n; E) = CEA(c_1/2,\ldots,c_n/2; E); Otherwise, CG(c_1,\ldots,c_n; E) = c/2 + CEL(c_1/2,\ldots,c_n/2; E-\sum_j (c_j/2)). • The following rule is attributed If the sum of claims is larger than 2
E, then it applies the CEA rule on half the claims, that is, it returns CEA(c_1/2,\ldots,c_n/2; E) ; Otherwise, it gives each agent half its claim and then applies CEA on the remainder, that is, it returns (c_1/2,\ldots,c_n/2) + CEA(c_1/2,\ldots,c_n/2; E-\sum_{j=1}^n c_j/2) . • The
constrained egalitarian rule works as follows. If the sum of claims is larger than 2
E, then it runs the CEA rule on half the claims, giving each claimant
i \min(c_i/2, r). Otherwise, it gives each agent i \max(c_i/2, \min(c_i, r)), In both cases,
r is a constant chosen such that the sum of allocations equals
E. • The
random arrival rule works as follows. Suppose claimants arrive one by one. Each claimant receives all his claim, up to the available amount. The rule returns the average of resulting allocation vectors when the arrival order is chosen uniformly at random. Formally: RA(c_1,\ldots,c_n; E) = \frac{1}{n!} \sum_{\pi \in \text{permutations}} \min (c_i, \max(0, E-\sum_{\pi(j). == Bankruptcy rules and cooperative games ==