List of unsolved problems in fair division

This page lists notable open problems related to fair division - a field in the intersection of mathematics, computer science, political science and economics.

Open problems in fair cake-cutting

Query complexity of envy-free cake-cutting

In the problem of envy-free cake-cutting, there is a cake modeled as an interval, and agents with different value measures over the cake. The value measures are accessible only via queries of the form "evaluate a given piece of cake" or "mark a piece of cake with a given value". With agents, an envy-free division can be found using two queries, via divide and choose. With agents, there are several open problems regarding the number of required queries.

1. First, assume that the entire cake must be allocated (i.e., there is no disposal), and pieces may be disconnected. How many queries are required?

  • Lower bound: ;[1]
  • Upper bound: .[2]

2. Next, assume that some cake may be left unallocated (i.e., there is free disposal), but the allocation must be proportional (in addition to envy-free): each agent must get at least of the total cake value. Pieces may still be disconnected. How many queries are required?

  • Lower bound: not known (theoretically it may be polynomially solvable).
  • Upper bound: .[2]

3. Next, assume there is free disposal, the allocation must still be proportional, but the pieces must be connected. How many queries are required?

  • For , there is an algorithm with 54 queries.[3]
  • For , no finite algorithm is currently known.

4. Next, assume there is free disposal, the pieces must be connected, but the allocation may be only approximately-proportional (i.e., some agents may get less than of the total cake value). What value can be guaranteed to each agent using a finite envy-free protocol?

  • For , there is an algorithm that attains 1/3, which is optimal.
  • For (the smallest open case), there is an algorithm that attains 1/7.[3]
  • For any , there is an algorithm that attains .[2]

5. Finally, assume the entire cake must be allocated, and pieces may be disconnected, but the number of cuts should be as small as possible. How many cuts do we need in order to find an envy-free allocation in a finite number of queries?

Number of cuts for cake-cutting with different entitlements

When all agents have equal entitlements, a proportional cake-cutting can be implemented using cuts, which is optimal.

How many cuts are required for implementing a proportional cake-cutting among agents with different entitlements?

  • Lower bound: ;[5]
  • Upper bound: .[6]
  • Smallest open case: agents with all different entitlements: , and .[5]

How many cuts are required for implementing an envy-free cake-cutting among agents with different entitlements?

  • Lower bound: , since envy-free implies proportional.
  • Upper bound: not known.

Fair division of a partly-burnt cake

A partly-burnt cake is a metaphor to a cake in which agents may have both positive and negative valuations.[7]

A proportional division of such a cake always exists.

What is the runtime complexity of calculating a connected-proportional allocation of partly-burnt cake?

Known cases:

  • When all valuations are positive, or all valuations are negative, the Even-Paz protocol finds a connected proportional division using queries, and this is optimal.
  • When valuations may be mixed, a moving-knife protocol can be used to find a connected proportional division using queries.[8]:Thm.5 Can this be improved to ?

An envy-free division of a partly-burnt cake is guaranteed to exist if-and-only-if the number of agents is the power of a prime integer.[9] However, it cannot be found by a finite protocol - it can only be approximated. Given a small positive number D, an allocation is called D-envy-free if, for each agent, the allocation will become envy-free if we move the cuts by at most D (length units).

What is the runtime complexity (as a function of D) of calculating a connected D-envy-free allocation of a partly-burnt cake?[7]

Truthful cake-cutting

Truthful cake-cutting is the design of truthful mechanisms for fair cake-cutting. The currently known algorithms and impossibility results are shown here. The main cases in which it is unknown whether a deterministic truthful fair mechanism exists are:[10]

  • There are 3 or more agents with piecewise-uniform valuations, without free disposal.
  • There are 2 or more agents with piecewise-constant valuations, with or without free disposal (and without additional requirements such as connectivity or non-wastefulness).

Open problems in fair allocation of indivisible items

Approximate maximin-share fairness

The 1-of- maximin share (MMS) of an agent is the largest utility the agent can secure by partitioning the items into bundles and receiving the worst bundle. For two agents, divide and choose gives each agent at least his/her 1-of-2 MMS. For agents, it is almost always, but not always, possible to give each agent his/her 1-of- MMS. This raises several kinds of questions.

1. Computational complexity

What is the runtime complexity of deciding whether a given instance admits a 1-of- MMS allocation?[11][12]

  • Upper bound: (which is - level 2 in the polynomial hierarchy)
  • Lower bound: none (so it may be level 2 or 1 or even 0 of the hierarchy).

NOTE: the following related problems are known to be computationally hard:

  • Calculating the 1-of- MMS of a given agent is NP-hard even if all agents have additive preferences (reduction from partition problem).
  • Deciding whether a given allocation is 1-of- MMS is co-NP complete for agents with additive preferences.

