Envy-free cake-cutting


An envy-free cake-cutting is a kind of fair cake-cutting. It is a division of a heterogeneous resource that satisfies the envy-free criterion, namely, that every partner feels that their allocated share is at least as good as any other share, according to their own subjective valuation.
When there are only two partners, the problem is easy and has been solved in Biblical times by the divide and choose protocol. When there are three or more partners, the problem becomes much more challenging.
Two major variants of the problem have been studied:
The modern research of the fair cake-cutting problem has started in the 1940s. The first fairness criterion studied was proportional division, and a procedure for n partners has been found soon.
The stronger criterion of envy-freeness was introduced into the cake-cutting problem by George Gamow and Marvin Stern in 1950s.
A procedure for three partners and general pieces was found in 1960. A procedure for three partners and connected pieces was found only in 1980.
Envy-free division for four or more partners has been an open problem until the 1990s, when [|three procedures for general pieces] and [|a procedure for connected pieces] have been published. All these procedures are unbounded - they may require a number of steps which is not bounded in advance. The procedure for connected pieces may even require an infinite number of steps.
Two lower bounds on the run-time complexity of envy-freeness have been published in the 2000s.
In the 2010s, several [|approximation procedures] and [|procedures for special cases] have been published. The question whether bounded-time procedures exist for the case of general pieces had remained open for a long time. The problem was finally solved in 2016. Haris Aziz and Simon Mackenzie presented a discrete envy-free protocol that requires at most queries. There is still a very large gap between the lower bound and the procedure. As of August 2016, the exact run-time complexity of envy-freeness is still unknown.
For the case of connected pieces, it was noted that the hardness result assumes that the entire cake must be divided. If this requirement is replaced by the weaker requirement that every partner receives a proportional value, then [|a bounded procedure for three partners is known], but it has remained an open problem whether there exist bounded-time procedures for four or more partners.

Connected pieces

Existence proof


An envy-free division for n agents with connected pieces always exists under the following mild assumptions:
Note that it is not required that the preferences of the agents are represented by an additive function.
The main concept in the proof is the simplex of partitions. Suppose the cake is the interval . Each partition with connected pieces can be uniquely represented by n − 1 numbers in which represent the cut locations. The union of all partitions is a simplex.
For each partition, each agent has one or more pieces which they weakly prefer. E.g., for the partition represented by "0.3,0.5", one agent may prefer piece #1 while another agent might prefer piece #2 while a third agent might prefer both piece #1 and piece #2.
For every agent, the partition simplex is covered by n parts, possibly overlapping at their boundaries, such that for all partitions in part i, the agent prefers piece i. In the interior of part i, the agent prefers only piece i, while in the boundary of part i, the agent also prefers some other pieces. So for every i, there is a certain region in the partition simplex in which at least one agent prefers only piece i. Call this region Ui. Using a certain topological lemma, it is possible to prove that the intersection of all Ui's is non-empty. Hence, there is a partition in which every piece is the unique preference of an agent. Since the number of pieces equals the number of agents, we can allocate each piece to the agent that prefers it and get an envy-free allocation.

Procedures

For three agents, an envy-free division can be found using several different procedures:
These are continuous procedures - they rely on people moving knives continuously and simultaneously. They cannot be executed in a finite number of discrete steps.
For n agents, an envy-free division can be found by Simmons' cake-cutting protocol. The protocol uses a simplex of partitions similar to the one used in Stromquist's existence proof. It generates a sequence of partitions which converges to an envy-free partition. The convergence might take infinitely many steps.
It is not a coincidence that all these algorithms may require infinitely many queries. As we show in the following subsection, it may be impossible to find an envy-free cake-cutting with connected pieces with a finite number of queries.

Hardness result

An envy-free division with connected pieces for 3 or more agents cannot be found by a finite protocol.
The reason this result doesn't contradict the previously mentioned algorithms is that they are not finite in the mathematical sense.
The impossibility proof uses a rigid measure system – a system of n value measures, for which an envy-free division must cut the cake at very specific locations. Then, finding an envy-free division reduces to finding these specific locations. Assuming the cake is the real interval , finding an envy-free division using queries to the agents is equivalent to finding a real number in the interval using yes/no questions. This might require an infinite number of questions.
A RMS for three agents can be constructed as follows. Let x, y, s, and t be parameters satisfying:
Construct a set of three measures with these two properties:
  1. The density of each measure is always strictly between /2 and .
  2. The values of the pieces determined by x and y are as in the table:
