Agreeable Subset
   HOME

TheInfoList



OR:

An agreeable subset is a subset of items that is considered, by all people in a certain group, to be at least as good as its complement. Finding a small agreeable subset is a problem in
computational social choice Computational social choice is a field at the intersection of social choice theory, theoretical computer science, and the analysis of multi-agent systems. It consists of the analysis of problems arising from the aggregation of preferences of a grou ...
. An example situation in which this problem arises is when a family goes on a trip and has to decide which items to take. Since their car is limited in size, they cannot pick all items, so they have to agree on a subset of items which are most important. If they manage to find a subset of items such that all family members agree that it is at least as good as the subset of items remaining at home, then this subset is called ''agreeable''. Another use case is when the citizens in some city want to elect a committee from a given pool of candidates, such that all citizens agree that the subset of elected candidates is at least as good as the subset of non-elected ones. Subject to that, the committee size should be as small as possible.


Definitions


Agreeable subset

There is a set ''S'' containing ''m'' objects. There are ''n'' agents who have to choose a subset of ''S''. Each agent is characterized by a preference-relation on subsets of ''S''. The preference-relation is assumed to be ''
monotone Monotone refers to a sound, for example music or speech, that has a single unvaried tone. See: monophony. Monotone or monotonicity may also refer to: In economics *Monotone preferences, a property of a consumer's preference ordering. *Monotonic ...
'' - an agent always weakly prefers a set to all its subsets. A subset ''T'' of ''S'' is called agreeable if all agents prefer ''T'' to ''S''\''T''. If an agent's preference relation is represented by a subadditive utility function ''u'', then for any agreeable subset ''T'', u(''T'') ≥ u(''S'')/2. As an example, suppose there are two objects - bread and wine, and two agents - Alice and George. The preference-relation of Alice is > > > . If the preference-relation of George is the same, then there are two agreeable subsets: and . But if George's preference-relation is > > > , then the only agreeable subset is .


Necessarily-agreeable subset

If the agents' preference relations on the subsets are given, it is easy to check whether a subset is agreeable. But often, only the agents' preference relations on ''individual objects'' are given. In this case, it is often assumed that the agents' preferences are not only monotone but also responsive. A subset ''T'' of ''S'' is called necessarily agreeable if all agents prefer ''T'' to ''S''\''T'' according to the responsive set extension of their preferences on individual objects. A closely related property of subsets is: * (*) For every ''k'' in 1, ..., ''m'', the subset ''T'' contains at least ''k''/2 of the best ''k'' objects for agent ''i''. To satisfy property (*), the subset ''T'' should contain the best object in ''S''; at least two of the three best objects in ''S''; at least three of the five best objects in ''S''; etc. If a subset ''T'' satisfies (*) for all agents, then it is necessarily-agreeable. The converse implication holds if the agents' preference relations on indivisible objects are strict.


Worst-case bounds on agreeable subset size

What is the smallest agreeable subset that we can find?


Agreeable subsets

Consider first a single agent. In some cases, an agreeable subset should contain at least \lceil m/2 \rceil objects. An example is when all ''m'' objects are identical. Moreover, there always exists an agreeable subset containing \lceil m/2 \rceil objects. This follows from the following lemma: * For every agent ''i'', if two subses ''V''1 and ''V''2 are disjoint, then at least one of S\''V''1 or S\''V''2 is agreeable to ''i''. (this is because S\''V''1 contains ''V''2 and S\''V''2 contains ''V''1 and the preferences are monotone). This can be generalized: For any ''n'' agents and ''m'' objects, there always exists an agreeable subset of size \bigg\lfloor \frac \bigg\rfloor, and it is tight (for some preferences this is the smallest size of an agreeable subset). The proof for two agents is constructive. The proof for ''n'' agents uses a
Kneser graph In graph theory, the Kneser graph (alternatively ) is the graph whose vertices correspond to the -element subsets of a set of elements, and where two vertices are adjacent if and only if the two corresponding sets are disjoint. Kneser graphs a ...
. Let k := \bigg\lfloor \frac \bigg\rfloor, and let ''G'' be the Kneser graph KG(m, m-k), that is, the graph whose vertices are all subsets of ''m''-''k'' objects, and two subsets are connected iff they are disjoint. If there is a vertex ''V'' such that all agents prefer S\''V'' to ''V'', then S\''V'' is an agreeable subset of size ''k''. Otherwise, we can define a color for each agent and color each vertex ''V'' of ''G'' with an agent who prefers ''V'' to S\V. By the theorem on chromatic number of Kneser graphs, the chromatic number of ''G'' is m-2(m-k)+2 = n+1; this means that, in the ''n''-coloring just defined, there are two adjacent vertices with the same color. In other words, there are two disjoint subsets such that, a single agent ''i'' prefers each of them to its complement. But this contradicts the above lemma. Hence there must be an agreeable subset of size ''k''. When there are at most three agents, and their preferences are responsive, an agreeable subset of size \bigg\lfloor \frac \bigg\rfloor can be computed in polynomial time, using polynomially-many queries of the form "which of these two subsets is better?". When there are any number of agents with additive utilities, or a constant number of agents with monotone utilities, an agreeable subset of size \bigg\lfloor \frac \bigg\rfloor can be found in polynomial time using results from
consensus halving Exact division, also called consensus division, is a partition of a continuous resource ("cake") into some ''k'' pieces, such that each of ''n'' people with different tastes agree on the value of each of the pieces. For example, consider a cake whic ...
.


