Proportional item allocation is a fair item allocation problem, in which the fairness criterion is proportionality - each agent should receive a bundle that they value at least as much as 1/n of the entire allocation, where n is the number of agents.
Since the items are indivisible, a proportional assignment may not exist. The simplest case is when there is a single item and at least two agents: if the item is assigned to one agent, the other will have a value of 0, which is less than 1/2. Therefore, the literature considers various relaxations of the proportionality requirement.
An allocation of objects is called proportional (PROP) if every agent i values his bundle at least 1/n of the total. Formally, for all i (where M is the set of all goods):
Vi(Xi)\geqVi(M)/n
A proportional division may not exist. For example, if the number of people is larger than the number of items, then some people will get no item at all and their value will be zero. Nevertheless, such a division exists with high probability for indivisible items under certain assumptions on the valuations of the agents.[1]
Suppose the agents have cardinal utility functions on items. Then, the problem of deciding whether a proportional allocation exists is NP-complete: it can be reduced from the partition problem.[2]
Suppose the agents have ordinal rankings on items. An allocation is called necessary-proportional (or sd-proportional) if it is proportional according to all valuations consistent with the rankings. It is called possibly-proportional if it is proportional according to at least one set of consistent valuations.
With additive valuations:
An allocation is called proportional up to the best c items (PROPc) if for every agent i, there exists a subset of at most c items that, if given to i, brings the total value of i to at least 1/n of the total. Formally, for all i (where M is the set of all goods):[5]
\existsY\subseteqM\setminusXi:~~~|Y|\leqc,~~~Vi(Xi\cupY)\geqVi(M)/n
An equivalent definition is: the value of each agent i is at least (1/n of the total) minus (the most valuable c items not assigned to i):
Vi(Xi)~\geq~Vi(M)/n~-
~max | |
Y\subseteqM\setminusXi,|Y|\leqc |
Vi(Y)
PROP0 is equivalent to proportionality, which might not exist. In contrast, a PROP1 allocation always exists and can be found e.g. by round-robin item allocation. The interesting question is how to combine it with efficiency conditions such as Pareto efficiency (PE).
Conitzer, Freeman and Shah proved that, in the context of fair public decision making, a PROP1 allocation that is also PE.
Barman and Krishnamurthy[6] presented a strongy-polynomial-time algorithm finding a PE+PROP1 allocation for goods (objects with positive utility).
Branzei and Sandomirskiy[7] extended the condition of PROP1 to chores (objects with negative utility). Formally, for all i:
\existsY\subseteqXi:~~~|Y|\leq1,~~~Vi(Xi\setminusY)\geqVi(M)/n
They presented an algorithm finding a PE+PROP1 allocation of chores. The algorithm is strongly-polynomial-time if either the number of objects or the number of agents (or both) are fixed.
Aziz, Caragiannis, Igarashi and Walsh[8] extended the condition of PROP1 to mixed valuations (objects can have both positive and negative utilities). In this setting, an allocation is called PROP1 if, for each agent i, if we remove one negative item from i's bundle, or add one positive item to i's bundle, then i's utility is at least 1/n of the total. Their Generalized Adjusted Winner algorithm finds a PE+EF1 allocation for two agents; such an allocation is also PROP1.
Aziz, Moulin and Sandomirskiy[9] presented a strongly-polynomial-time algorithm for finding an allocation that is fractionally-PE (stronger than PE) and PROP1, with general mixed valuations, even if the number of agents or objects is not fixed, and even if the agents have different entitlements.
With additive valuations:
An allocation is called proportional from all except c items (PROP*c) for an agent i if there exists a set of at most c items that, if removed from the set of all items, then i values his bundle at least 1/n of the remainder. Formally, for all i:[11]
\existsY\subseteqM:~~~|Y|\leqc,~~~Vi(Xi)\geqVi(M\setminusY)/n
PROP*(n-1) is slightly stronger than PROP1: when n=2, PROP*(n-1) is equivalent to EF1, but PROP1 is weaker. A PROP*(n-1) allocation always exists and can be found e.g. by round-robin item allocation.
With additive valuations:
The following maximin-share approximations are implied by PROP*(n-1):
An allocation is called proportional up to the worst item (PROPx) if for every agent i, for any subset with one item not allocated to i, if the subset is given to i, then it brings his value to at least 1/n of the total. Formally, for all i:[12]
\forallY\subseteqM\setminusXi:~~~|Y|=1,~~~Vi(Xi\cupY)\geqVi(M)/n
An equivalent definition is: the value of each agent i is at least (1/n of the total) minus (the least valuable item not assigned to i):
Vi(Xi)~\geq~Vi(M)/n~-
~min | |
Y\subseteqM\setminusXi,|Y|=1 |
Vi(Y)
Obviously, PROPx is stronger than PROP1. Moreover, while PROP1 allocations always exist, PROPx allocations may not exist.
An allocation is called proportional up to the maximin item (PROPm) if the value of each agent i is at least (1/n of the total) minus (the maximin item not assigned to i), where the maximin item the maximum over all the other n-1 agents j, of the least-valuable item allocated to j. Formally:[13]
Vi(Xi)~\geq~Vi(M)/n~-~maxj ≠
min | |
Y\subseteqXj,|Y|=1 |
Vi(Y)
Obviously, PROPx is stronger than PROPm, which is stronger than PROP1. A PROPm allocation exists when the number of agents is at most 5.