Then, every envy-free division among Alice Bob and Carl must have cuts at x and y, since all other options lead to envy:
For every RMS, every agent i and every constant ε>0, there is a slightly different RMS with the following properties:
This implies that, if all queries answered so far were outside the ε-neighbourhood of x and y, then agent i has no way to know whether we are in the old RMS or in the new RMS.
Equipped with this knowledge, an adversary can trick every envy-free division protocol to go on forever:
  1. Start with any RMS, e.g. with parameters x = 1/3, y = 2/3, s = 0.3 and t = 0.35.
  2. As long as the protocol makes cuts at points other than x and y, let it continue.
  3. Whenever the protocol asks agent i to make a cut at x or y, switch to a different RMS with x'≠x and y'≠y, making sure that the values are the same for all previously made cuts.
Thus the protocol can never make cuts at the correct x and y required for an envy-free division.

Approximations


Since envy-free cake-cutting with connected pieces cannot be done in finite time, cake-cutters have tried to find work-arounds.
One work-around is looking for divisions which are only approximately-envy-free. There are two ways to define the approximation - in units of length or in units of value.
Length-based approximation uses the following definitions:
The parameter δ represents the tolerance of the partners in units of length. E.g., if land is divided and the partners agree that a difference of 0.01 meter in the location of the border is not relevant to them, then it makes sense to look for a 0.01-multi-partition which is envy-free. Deng at al present a modification of Simmons' cake-cutting protocol which finds an envy-free δ-multi-partition using queries. Moreover, they prove a lower bound of queries. Even when the utility functions are given explicitly by polynomial-time algorithms, the envy-free cake-cutting problem is PPAD-complete.
Value-based approximation uses the following definitions:
If all value measures are Lipschitz-continuous, then the two approximation definitions are related. Let. Then, every partition in an envy-free δ-multi-partition is ε-envy-free. Hence, Deng et al.'s results prove that, if all partners have Lipschitz-continuous valuations, an ε-envy-free partition can be found with queries.
Offline calculation is a second work-around that finds a totally-envy-free division but only for a restricted class of valuations. If all value measures are polynomials of degree at most d, there is an algorithm which is polynomial in n and d. Given d, the algorithm asks the agents d+1 evaluation queries, which give d+1 points in the graph of the value measure. It is known that d+1 points are sufficient to interpolate a polynomial of degree d. Hence, the algorithm can interpolate the entire value measures of all agents, and find an envy-free division offline. The number of required queries is.
Another restriction on the valuations is that they are piecewise-constant - for each agent, there are at most m desired intervals, and the agent's value-density in each interval is constant. Under this assumption, a connected envy-free allocation can be found by solving linear programs. Thus, when n is constant, the problem is polynomial in m.
Free disposal is a third work-around that keeps the requirement that the division be totally envy-free and works for all value measures, but drops the requirement that the entire cake must be divided. I.e, it allows to divide a subset of the cake and discard the remainder. Without further requirements the problem is trivial, since it is always envy-free to give nothing to all agents. Thus, the real goal is to give each agent a strictly positive value. Every cake allocation can be characterized by its level of proportionality, which is the value of the least fortunate agent. An envy-free division of the entire cake is also a proportional division, and its proportionality level is at least, which is the best possible. But when free disposal is allowed, an envy-free division may have a lower proportionality level, and the goal is to find an envy-free division with the highest possible proportionality. The currently known bounds are:
It is not known whether there exists a bounded-time envy-free and proportional division procedure for four or more partners with connected pieces.

Variants


Most procedures for cake-cutting with connected pieces assume that the cake is a 1-dimensional interval and the pieces are 1-dimensional sub-intervals. Often, it is desirable that the pieces have a certain geometric shape, such as a square. With such constraints, it may be impossible to divide the entire cake, so we must allow free disposal. As explained [|above], when free disposal is allowed, the procedures are measured by their level of proportionality - the value that they guarantee to all agents. The following results are currently known:

Procedures

