Search in Co-Wiki

Lone divider

game-theory 1064 tokens 8 outbound links

Lone divider

The lone divider procedure is a procedure for proportional-cake-cutting. It involves a heterogenous and divisible resource, such as a birthday cake, and n partners with different preferences over different parts of the cake. It allows the n people to divide the cake among them such that each person receives a piece with a value of at least 1/n of the total value according to his own subjective valuation.

The procedure was developed by hugo-steinhaus for n = 3 people. It was later extended by harold-w.-kuhn to n > 3, using the Frobenius–Konig theorem. A description of the cases n = 3, n = 4 appears in and the general case is described in.

Description For convenience we normalize the valuations such that the value of the entire cake is n for all agents. The goal is to give each agent a piece with a value of at least 1.

Now the game proceeds according to the replies of the players in step 3. We present first the case n = 3 and then the general case.

Steinhaus' procedure for the case n = 3 There are two cases.

The procedure for any n There are several ways to describe the general case; the shorter description appears in and is based on the concept of envy-free-matching – a matching in which no unmatched agent is adjacent to a matched piece.

Query complexity At each iteration, the algorithm asks the lone divider at most n mark queries, and each of the other agents at most n eval queries. There are at most n iterations. Therefore, the total number of queries in the Robertson-Webb query model is O(n2) per agent, and O(n3) overall. This is much more than required for last-diminisher (O(n) per agent) and for Even-Paz (O(log n) per agent).

See also * For other procedures for solving the same problem, see [[proportional-cake-cutting]]. *One advantage of lone-divider is that it can be modified to yield a [[symmetric-fair-cake-cutting]] procedure. *[Fair Division: Method of Lone Divider](http://www.cut-the-knot.org/Curriculum/SocialScience/LoneDivider.shtml) at Cut-the-Knot.

References