Necessarily-agreeable subsets

When there are two agents with responsive preferences, a ''necessarily''-agreeable subset of size \bigg\lfloor \frac \bigg\rfloor exists and can be computed in polynomial time. When there are ''n'' ≥ 3 agents with responsive preferences, a necessarily-agreeable subset of this size might not exist. However, there always exists a necessarily-agreeable subset of size m/2+(n+1)\lceil 4 n \log \rceil, and such a set can be computed in polynomial time. On the other hand, for every ''m'' which is a power of 3, there exist ordinal preferences of 3 agents such that every necessarily-agreeable subset has size at least m/2+(\log_3)/4. Both proofs use theorems on Discrepancy of permutations. There exists a
randomized algorithm A randomized algorithm is an algorithm that employs a degree of randomness as part of its logic or procedure. The algorithm typically uses uniformly random bits as an auxiliary input to guide its behavior, in the hope of achieving good performan ...
that computes a necessarily-agreeable subset of size m/2+O(\sqrt).


Computing a smallest agreeable subset

In many cases, there may exist an agreeable subset that is much smaller than the worst-case upper bound. For agents with general monotone preferences, there is no algorithm that computes a smallest agreeable set using a polynomial number of queries. Moreover, for every constant ''c'', there is no algorithm that makes at most ''mc''/8 queries and finds an agreeable subset with expected size at most ''m''/(''c'' log ''m'') of the minimum, even with only one agent. This is tight: there exists a polynomial-time algorithm that finds an agreeable subset with size at most O(''m'' / log ''m'') of the minimum. Even for agents with additive utilities, deciding whether there exists an agreeable subset of size ''m''/2 is NP-hard; the proof is by reduction from the balanced
partition problem In number theory and computer science, the partition problem, or number partitioning, is the task of deciding whether a given multiset ''S'' of positive integers can be partitioned into two subsets ''S''1 and ''S''2 such that the sum of the numbers ...
. For any fixed of additive agents, there exists a pseudopolynomial time for this problem; but if the number of agents is not fixed, then the problem is strongly NP-hard. There exists a polynomial-time O(log ''n'') approximation algorithm.


Extensions

* The agreeable subset problem was studied with additional constraint represented by a matroid.


See also

* Envy-free item allocation *
Participatory budgeting algorithm A participatory budgeting (PB) algorithm is an algorithm for implementing participatory budgeting. The inputs to a PB algorithm are: a list of possible ''projects'' that require funding, the total available ''budget'' for funding the projects, and ...
*
Multiwinner elections Multiwinner voting, also called multiple-winner elections or committee voting or committee elections, is an electoral system in which multiple candidates are elected. The number of elected candidates is usually fixed in advance. For example, it can ...
*
Consensus halving Exact division, also called consensus division, is a partition of a continuous resource ("cake") into some ''k'' pieces, such that each of ''n'' people with different tastes agree on the value of each of the pieces. For example, consider a cake whic ...
*
Fair division among groups Fair division among groups (or families) is a class of fair division problems, in which the resources are allocated among ''groups'' of agents, rather than among individual agents. After the division, all members in each group consume the same sha ...
- a variant of fair division in which the pieces of the resource are given to pre-determined groups rather than to individuals.


References

{{reflist Fair item allocation Social choice theory Discrepancy theory