REVIEW 3 major objections 5 minor 31 references
On Hierarchies of Fairness Notions in Cake Cutting: From Proportionality to Super Envy-Freeness
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A new cake-cutting protocol computes CHB-n allocations in O(n^4) queries, while CLB-2 requires unboundedly many.
desk verdict A useful map of the proportionality-to-envy-freeness gap, with a mostly sound O(n^4) CHB-n protocol and a clean CLB-2 unboundedness proof; the main open issue is a load-bearing unproved interval bound. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying mechanism is a two-phase protocol. Phase one uses an ϵ-perfect allocation algorithm on an enlarged instance of 4n/3 agents, keeping n pieces and merging the phantom agents' pieces into a residue R; because the partition is (1/4n)-perfect, every real agent values every kept piece at least 1/(2n). Phase two runs a Last Diminisher loop on R: each remaining agent marks the point where her value for the residue prefix equals 1/n minus her value for her favorite remaining kept piece, the left-most marker takes that prefix plus her favorite piece, and the last agent receives the rest. The proof that the output is CHB-n uses the fact that a complete proportional allocation with all cross-values at least 1/(2n) satisfies every CHB-n constraint. The lower bounds are carried by the active-interval gadget from [Pro09], which formalizes what the algorithm knows about each agent after a sequence of queries.
What would settle it
Instrument Algorithm 1 on an instance where the residue R has Θ($n^{2}$) disjoint intervals and count the actual Cut and Eval queries needed to implement one cut on R; if the per-mark cost grows with the number of intervals, the O($n^{4}$) upper bound fails. On the lower-bound side, if a bounded Robertson-Webb protocol for exact division with two valuation functions and two equal pieces were found, the CLB-2 unboundedness proof would collapse.
Extended reading notes
Core claim
In the paper's own terms, an allocation is CHB-k if for every subset S of at most k agents and every i∈S, agent i values the union of everyone else's pieces at most (n-|S|)/(n-|S|+1); CLB-k replaces this bound by (n-|S|)/n. CHB-1 and CLB-1 are exactly proportionality, CHB-n is a strict superset of envy-free allocations, and CLB-n coincides with super envy-freeness, requiring each agent to value her own piece at least 1/n and every other agent's piece at most 1/n. The paper's main result is Algorithm 1, a complete protocol that first computes a (1/4n)-perfect allocation for 4n/3 agents (including n/3 phantom agents) and then runs a cut-and-match Last Diminisher on the leftover residue, producing a complete CHB-n allocation with O($n^{4}$) queries. On the lower-bound side, it proves that CHB-2 needs Ω($n^{2}$) queries and that CLB-2—and therefore every stronger CLB level—cannot be computed with a bounded number of queries, by reducing CLB-2 to exact division, a known impossible task in the Robertson-Webb model.
Load-bearing premise
The O($n^{4}$) query bound holds only if each mark that an agent makes on the leftover residue—a finite union of disjoint intervals—can be simulated with a single Cut query plus arithmetic on interval values already known, without paying an extra Eval query for every interval.
Editorial extensions
If this is right
- Complete CHB-n allocations give a polynomial-time fairness guarantee that is strictly weaker than envy-freeness but satisfies strong group-level complement bounds.
- Super envy-freeness, previously open, is now known to have unbounded query complexity in the Robertson-Webb model, since it coincides with CLB-n and CLB-2 is already unbounded.
- Any strengthening of proportionality that forces linear complement bounds (CLB-k, k≥2) is out of reach for bounded protocols, so the practical target becomes approximate δ-CLB-n, which the paper computes in O(n^6/δ · ln(1/δ)/ln n) queries.
- The Ω(n^2) lower bound for CHB-2 means the easy CHB hierarchy is not uniformly easy; the first nontrivial level already needs quadratic queries.
- If a super-polynomial lower bound for envy-freeness exists, it must come from a subproblem strictly harder than CHB-n, since CHB-n is polynomial-time solvable.
Reading between the lines
- The two hierarchies expose a threshold: replacing the harmonic bound (n-|S|)/(n-|S|+1) with the slightly tighter linear bound (n-|S|)/n flips feasibility from polynomial to unbounded; a natural conjecture is that the harmonic constant is the sharpest polynomial-time-achievable group complement bound.
- Because the O(n^4) protocol depends on simulating cuts and evaluations on a non-contiguous residue with constant overhead, its practical query count may degrade on implementations that evaluate each interval separately; directly measuring this simulation cost is a concrete next step.
- The CHB-n versus envy-freeness gap suggests that envy-freeness's difficulty does not come from collective complement constraints, but from the pairwise, per-agent comparisons that CHB ignores; one could test this by defining intermediate notions that add pairwise constraints one at a time and measuring query complexity.
- The phantom-agent trick—treating extra arbitrary agents as a reservoir whose pieces become reallocatable residue—may transfer to other fair-division settings, such as producing near-perfect starting points for group fairness notions.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces two hierarchies of fairness notions for cake cutting, Complement Harmonically Bounded (CHB-k) and Complement Linearly Bounded (CLB-k), which interpolate between proportionality and envy-freeness on one side and proportionality and perfect/super envy-freeness on the other. It proves the inclusion relations between these notions and existing ones (Theorems 1–3), gives a Robertson–Webb protocol computing CHB-n allocations in O(n^4) queries (Theorem 4), an Ω(n^2) lower bound for CHB-2 (Theorem 5), an unbounded-query lower bound for CLB-2 (Theorem 6), and an approximate CLB algorithm with O(n^5/ε · ln(1/ε)/ln n) query complexity (Theorem 7). The conceptual contribution is a clean parametrized family of fairness notions with a polynomial-time CHB-n algorithm, contrasting with the astronomical complexity of envy-freeness and the unbounded complexity of CLB-2.
Significance. If the results are correct, the paper provides a useful map of the terrain between proportionality and envy-freeness, and it identifies a new pair of computationally meaningful thresholds: CHB-n is polynomially computable, while CLB-2 is not computable with a bounded number of queries. The CHB-n protocol is a genuine algorithmic contribution, and the lower-bound framework adapts Procaccia's active-interval method in a way that could be reused. The CLB-2 unboundedness result also resolves, as a corollary, the unbounded query complexity of super envy-freeness. The paper is clearly written and the elementary inclusion proofs are largely sound. However, the main upper bound rests on an unproved interval-count assertion about an external protocol, and one step of the Theorem 5 proof is written incorrectly, so the central claims need a nontrivial revision before the paper can be accepted.
major comments (3)
- [§4, Theorem 4 (query complexity)] The advertised O(n^4) bound rests on the unproved assertion that the Brânzei–Miltersen 1/(4n)-perfect protocol "produces at most O(n^2) intervals." This property is load-bearing: the subsequent per-agent evaluations of the n pieces B_j cost O(n · I), where I is the number of intervals, and the Last-Diminisher phase must compute marks inside the non-contiguous residue R whose interval decomposition comes from the same protocol. The paper cites no lemma in [BM15] establishing I=O(n^2); the generic bound from a protocol with O(n^4) queries is only I=O(n^4), which would make the Eval charge O(n^5) and invalidate Theorem 4. Please supply a proof of the interval bound or revise the algorithm and complexity claim.
- [§5, Theorem 5] The proof's first claim—that for every i there is an active interval I_i⊆A_i with V_i(I_i)≥1/n—is false as stated: A_i may contain several active intervals, each of value below 1/n, whose total value is at least 1/n, and the redistribution argument in case (2) does not make V_i(A_i)<1/n because the total value of each active interval is already fixed. The equality |A_i|=1/n can instead be obtained from completeness and proportionality under the uniform responses (each length at least 1/n and sum 1). The rest of the active-interval argument for each A_j then yields the Ω(n^2) bound. Please rewrite this step.
- [§6, Theorem 7 (parameter choice)] The derivation of the admissible ε' is algebraically inconsistent. From the definition of d, q^d=ε̃ n/2 for q=1/(n+1), but the displayed inequality replaces 1−q^d by 1−q·ε̃n/2; solving the displayed inequality either gives a negative bound or a value of order 1/n^2+ε̃/n, not the fraction printed. Since the stated ε'∈Θ(ε/n^2) is used in the query bound O(n^5/ε · ln(1/ε)/ln n), please re-derive the parameter condition and state the correct Θ constant.
minor comments (5)
- [§3.1, Claim 1] Claim 1 states CHB-k does not imply CHB-(k+1) for 1≤k≤n−1, but CHB-(n−1)=CHB-n; the range should be 1≤k≤n−2.
- [§2.2] The sentence saying "there exist perfect allocations that are not super envy-free" contradicts the stated chain Prop⊋EF⊋Super-EF⊋Perf, since every perfect allocation is super envy-free. The intended sentence should list examples witnessing strict containments in the opposite direction.
- [§4, Algorithm 1] The algorithms use 4n/3 and n/3 without addressing integrality; please state floor/ceiling conventions or assume n divisible by 3.
- [§5, Theorem 6] The reduction concludes that CLB-2 implies exact division with k=⌊n/2⌋+1 pieces and weights 1/n and 2/n, while the cited Robertson–Webb impossibility is for two pieces with equal weights; please add a reduction or citation showing the multi-piece unequal-weight version is also unbounded.
- [§4, Correctness proof] The statement that each exiting agent "takes with her two pieces of combined value at most 1/n" from a remaining agent's perspective should be justified explicitly by the left-most mark property; as written it appears to appeal to the exiting agent's own valuation.
Circularity Check
No significant circularity: the central derivations reduce to external cited results (BM15, Pro09, RW98), not to the paper's own inputs.
full rationale
The derivation chain is self-contained against external benchmarks. The CHB/CLB definitions are independent of the algorithms: CHB-k and CLB-k are defined by explicit value bounds on complements, and the paper's relation claims (Theorem 1 and Theorem 2) are proven by direct set-inequality arguments, not by appealing to the protocols that compute them. The main upper bound, Theorem 4, reduces CHB-n to completeness, proportionality, and the lower bound Vi(Aj) >= 1/(2n), and then obtains those properties from an epsilon-perfect allocation due to Brânzei and Miltersen [BM15] combined with a Last-Diminisher phase. The O(n^4) query bound uses the asserted O(n^2)-interval property of [BM15]'s protocol; that assertion is an external cited claim, and whether it is fully supported is a correctness concern, not a circularity concern. The lower bounds also rest on external results: Theorem 5 uses Procaccia's active-interval lemmas and a uniform-adversary argument, while Theorem 6 reduces CLB-2 to the classical exact-division impossibility of Robertson and Webb [RW98]. No equation is shown to equal its own input by construction, no fitted parameter is renamed as a prediction, and the only self-citation appearing in the paper, [ACF+18] in the related-work section, is not load-bearing for any result. The paper therefore exhibits no circular derivation.
Assumptions & free parameters
free parameters (2)
- d (recursion depth in Algorithm 2) =
Θ(ln(1/ϵ~)/ln n)
- ϵ' (per-level ϵ-perfect tolerance in Algorithm 2) =
Θ(ϵ~/n)
assumptions (4)
- domain assumption Agent valuations are non-atomic, additive, and normalized probability measures over [0,1].
- domain assumption There exists an algorithm for ϵ-perfect allocations using O(n^3/ϵ) queries and producing O(n^2) intervals (Brânzei and Miltersen).
- domain assumption Exact division with two valuation functions and a fixed number of pieces with prescribed weights is impossible with any bounded protocol (Robertson and Webb).
- domain assumption Procaccia's active-interval characterization: at any time t, each agent's cake is partitioned into at most 2t+1 active intervals whose exact sub-values are unexplored.
Cite this review
Pith. "Pith review of On Hierarchies of Fairness Notions in Cake Cutting: From Proportionality to Super Envy-Freeness." pith.science (2026). https://pith.science/paper/KWGFMZZ5
@misc{pith2026250612950,
author = {Pith},
title = {Pith review of: On Hierarchies of Fairness Notions in Cake Cutting: From Proportionality to Super Envy-Freeness},
year = {2026},
howpublished = {\url{https://pith.science/paper/KWGFMZZ5}},
note = {Machine review of arXiv:2506.12950}
}
abstract
We consider the classic cake-cutting problem of producing fair allocations for $n$ agents, in the Robertson-Webb query model. In this model, it is known that: (i) proportional allocations can be computed using $O(n \log n)$ queries, and this is optimal for deterministic protocols; (ii) envy-free allocations (a subset of proportional allocations) can be computed using $O\left( n^{n^{n^{n^{n^{n}}}}} \right)$ queries, and the best known lower bound is $\Omega(n^2)$; (iii) perfect allocations (a subset of envy-free allocations) cannot be computed using a bounded (in $n$) number of queries. In this work, we introduce two hierarchies of new fairness notions: Complement Harmonically Bounded (CHB) and Complement Linearly Bounded (CLB). Intuitively, these notions of fairness ask that, for every agent $i$, the collective value that a group of agents has (from the perspective of agent $i$) is limited. CHB-$k$ and CLB-$k$ coincide with proportionality for $k=1$. For all $k \leq n$, CHB-$k$ allocations are a superset of envy-free allocations (i.e., easier to find). On the other hand, for $k \in [2, \lceil n/2 \rceil - 1]$, CLB-$k$ allocations are incomparable to envy-free allocations. For $k \geq \lceil n/2 \rceil$, CLB-$k$ allocations are a subset of envy-free allocations (i.e., harder to find). We prove that CHB-$n$ allocations can be computed using $O(n^4)$ queries in the Robertson-Webb model. On the flip side, finding CHB-$2$ (and therefore all CHB-$k$ for $k \geq 2$) allocations requires $\Omega(n^2)$ queries, while CLB-$2$ (and therefore all CLB-$k$ for $k \geq 2$) allocations cannot be computed using a bounded (in $n$) number of queries.
Figures
Reference graph
Works this paper leans on
-
[1]
An improved envy-free cake cutting protocol for four agents
Georgios Amanatidis, George Christodoulou, John Fearnley, Evangelos Markakis, Christos-Alexandros Psomas, and Eftychia Vakaliou. An improved envy-free cake cutting protocol for four agents. In Algorithmic Game Theory: 11th International Symposium, SAGT 2018, Beijing, China, September 11-14, 2018, Proceedings 11 , pages 87--99. Springer, 2018
work page 2018
-
[2]
Noga Alon. Splitting necklaces. Advances in Mathematics , 63(3):247--253, 1987
work page 1987
-
[3]
A discrete and bounded envy-free cake cutting protocol for any number of agents
Haris Aziz and Simon Mackenzie. A discrete and bounded envy-free cake cutting protocol for any number of agents. In 2016 IEEE 57th Annual Symposium on Foundations of Computer Science (FOCS) , pages 416--427. IEEE, 2016
work page 2016
-
[4]
A discrete and bounded envy-free cake cutting protocol for four agents
Haris Aziz and Simon Mackenzie. A discrete and bounded envy-free cake cutting protocol for four agents. In Proceedings of the forty-eighth annual ACM symposium on Theory of Computing , pages 454--464, 2016
work page 2016
-
[5]
Almost group envy-free allocation of indivisible goods and chores
Haris Aziz and Simon Rey. Almost group envy-free allocation of indivisible goods and chores. In Proceedings of the Twenty-Ninth International Conference on International Joint Conferences on Artificial Intelligence , pages 39--45, 2021
work page 2021
-
[6]
A dictatorship theorem for cake cutting
Simina Br \^a nzei and Peter Bro Miltersen. A dictatorship theorem for cake cutting. In Twenty-fourth international joint conference on artificial intelligence . Citeseer, 2015
work page 2015
-
[7]
The query complexity of cake cutting
Simina Br \^a nzei and Noam Nisan. The query complexity of cake cutting. Advances in Neural Information Processing Systems , 35:37905--37919, 2022
work page 2022
-
[8]
On the fair division of a heterogeneous commodity
Marcus Berliant, William Thomson, and Karl Dunz. On the fair division of a heterogeneous commodity. Journal of Mathematical Economics , 21(3):201--216, 1992
1992
Show all 31 references
-
[9]
The complexity of cake cutting with unequal shares
\'A gnes Cseh and Tam \'a s Fleiner. The complexity of cake cutting with unequal shares. ACM Transactions on Algorithms (TALG) , 16(3):1--21, 2020
2020
-
[10]
Group fairness for the allocation of indivisible goods
Vincent Conitzer, Rupert Freeman, Nisarg Shah, and Jennifer Wortman Vaughan. Group fairness for the allocation of indivisible goods. In Proceedings of the AAAI Conference on Artificial Intelligence , volume 33, pages 1853--1860, 2019
2019
-
[11]
A new lower bound for multi-color discrepancy with applications to fair division
Ioannis Caragiannis, Kasper Green Larsen, and Sudarshan Shyam. A new lower bound for multi-color discrepancy with applications to fair division. arXiv preprint arXiv:2502.10516 , 2025
2025 arXiv
-
[12]
On the computability of equitable divisions
Katar \' na Cechl \'a rov \'a and Eva Pill \'a rov \'a . On the computability of equitable divisions. Discrete Optimization , 9(4):249--257, 2012
2012
-
[13]
How to cut a cake fairly
Lester E Dubins and Edwin H Spanier. How to cut a cake fairly. The American Mathematical Monthly , 68(1P1):1--17, 1961
1961
-
[14]
A note on cake cutting
Shimon Even and Azaria Paz. A note on cake cutting. Discrete Applied Mathematics , 7(3):285--296, 1984
1984
-
[15]
Balanced allocations of cake
Jeff Edmonds and Kirk Pruhs. Balanced allocations of cake. In 2006 47th Annual IEEE Symposium on Foundations of Computer Science (FOCS'06) , pages 623--634, 2006
2006
-
[16]
Cake cutting really is not a piece of cake
Jeff Edmonds and Kirk Pruhs. Cake cutting really is not a piece of cake. ACM Transactions on Algorithms (TALG) , 7(4):1--12, 2011
2011
-
[17]
On allocations that give intersecting groups their fair share
Uriel Feige and Yehonatan Tahan. On allocations that give intersecting groups their fair share. arXiv preprint arXiv:2204.06820 , 2022
2022 arXiv
-
[18]
A theory of a heterogeneous divisible commodity exchange economy
Farhad Husseinov. A theory of a heterogeneous divisible commodity exchange economy. Journal of Mathematical Economics , 47(1):54--59, 2011
2011
-
[19]
Almost envy-freeness in group resource allocation
Maria Kyropoulou, Warut Suksompong, and Alexandros A Voudouris. Almost envy-freeness in group resource allocation. Theoretical Computer Science , 841:110--123, 2020
2020
-
[20]
Sur les fonctions-vecteurs completement additives
AA Liapounoff. Sur les fonctions-vecteurs completement additives. Izvestiya Rossiiskoi Akademii Nauk. Seriya Matematicheskaya , 4(6):465--478, 1940
1940
-
[21]
Almost envy-freeness for groups: Improved bounds via discrepancy theory
Pasin Manurangsi and Warut Suksompong. Almost envy-freeness for groups: Improved bounds via discrepancy theory. Theoretical Computer Science , 930:179--195, 2022
2022
-
[22]
Thou shalt covet thy neighbor's cake
Ariel D Procaccia. Thou shalt covet thy neighbor's cake. In Twenty-First International Joint Conference on Artificial Intelligence , 2009
2009
-
[23]
A lower bound for equitable cake cutting
Ariel D Procaccia and Junxing Wang. A lower bound for equitable cake cutting. In Proceedings of the 2017 ACM Conference on Economics and Computation , pages 479--495, 2017
2017
-
[24]
Cake-cutting algorithms: Be fair if you can
Jack Robertson and William Webb. Cake-cutting algorithms: Be fair if you can . AK Peters/CRC Press, 1998
1998
-
[25]
Fair cake-cutting among families
Erel Segal-Halevi and Shmuel Nitzan. Fair cake-cutting among families. Social Choice and Welfare , 53:709--740, 2019
2019
-
[26]
How to cut a cake fairly: A generalization to groups
Erel Segal-Halevi and Warut Suksompong. How to cut a cake fairly: A generalization to groups. The American Mathematical Monthly , 128(1):79--83, 2020
2020
-
[27]
Cutting a cake fairly for groups revisited
Erel Segal-Halevi and Warut Suksompong. Cutting a cake fairly for groups revisited. The American Mathematical Monthly , 130(3):203--213, 2023
2023
-
[28]
The problem of fair division
Hugo Steinhaus. The problem of fair division. Econometrica , 16:101--104, 1948
1948
-
[29]
For one and all: Individual and group fairness in the allocation of indivisible goods
Jonathan Scarlett, Nicholas Teh, and Yair Zick. For one and all: Individual and group fairness in the allocation of indivisible goods. In Proceedings of the 2023 International Conference on Autonomous Agents and Multiagent Systems , pages 2466--2468, 2023
2023
-
[30]
Hugo Steinhaus
Wikipedia contributors . Hugo Steinhaus . https://en.wikipedia.org/wiki/Hugo_Steinhaus, 2025. [Online; accessed 2-February-2025]
2025
-
[31]
On the complexity of cake cutting
Gerhard J Woeginger and Ji r \' Sgall. On the complexity of cake cutting. Discrete Optimization , 4(2):213--220, 2007
2007
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.