2. Cardinal approximation

What is the largest fraction r such that there always exists an allocation giving each agent a utility of at least r times his 1-of- maximin share?

Known cases:

  • For two agents: by divide-and-choose.
  • For three agents, even with additive valuations: . By a carefully-crafted example.[13]
  • For any number of agents with additive valuations: .[14]
  • For any number of agents with additive negative valuations (i.e., for chores): .[15]

3. Ordinal approximation

What is the smallest integer (as a function of ) such that there always exists an allocation among agents giving each agent at least his 1-of- MMS?

Known cases:

  • For two agents: . By divide-and-choose.
  • For any number of agents with binary valuations: . By round-robin. It gives EF1, which implies 1-of--MMS.
  • For agents: . By a carefully-crafted example.[13]
  • For any number of agents with additive valuations: , by round-robin. It gives EF1, which implies 1-of--MMS.
  • For any number of agents with additive valuations: , using envy-free matching.[16]

So the answer can be anything between and , inclusive. Smallest open case:

For agents with additive valuations, does there always exist a 1-of-5 maximin-share allocation?

Note: there always exists an Approximate Competitive Equilibrium from Equal Incomes that guarantees the 1-of-() maximin-share.[17] However, this allocation may have excess supply, and - more importantly - excess demand: the sum of the bundles allocated to all agents might be slightly larger than the set of all items. Such an error is reasonable when allocating course seats among students, since a small excess supply can be corrected by adding a small number of seats. But the classic fair division problem assumes that items may not be added.

Envy-free up to one item

An allocation is called EF1 (envy-free up to one item) if, for any two agents and , and for any subset of size at most one contained in the bundle of , if we remove that subset from 's bundle then does not envy. An EF1 allocation always exists and can be found by the envy cycles algorithm. Combining it with other properties raises some open questions.

Pareto-optimal EF1 allocation (goods and bads)

When all items are good and all valuations are additive, a PO+EF1 always exists: the allocation maximizing the product of utilities is PO+EF1.[18] Finding this maximizing allocation is NP-hard,[19] but in theory, it may be possible to find other PO+EF1 allocations (not maximizing the product).

What is the run-time complexity of finding a PO+EF1 allocation of goods?

A PO+EF1 allocation of bads (chores) is not known to exist, even when all valuations are additive.

Does a PO+EF1 allocation of bads always exist?

What is the run-time complexity of finding such allocation, if it exists?

Contiguous EF1 allocation

Often the goods are ordered on a line, for example, houses in a street. Each agent wants to get a contiguous block.[20]

For three or more agents with additive valuations, does an EF1 allocation always exist?