For three partners, the Selfridge–Conway discrete procedure makes an envy-free division with at most 5 cuts.
Other procedures using moving knives require fewer cuts:
For four partners, The Brams–Taylor–Zwicker procedure makes an envy-free division with at most 11 cuts. For five partners, a procedure by Saberi and Wang makes an envy-free division with a bounded number of cuts. Both these procedures use Austin's procedure for two partners and general fractions as an initial step. Hence, these procedures should be considered infinite - they cannot be completed using a finite number of steps.
For four or more partners, there are three algorithms which are finite but unbounded - there is no fixed bound on the number of cuts required. There are three such algorithms:
Although the protocols are different, the main idea behind them is similar: Divide the cake to a finite but unbounded number of "crumbs", each of which is so small that its value for all partners is negligible. Then combine the crumbs in a sophisticated way to get the desired division. William Gasarch has compared the three unbounded algorithms using ordinal numbers.
The question of whether envy-free cake-cutting can be done in bounded time for four or more partners had been open for many years. It was finally solved in 2016 by Hariz Aziz and Simon Mackenzie. Initially they developed a bounded-time algorithm for four partners. Then they extended their algorithm to handle any number of partners. Their algorithm requires at most queries. While this number is bounded, it is very far from the lower bound of. So the question of how many queries are required for envy-free cake-cutting is still open.

Approximations and partial solutions

A reentrant variant of the last diminisher protocol finds an additive approximation to an envy-free division in bounded time. Specifically, for every constant, it returns a division in which the value of each partner is at least the largest value minus, in time.
If all value measures are piecewise linear, there is an algorithm which is polynomial in the size of the representation of the value functions. The number of queries is, where is the number of discontinuities in the derivatives of the value density functions.

Hardness result

Every envy-free procedure for n people requires at least Ω queries. The proof relies on a careful analysis of the amount of information the algorithm has on each partner.
A. Assume that the cake is the 1-dimensional interval , and that the value of the entire cake for each of the partners is normalized 1. In each step, the algorithm asks a certain partner either to evaluate a certain interval contained in , or to mark an interval with a specified value. In both cases, the algorithm gathers information only about intervals whose end-points were mentioned in the query or in the reply. Let's call these endpoints landmarks. Initially the only landmarks of i are 0 and 1 since the only thing the algorithm knows about partner i is that vi=1. If the algorithm asks partner i to evaluate the interval , then after the reply the landmarks of i are. The algorithm can calculate vi, but not the value of any interval whose endpoint is different than 0.2. The number of landmarks increases by at most 2 in each query. In particular, the value of the interval might be concentrated entirely near 0, or entirely near 0.2, or anywhere in between.
B. An interval between two consecutive landmarks of partner i is called a landmark-interval of partner i, When the algorithm decides to allocate a piece of cake to partner i, it must allocate a piece whose total value for i is at least as large as any landmark-interval of i. The proof is by contradiction: suppose there is a certain landmark-interval J whose value for i is more than the value actually allocated to i. Some other partner, say j, will necessarily receive some part of the landmark-interval J. By paragraph A, it is possible that all the value of interval J is concentrated inside the share allocated to partner j. Thus, i envies j and the division is not envy-free.
C. Suppose all partners answer all queries as if their value measure is uniform. By paragraph B, the algorithm may assign a piece to partner i, only if it is longer than all landmark-intervals of i. At least n/2 partners must receive an interval with a length of at most 2/n; hence all their landmark-intervals must have a length of at most 2/n; hence they must have at least n/2 landmark-intervals; hence they must have at least n/2 landmarks.
D. Each query answered by partner i involves at most two new endpoints, so it increases the number of landmarks of i by at most 2. Hence, in the case described by paragraph C, the algorithm must ask each of n/2 partners, at least n/4 queries. The total number of queries is thus at least n2/8 = Ω.

Existence proofs and variants

In addition to the general existence proofs implied by the algorithms described above, there are proofs for the existence of envy-free partitions with additional properties:
Both proofs work only for additive and non-atomic value measures, and rely on the ability to give each partner a large number of disconnected pieces.

Envy-free division with different entitlements

