REVIEW 3 major objections 4 minor 31 references
Complexity of Strong Popularity in Additively Separable Hedonic Games
T0 review · 3 major / 4 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read Determining whether an additively separable hedonic game admits a strongly popular partition is exactly PCW-complete.
desk verdict Strong popularity in ASHGs is very likely PCW-complete, and the first natural complete problem for PCW is a nice result, but the proof as written has two fixable gaps — a false X-majority count and an unhandled duplicate-encoding issue in containment — so I'd want revision before trusting it. 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 reduction's central object is the one-way replica: for an agent p, a replica set R that values p and each other at 10, mimics p's valuations of others, and is valued 0 by any agent who non-negatively values p. This turns a single agent into a weighted voting block without changing preferences. The gadgets — assignment gadgets for input bits, gate gadgets for Copy/Not/And gates, and voter agents whose exponentially weighted valuations encode circuit outputs — enforce that any strongly popular partition must correspond to a valid partial assignment and that voters alone determine the majority.
What would settle it
Construct an ASHG with a strongly popular partition, encode the same partition in two ways as bit-strings, and run the Ckt-Condorcet winner check: if the two encodings produce a tie instead of a strict win, the claimed containment cannot hold as stated; alternatively, exhibit a Ckt-Condorcet instance where a Condorcet string exists but the constructed partition fails strong popularity, or vice versa.
Extended reading notes
Core claim
The paper establishes Theorem 1.1: Ashg-Strong-Popularity is PCW-complete. The membership direction is argued by encoding each agent's additive utility as a Boolean circuit, reducing the problem to Ckt-Condorcet. The hardness direction constructs an ASHG from an arbitrary Ckt-Condorcet instance, using assignment, gate, and And-gadgets with one-way replicas that serve as weight multipliers, so that a partition is strongly popular if and only if the corresponding string is a Condorcet winner.
Load-bearing premise
The containment in PCW is asserted to be 'straightforward' but the paper never specifies how a partition of n agents is encoded as a bit-string candidate for Ckt-Condorcet; because two distinct encodings of the same partition yield identical utility vectors, the strict-majority condition in the definition of PCW would fail (ties) without a canonical or label-validity encoding.
Editorial extensions
If this is right
- If correct, strong popularity in ASHGs is neither NP-complete nor Sigma_2^P-complete (unless collapse), but PCW-complete, placing it in a newly charted region between P^NP and S_2^P.
- It provides the first natural complete problem for PCW, giving the class a concrete anchor for future reductions.
- The result likely extends to fractional and modified fractional hedonic games, as the paper suspects, since those are also cardinal and the containment holds for any cardinal hedonic game.
- The uniqueness of strong popularity (at most one witness) is the feature that forces this classification; this suggests other unambiguous problems in Sigma_2^P may find natural homes in PCW or related classes.
Reading between the lines
- If the missing encoding is supplied (e.g., canonical representatives of partitions), the containment completes; this is likely a fixable gap rather than a fatal flaw.
- The reduction's replica mechanism might be reusable to show PCW-completeness for other unambiguous coalition-formation problems, such as strong popularity in fractional hedonic games, giving a template for transferring Condorcet-like majority conditions to cardinal games.
- The connection between unambiguity and majority-vote stability suggests that other unique-witness solution concepts (e.g., unique core outcomes under strict preferences) could be classified via PCW or sibling classes.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies the problem Ashg-Strong-Popularity: given an additively separable hedonic game, does there exist a strongly popular partition? It claims Theorem 1.1: this problem is PCW-complete, where PCW is the class of problems reducible to Ckt-Condorcet. The proof consists of a reduction from Ckt-Condorcet to ASHGs using X-, A-, G-, W/Z/L-agents and one-way replicas; Section 5 proves that a Condorcet string yields a strongly popular partition, and Section 6 proves the converse. The paper also asserts, in one sentence, that membership in PCW is straightforward.
Significance. If established, the result resolves the open problem of Brandt and Bullinger and gives the first natural complete problem for PCW, showing that the existence of a strongly popular partition in ASHGs is neither simply NP-complete nor Sigma_2^P-complete. The reduction is elaborate, with structural lemmas argued separately in both directions; it is not circular and appears to use no fitted parameters beyond the fixed gadget valuations. However, two load-bearing gaps—the erroneous X-majority count and the missing canonical encoding for the membership direction—currently prevent the completeness claim from being accepted.
major comments (3)
- [Section 4 (X-agent count)] The claim that the number of non-X agents is at most 9mn + 3n + Σ(10|C_i|+1) is false. The construction actually contains 3n(m+1) A/L_a agents, 6Σ|C_i| gate/replica agents, 8·(#And-gates) W/Z/L agents, and m voters. For m=n=1 with one Copy gate and 100 And gates, |X| = 1+9+3+(10·101+1)=1024, while non-X = 6+6·101+8·100+1=1413, so |X| < |N|/2. Lemmas 5.3, 5.4, 6.2 and 6.3 all rely on |X|>|N|/2 to force X⊆MC and L∩MC=∅; without that inequality both directions of the proof fail for such instances. This is repairable by enlarging the X-agent count to non-X+1, but the counting error must be corrected and all affected lemmas re-verified.
- [Section 4, after Definition 1 (PCW membership)] The assertion that containment of Ashg-Strong-Popularity in PCW is 'straightforward' is insufficient and is load-bearing. In Ckt-Condorcet, candidates are bit strings; if the same partition has two distinct encodings y and y', then for every voter circuit Ci(y)=Ci(y'), so a candidate encoding of that partition ties with its duplicate and cannot be a Condorcet string. The reduction must therefore fix an injective/canonical encoding of partitions, or otherwise ensure that non-canonical strings cannot be Condorcet winners, and the voter circuits must be able to compute utilities from that encoding (including rejecting invalid strings). No such encoding is given. Since Theorem 1.1 is a completeness statement, this missing construction leaves the PCW-membership direction unproved.
- [Section 5 / Section 6 (consequences of the X-count error)] Even if the X-count is repaired, the proofs of Lemmas 5.3, 5.4, 6.2 and 6.3 must be revisited: they currently derive X⊆MC and L∩MC=∅ solely from the majority inequality. After enlarging X, one must check that the enlarged X-agents do not disturb the gadget arguments elsewhere, e.g., Lemma 5.2 and Lemma 6.9(1) still hold with the new value of |X|. This is likely straightforward, but it is not merely a typographical fix in the current text.
minor comments (4)
- [Section 4 (And-gadget)] In the definition of the And-gadget, the agents w_i and z_i are said to assign value 1 to 'g^0_0', but no agent g^0_0 exists. This is presumably a typo for one of the input gate agents; please clarify.
- [Throughout] Several lemmas are referred to as 'Theorem 5.3', 'Theorem 5.7', etc., although they are lemmas. Please correct the cross-references.
- [Section 4 / Section 5] There are minor typos: 'since are m voter agents' should be 'since there are m voter agents'; 'fo the output gates' should be 'for the output gates'; 'inπall agents' is missing spaces.
- [Section 1] 'unambiguity may have affect' should be 'may have an effect'. Also, the phrase 'custom unions' should likely be 'customs unions'.
Circularity Check
No significant circularity: the PCW-completeness proof is a direct reduction from Ckt-Condorcet and does not reduce to its own inputs.
full rationale
The derivation chain is self-contained in the relevant sense. The paper reduces the defining PCW problem Ckt-Condorcet to Ashg-Strong-Popularity via an explicit ASHG construction, and proves both directions by comparing popularity margins within the constructed gadgets. No parameter is fitted to the target answer, no prediction is renamed as a fit, and no uniqueness or completeness claim is imported as a black box from the author's prior work. The definition of PCW is cited to [GGKN25], but that citation supplies only the formal definition of the class and its position between P^NP and S_2^P; it does not supply the equivalence proved here. The acknowledgement that a preliminary version of these results appeared in earlier versions of [GGKN25] is a provenance note, not a circularity: the present hardness proof still reduces from the independently meaningful Ckt-Condorcet problem. The reader-flagged encoding issue (representing partitions as bit-string candidates for the containment direction) is a potential correctness or formality gap, not a circularity, because it concerns whether the containment simulation is written down, not whether the claimed result is assumed in its own proof. Overall, the central claim has independent content and is not forced by definition, by self-citation, or by construction.
Assumptions & free parameters
free parameters (5)
- replica mutual value =
10
- voter dominance value =
2^(n+1)
- output-bit weights =
2^1,...,2^n
- large negative valuation =
-infinity (|N| times max positive)
- X-agent count =
1+9mn+3n+sum_i(10|C_i|+1)
assumptions (4)
- standard math Boolean circuits can be assumed to consist only of AND, NOT, and input-copy gates in topological order, with fan-out allowed.
- domain assumption ASHG preferences are induced by additive valuations and agents only care about their own coalition; strongly popular partitions are Pareto-optimal.
- domain assumption PCW is a well-defined complexity class with the properties stated in [GGKN25], including that P^NP ⊆ PCW ⊆ S_2^P.
- standard math Circuit outputs can be shifted by a constant to be non-negative without changing the Ckt-Condorcet problem.
invented entities (3)
-
One-way replicas
-
L-agents (alternative agents)
-
W/Z-agents for And-gadgets
Cite this review
Pith. "Pith review of Complexity of Strong Popularity in Additively Separable Hedonic Games." pith.science (2026). https://pith.science/paper/HE3QEHSY
@misc{pith2026260727277,
author = {Pith},
title = {Pith review of: Complexity of Strong Popularity in Additively Separable Hedonic Games},
year = {2026},
howpublished = {\url{https://pith.science/paper/HE3QEHSY}},
note = {Machine review of arXiv:2607.27277}
}
abstract
In a hedonic game, agents need to be partitioned into coalitions, and have a preference order over partitions. A partition is called strongly popular if it beats any other partition in a majority vote among the agents. We focus on the fundamental class of additively separable hedonic games (ASHGs), where agents have additive valuations that induce their preferences. We prove that determining the existence of strongly popular partitions in ASHGs is complete for PCW, a recently introduced complexity class which lies in between $P^{NP}$ and $S_2^P$ (Gilboa et al., 2025). This settles an open problem by Brandt and Bullinger (2022) and Bullinger and Gilboa (2025).
Figures
Reference graph
Works this paper leans on
-
[1]
2007 , publisher=
Cai, Jin-Yi , journal=. 2007 , publisher=
2007
-
[2]
On isomorphisms and density of
Hartmanis, Juris and Berman, Leonard , booktitle=. On isomorphisms and density of
-
[3]
International Colloquium on Automata, Languages, and Programming , pages=
On the difference between one and many: preliminary version , author=. International Colloquium on Automata, Languages, and Programming , pages=. 1977 , organization=
1977
-
[4]
Manuscript, Leeds , year=
A reduction from satisfiability to Hamiltonian circuits that preserves the number of solutions , author=. Manuscript, Leeds , year=
-
[5]
Behavioral Science , volume=
Match making: assignments based on bilateral preferences , author=. Behavioral Science , volume=. 1975 , publisher=
1975
-
[6]
Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence,
Settling the Complexity of Popularity in Additively Separable and Fractional Hedonic Games , author =. Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence,. 2025 , month =. doi:10.24963/ijcai.2025/419 , url =
-
[7]
On defining and computing communities , volume =
Martin Olsen , booktitle =. On defining and computing communities , volume =
-
[8]
Finding and Recognizing Popular Coalition Structures , volume =
Brandt, Felix and Bullinger, Martin , journal =. Finding and Recognizing Popular Coalition Structures , volume =
Show all 31 references
-
[9]
The Stability of Hedonic Coalition Structures , volume =
Bogomolnaia, Anna and Jackson, Matthew O , journal =. The Stability of Hedonic Coalition Structures , volume =. 2002 , publisher=
2002
-
[10]
Essai sur l'application de l'analyse
De Condorcet, Marquis , note =. Essai sur l'application de l'analyse
-
[11]
Complexity of Unambiguous Problems in
Gilboa, Matan and Goldberg, Paul W and Koutsoupias, Elias and Nisan, Noam , journal=. Complexity of Unambiguous Problems in
-
[12]
A Game-Theoretic Perspective on Coalition Formation , year =
Debraj Ray , publisher =. A Game-Theoretic Perspective on Coalition Formation , year =
-
[13]
Mark E. J. Newman , journal =. Detecting community structure in networks , volume =
-
[14]
Cohen-Addad and S
V. Cohen-Addad and S. Lattanzi and A. Maggiori and N. Parotsidis , booktitle = proc #. Online and consistent correlation clustering , year =
-
[15]
Jacques H. Dr. Hedonic Coalitions: Optimality and Stability , volume =. Econometrica , number =
-
[16]
Core in a simple coalition formation game , volume =
Suryapratim Banerjee and Hideo Konishi and Tayfun S. Core in a simple coalition formation game , volume =. Social Choice and Welfare , keywords =
-
[17]
Stability in Coalition Formation games , volume =
Katar. Stability in Coalition Formation games , volume =. International Journal of Game Theory , pages =
-
[18]
Fractional Hedonic Games , volume =
Haris Aziz and Florian Brandl and Felix Brandt and Paul Harrenstein and Martin Olsen and Dominik Peters , journal =. Fractional Hedonic Games , volume =
-
[19]
Hedonic Games , year =
Haris Aziz and Rahul Savani , booktitle =. Hedonic Games , year =
-
[20]
Cooperative Game Theory , year =
Bullinger, Martin and Elkind, Edith and Rothe, J. Cooperative Game Theory , year =. Economics and Computation: An Introduction to Algorithmic Game Theory, Computational Social Choice, and Fair Division , chapter =
-
[21]
Sung and Dinko Dimitrov , journal =
Shao C. Sung and Dinko Dimitrov , journal =. Computational Complexity in Additive Hedonic Games , volume =
-
[22]
Stability Based on Single-Agent Deviations in Additively Separable Hedonic Games , volume =
Felix Brandt and Martin Bullinger and Leo Tappe , journal =. Stability Based on Single-Agent Deviations in Additively Separable Hedonic Games , volume =
-
[23]
Fractional Hedonic Games:
Florian Brandl and Felix Brandt and Martin Strobel , booktitle = proc #. Fractional Hedonic Games:
-
[24]
Computing Desirable Partitions in Additively Separable Hedonic Games , volume =
Haris Aziz and Felix Brandt and Hans Georg Seedig , journal =. Computing Desirable Partitions in Additively Separable Hedonic Games , volume =
-
[25]
Woeginger , journal =
Gerhard J. Woeginger , journal =. A hardness result for core stability in additive hedonic games , volume =
-
[26]
Games and Economic Behavior , volume=
Pareto optimality in coalition formation , author=. Games and Economic Behavior , volume=. 2013 , publisher=
2013
-
[27]
Popular Matchings in the Marriage and Roommates Problems , year =
P\'. Popular Matchings in the Marriage and Roommates Problems , year =. Proceedings of the 7th Italian Conference on Algorithms and Complexity (CIAC) , pages =
-
[28]
Popular Matching In Roommates Setting is NP-hard , volume =
Gupta, Sushmita and Misra, Pranabendu and Saurabh, Saket and Zehavi, Meirav , journal =. Popular Matching In Roommates Setting is NP-hard , volume =
-
[29]
Proceedings of the 2023 International Conference on Autonomous Agents and Multiagent Systems , pages=
Hedonic games with friends, enemies, and neutrals: Resolving open questions and fine-grained complexity , author=. Proceedings of the 2023 International Conference on Autonomous Agents and Multiagent Systems , pages=
2023
-
[30]
, author=
Core Stability in Hedonic Games among Friends and Enemies: Impact of Neutrals. , author=. IJCAI , pages=
-
[31]
Social Choice and Welfare , volume=
Simple priorities and core stability in hedonic games , author=. Social Choice and Welfare , volume=. 2006 , publisher=
2006
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.