Known cases:

  • For two agents with additive valuations, the answer is yes: we can round a connected envy-free cake-cutting (e.g, found by divide and choose).
  • For agents with additive valuations, we can find an "EF minus 2" allocation by rounding a connected envy-free cake-cutting, and there also exists an EF2 allocation (proof using a variant of Sperner's lemma).[21]
  • For agents with additive binary valuations (every item value is either 0 or 1), an "EF minus 2" allocation is also EF1, so the answer is yes.

Even when a contiguous EF1 allocation exists, the runtime complexity of finding it is unclear:

For three or more agents with binary additive valuations, what is the complexity of finding a contiguous EF1 allocation?
  • A connected envy-free cake-cutting might take infinitely many queries to find. An EF1 allocation can always be found in finite time by checking all possible allocations, but this algorithm requires exponential run-time.

Price of fairness

The price of fairness is the ratio between the maximum social welfare (sum of utilities) in any allocation, and the maximum social welfare in a fair allocation. What is the price of EF1 fairness?

  • The upper bound is - by either Round-robin or maximum Nash welfare.
  • The lower bound is .[22]:sec.1.1

Existence of EFx allocation

An allocation is called EFx ("envy-free up to any good") if, for any two agents and , and for any good in the bundle of , if we remove that good from 's bundle then does not envy.[23]

For three agents with additive valuations, does there always exist an EFx allocation?
For agents with general monotone valuations, can we prove that there does not exist an EFx allocation?

Known cases:

  • If at least valuations are identical: yes.
  • Hence, for two agents: yes. This is true even for general monotone valuations.[24]
  • For three agents: yes, by a recent working paper.[25]

Existence of Pareto-efficient PROPx allocation of bads

An allocation of bads is called PROPx (aka FSx)[26]:Sec.7 if, for any agent , and for any bad owned by , if we remove that bad from 's bundle, then 's disutility is less than the total disutility.

Does there always exist an allocation of bads that is both PROPx and Pareto-efficient?

Related known cases:

  • A PROPx allocation of goods (even without Pareto-efficiency) may not exist.
  • A PROPx allocation of bads (without Pareto-efficiency) always exists.
  • A PROP1 and Pareto-efficient allocation of either goods or bads always exists.

Competitive equilibrium for almost all incomes

Competitive equilibrium (CE) is a very strong fairness notion - it implies Pareto-optimality and envy-freeness. When the incomes are equal, CE might not exist even when there are two agents and one good. But, in all other income-space, CE exists when there are two agents and one good. In other words, there is a competitive equilibrium for almost all income-vectors.

For two agents with additive valuations over any number of goods, does there exist a competitive equilibrium for almost incomes?[27]

Known cases:

  • With three or fewer goods: always yes.
  • With four goods: yes for 2 agents with general valuations, no for 3 agents with general valuations, no for 4 agents, even with additive valuations.[28]
  • With five or more goods: no for two agents with general valuations.

Open conjectures:

  • When there are two agents with additive valuations, CE for almost all incomes exists for any number of goods.
  • When there are three agents, even with additive valuations, CE for almost all incomes might not exist.

Fair division of partly-divisible items

Runtime complexity of fair allocation with bounded sharing

Given agents, items and an integer , suppose at most items can be shared among two or more agents. What is the runtime complexity of deciding whether a proportional / envy-free allocation exists?

Known cases:

  • With and identical valuations, for any , the problem is equivalent to the partition problem, and therefore it is NP-complete.
  • With , the answer is always "yes", and an allocation can be found in polynomial time.[29]
  • With and and identical valuations, an allocation can be found in polynomial time iff it exists.[30]

Smallest open cases:

  • and and different valuations.
  • and and identical valuations.

References

  1. Procaccia, Ariel (2009). "Thou Shalt Covet Thy Neighbor's Cake". IJCAI'09 Proceedings of the 21st International Joint Conference on Artificial Intelligence: 239–244.
  2. Aziz, Haris; MacKenzie, Simon (2016). "A discrete and bounded envy-free cake cutting protocol for any number of agents". FOCS 2016. arXiv:1604.03655. Bibcode:2016arXiv160403655A.
  3. Segal-Halevi, Erel; Hassidim, Avinatan; Aumann, Yonatan (2016-11-19). "Waste Makes Haste". ACM Transactions on Algorithms. 13 (1): 1–32. arXiv:1511.02599. doi:10.1145/2988232. ISSN 1549-6325.
  4. Stromquist, Walter (2008). "Envy-free cake divisions cannot be found by finite protocols" (PDF). Electronic Journal of Combinatorics.
  5. Segal-Halevi, Erel (2019). "Cake-Cutting with Different Entitlements: How Many Cuts are Needed?". Journal of Mathematical Analysis and Applications. 480: 123382. arXiv:1803.05470. doi:10.1016/j.jmaa.2019.123382.
  6. Crew, Logan; Narayanan, Bhargav; Spirkl, Sophie (2019-09-16). "Disproportionate division". arXiv:1909.07141 [math.CO].
  7. Segal-Halevi, Erel (2018). "Fairly Dividing a Cake After Some Parts Were Burnt in the Oven". Proceedings of the 17th International Conference on Autonomous Agents and MultiAgent Systems. AAMAS '18. Richland, SC: International Foundation for Autonomous Agents and Multiagent Systems: 1276–1284. arXiv:1704.00726. Bibcode:2017arXiv170400726S.
  8. Aziz, Haris; Caragiannis, Ioannis; Igarashi, Ayumi; Walsh, Toby (2018-07-27). "Fair allocation of combinations of indivisible goods and chores". arXiv:1807.10684 [cs.GT].
  9. Avvakumov, Sergey; Karasev, Roman (2019-07-25). "Envy-free division using mapping degree". arXiv:1907.11183 [math.AT].
  10. Bei, Xiaohui; Huzhang, Guangda; Suksompong, Warut (2018-04-18). "Truthful Fair Division without Free Disposal". arXiv:1804.06923 [cs.GT].
  11. Bouveret, Sylvain; Lemaître, Michel (2016-03-01). "Characterizing conflicts in fair division of indivisible goods using a scale of criteria". Autonomous Agents and Multi-Agent Systems. 30 (2): 259–290. doi:10.1007/s10458-015-9287-3. ISSN 1573-7454.
  12. Lang, Jérôme; Rothe, Jörg (2016), Rothe, Jörg (ed.), "Fair Division of Indivisible Goods", Economics and Computation: An Introduction to Algorithmic Game Theory, Computational Social Choice, and Fair Division, Springer Texts in Business and Economics, Springer Berlin Heidelberg, pp. 493–550, doi:10.1007/978-3-662-47904-9_8, ISBN 9783662479049
  13. Kurokawa, David; Procaccia, Ariel D.; Wang, Junxing (2018-02-01). "Fair Enough: Guaranteeing Approximate Maximin Shares". J. ACM. 65 (2): 8:1–8:27. doi:10.1145/3140756. ISSN 0004-5411.
  14. Ghodsi, Mohammad; Hajiaghayi, Mohammadtaghi; Seddighin, Masoud; Seddighin, Saeed; Yami, Hadi (2018). "Fair Allocation of Indivisible Goods: Improvements and Generalizations". Proceedings of the 2018 ACM Conference on Economics and Computation. EC '18. New York, NY, USA: ACM: 539–556. doi:10.1145/3219166.3219238. ISBN 9781450358293.
  15. Huang, Xin; Lu, Pinyan (2019-07-10). "An algorithmic framework for approximating maximin share allocation of chores". arXiv:1907.04505 [cs.GT].
  16. Aigner-Horev, Elad; Segal-Halevi, Erel (2019-01-28). "Envy-free Matchings in Bipartite Graphs and their Applications to Fair Division". arXiv:1901.09527 [cs.DS].
  17. Budish, Eric (2011). "The Combinatorial Assignment Problem: Approximate Competitive Equilibrium from Equal Incomes". Journal of Political Economy. 119 (6): 1061–1103. doi:10.1086/664613.
  18. Caragiannis, Ioannis; Kurokawa, David; Moulin, Hervé; Procaccia, Ariel D.; Shah, Nisarg; Wang, Junxing (2019-09-24). "The Unreasonable Fairness of Maximum Nash Welfare" (PDF). ACM Transactions on Economics and Computation. 7 (3): 1–32. doi:10.1145/3355902. ISSN 2167-8375.
  19. Darmann, Andreas; Schauer, Joachim (2015-12-01). "Maximizing Nash product social welfare in allocating indivisible goods". European Journal of Operational Research. 247 (2): 548–559. doi:10.1016/j.ejor.2015.05.071. ISSN 0377-2217.
  20. Suksompong, Warut (2019-05-15). "Fairly allocating contiguous blocks of indivisible items". Discrete Applied Mathematics. 260: 227–236. arXiv:1707.00345. doi:10.1016/j.dam.2019.01.036. ISSN 0166-218X.
  21. Bilò, Vittorio; Caragiannis, Ioannis; Flammini, Michele; Igarashi, Ayumi; Monaco, Gianpiero; Peters, Dominik; Vinci, Cosimo; Zwicker, William S. (2018-08-28). "Almost Envy-Free Allocations with Connected Bundles". arXiv:1808.09406 [cs.GT].
  22. Bei, Xiaohui; Lu, Xinhang; Manurangsi, Pasin; Suksompong, Warut (2019-05-13). "The Price of Fairness for Indivisible Goods". arXiv:1905.04910 [cs.GT].
  23. Caragiannis, Ioannis; Kurokawa, David; Moulin, Hervé; Procaccia, Ariel D.; Shah, Nisarg; Wang, Junxing (2019-09-24). "The Unreasonable Fairness of Maximum Nash Welfare" (PDF). ACM Transactions on Economics and Computation. 7 (3): 1–32. doi:10.1145/3355902. ISSN 2167-8375.
  24. Plaut, Benjamin; Roughgarden, Tim (2018). "Almost Envy-freeness with General Valuations". Proceedings of the Twenty-Ninth Annual ACM-SIAM Symposium on Discrete Algorithms. SODA '18. Philadelphia, PA, USA: Society for Industrial and Applied Mathematics: 2584–2603. arXiv:1707.04769. Bibcode:2017arXiv170704769P. doi:10.1137/1.9781611975031.165. ISBN 9781611975031.
  25. Chaudhury, Bhaskar Ray; Garg, Jugal; Mehlhorn, Kurt (2020-02-14). "EFX Exists for Three Agents". arXiv:2002.05119 [cs.GT].
  26. Moulin, Hervé (2019). "Fair Division in the Internet Age". Annual Review of Economics. 11 (1): 407–441. doi:10.1146/annurev-economics-080218-025559.
  27. Babaioff, Moshe; Nisan, Noam; Talgam-Cohen, Inbal (2017-03-23). "Competitive Equilibrium with Indivisible Goods and Generic Budgets". arXiv:1703.08150 [cs.GT].
  28. Segal-Halevi, Erel (2017-05-11). "Competitive Equilibrium For almost All Incomes". arXiv:1705.04212 [cs.GT].
  29. Sandomirskiy, Fedor; Segal-Halevi, Erel (2019-08-05). "Fair Division with Minimal Sharing". arXiv:1908.01669 [cs.GT].
  30. "np hardness - A partition problem in which some numbers may be cut". Theoretical Computer Science Stack Exchange. Retrieved 2019-10-21.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.