A common generalization of the envy-free criterion is that each of the partners has a different entitlement. I.e., for every partner i there is a weight wi describing the fraction of the cake that they are entitled to receive. Then a weighted-envy-free division is defined as follows. For every agent i with value measure Vi, and for every other agent j:
I.e., every partner thinks that their allocation relative to their entitlement is at least as large as any other allocation relative to the other partner's entitlement.
When all weights are the same, this definition reduces to the standard definition of envy-freeness.
When the pieces may be disconnected, a weighted envy-free division always exists and can be found by the Robertson-Webb protocol, for any set of weights. Zeng presented an alternative algorithm for approximate weighted envy-free division, which requires a smaller number of cuts.
But when the pieces must be connected, a weighted envy-free division may not exist. To see this, note that every weighted-envy-free division is also weighted-proportional with the same weight-vector; this means that, for every agent i with value measure Vi:
It is known that weighted-proportional allocation with connected pieces may not exist: see proportional cake-cutting with different entitlements for an example.
Note that there is an alternative definition of weighted-envy-free division, where the weights are assigned to pieces rather than to agents. With this definition, a weighted envy-free division is known to exist in the following cases :
In some cases, the 'cake' to be divided has a negative value. For example, it might be piece of lawn that has to be mowed, or a piece of wasteland that has to be cleaned. Then, the cake is a 'heterogeneous bad' rather than a 'heterogeneous good'.
Some procedures for envy-free cake-cutting can be adapted to work for a bad cake, but the adaptation is often not trivial. See envy-free chore division for more details.

Summary tables

NameTypeCakePieces#queries#cutsenvyComments
Divide and chooseDiscrete procConnected221 1/2
[|Stromquist]Moving-knife procIntervalConnected32 1/3
Selfridge–ConwayDiscrete procDisconnected3951/3
Brams–Taylor–ZwickerMoving-knife procDisconnected4111/4
Saberi–WangDiscrete procDisconnected4BoundedBounded1/4Free disposal
Aziz–MackenzieDiscrete procDisconnected42035841/4
Saberi–WangMoving-knife procDisconnected5Bounded1/5
StromquistExistenceIntervalConnected
SimmonsDiscrete procIntervalConnected
Deng-Qi-SaberiDiscrete procIntervalConnectedAdditiveOnly when valuations are Lipschitz-continuous
BranzeiDiscrete procIntervalConnectedOnly when value densities are polynomial with degree at most.
Waste-Makes-HasteDiscrete procIntervalConnected3941/3Free disposal
Waste-Makes-HasteDiscrete procConnected41661/7Free disposal
Waste-Makes-HasteDiscrete procConnectedFree disposal
Aziz-Mackenzie ConnectedPiecesDiscrete procConnectedFree disposal
Brams-TaylorDiscrete procDisconnectedUnboundedUnbounded
Robertson-WebbDiscrete procDisconnectedUnboundedUnboundedWeighted-envy-free.
PikhurkoDiscrete procDisconnectedUnboundedUnbounded
Aziz–MackenzieDiscrete procDisconnected
Reentrant last diminisherDiscrete procIntervalDisonnectedAdditive
Kurokawa-Lai-ProcacciaDiscrete procIntervalDisonnectedOnly when value densities are piecewise linear with at most discontinuities.
WellerExistenceDisconnectedPareto efficient.
2-DDiscrete procSquareConnected and Square2221/4Free disposal
2-DMoving-knife procSquareConnected and Square361/10Free disposal

Summary by number of agents and type of pieces:
# agentsConnected piecesGeneral pieces
2Divide and choose
3Stromquist moving-knives procedure ;
Waste-makes-haste
Selfridge–Conway discrete procedure.
4Waste-makes-haste.Brams–Taylor–Zwicker moving knives procedure.
Saberi–Wang discrete procedure.
Aziz–Mackenzie discrete procedure.
5Saberi–Wang moving-knives procedure.
Simmons' protocol
Deng-Qi-Saberi .
Waste-makes-haste
Aziz-Mackenzie ConnectedPieces
Brams and Taylor ;
Robertson and Webb.
- Both algorithms require a finite but unbounded number of cuts.
Aziz-Mackenzie discrete procedure.
HardnessAll algorithms for must be infinite.All algorithms must use at least steps.
VariantsA weighted envy-free division exists for arbitrary weights,
even when the cake and pieces are simplexes,
and even with non-additive preferences.
Robertson-Webb can find weighted-envy-free divisions for arbitrary weights.
A perfect division exists.
An envy-free and efficient cake-cutting exists.