| paper | Proportional Representation in Metric Spaces and Low-Distortion Committee |
| authors | — |
| venue | AAAI 2024 |
| filed under | multiwinner · multiwinner |
| judged by | gpt-5.6-luna / xhigh (triple__luna__xhigh__c2r1) |
| judge confidence | high |
| authors would recognise it | yes |
Theorem 4.1
statement extracted from the paper’s text layer
Given candidates \(C\), committee size \(k\), \(\alpha > 1\), a finite set of complete voter types \(T\) with rational masses \(\mu\), and either full type-to-candidate distances or ordinal rankings together with compatible pseudometric distances, choose a committee \(R \subseteq C\) of size \(k\) such that for every integer \(j\) with \(j\alpha/k \le 1\) and every subdistribution \(\sigma \le \mu\) of mass at least \(j\alpha/k\), the weighted cost of the best \(j\) members of \(R\) for \(\sigma\) is at most \(\gamma(\alpha) = 1 + (7 + \sqrt{41})\alpha/(2(\alpha-1))\) times the weighted cost of the best \(j\) candidates in \(C\) for \(\sigma\); determine whether such an \(R\) exists, construct one, and study the optimum achievable factor.
A high-multiplicity committee-selection model with complete voter/cost types t, rational population mass μ_t, discrete committee decision R of size k, coalition submasses σ, and a weighted worst-coalition representation objective; in the ordinal version, rankings are input and the guarantee ranges over compatible pseudometrics.
The mirror is essentially a weighted high-multiplicity restatement of the finite theorem and introduces no new population-specific complexity or separation problem.
fatal: False
The mirror covers Theorem 4.1, its induced approximate-core guarantee in Corollary 4.4, and separately the weighted low-distortion rule of Corollary 4.5; it does not develop the one-voter proportional-fairness formulation, the n-dependent Theorem 4.2 bound, or the full-metric variant.
There is a credible continuous mirror here, strongest for the paper’s population-level proportional-representation guarantee. I would not claim that the paper supplies a complexity classification in the usual NP-hard/P sense: its named computational results are approximation guarantees and algorithms. But those results continuize naturally.
The right regime is a large electorate or population choosing a small committee of representatives or facilities. Let \(C\) be the finite candidate set and \(k\) the committee size. A voter type is a repeated location or cost profile: agents of type \(t\) have the same candidate distances and hence the same ranking \(\succ_t\). The society is a rational distribution \(\mu\) over the finite type set \(T\). For example, millions of residents may occupy a few hundred neighbourhood or ideological cells, all facing the same small slate of candidate facilities. Thus \(n\gg \tau\), while \(m,k,\tau\) remain moderate.
The continuous action is still a discrete committee \(R\subseteq C\), \(|R|=k\). Only the population is continuized. In the ordinal version, the algorithm sees \((T,\mu,\succ)\), not the distances. A latent pseudometric \(d\) on \(T\cup C\) is required to be consistent with the rankings, and the guarantee is required for every such \(d\). In the cardinal version, \(d\) is simply supplied as part of the type information.
My lead anchor is Theorem 4.1, proved in this paper:
The EXPANDING APPROVALS RULE outputs a committee that is \((\alpha,\gamma(\alpha))\)-proportionally representative for every \(\alpha>1\), where
\[ > \gamma(\alpha) > = > 1+\frac{7+\sqrt{41}}{2}\frac{\alpha}{\alpha-1}. > \]
The corresponding continuous problem is:
Continuum Proportional Representation (\(\mathrm{CPR}_\infty\)). An instance consists of \(C,k,\alpha\), a finite type set \(T\), a rational distribution \(\mu\), and rankings \(\succ_t\). Find a committee \(R\subseteq C\), \(|R|=k\), such that, for every compatible metric \(d\), every integer \(j\) with \(j\alpha/k\le1\), and every coalition subdistribution \(\sigma\) satisfying \(0\le\sigma_t\le\mu_t\) and \(\sum_t\sigma_t\ge j\alpha/k\),
\[ \sum_{t\in T}\sigma_t \min_{\substack{R'\subseteq R\\|R'|=j}} \sum_{r\in R'}d(t,r) \le \gamma(\alpha) \min_{\substack{C'\subseteq C\\|C'|=j}} \sum_{t\in T}\sigma_t\sum_{c\in C'}d(t,c). \]
A solution is one committee satisfying all these coalition and \(j\)-level constraints. Equivalently, one can ask for the committee minimizing the worst representation factor.
This is very close to the paper’s exact question. The paper’s \(|S|\ge j\alpha p\) becomes coalition mass at least \(j\alpha/k\); sums over voters become integrals or weighted sums; and the “best \(j\) representatives” condition is unchanged. Resource augmentation also survives honestly: \(\alpha>1\) means the guarantee is demanded only from coalitions larger than their nominal proportional share.
The continuous Expanding Approvals Rule maintains uncovered mass by type and candidate approval-pool mass. When a candidate’s pool reaches \(1/k\), it is selected and that mass is removed from the remaining pools. It never needs to expand the population into \(n\) named voters. For rational \(\mu\), choose \(n\) divisible by \(k\), create \(n\mu_t\) identical copies of each type, and apply the paper’s finite algorithm. The continuous formulation is therefore an exact high-multiplicity version, not merely an analogy. The aggregated implementation should be polynomial in \(m,\tau\), and the encoding length of \(\mu\).
I expect \(\mathrm{CPR}_\infty\) to be Class A for the guarantee version: the paper’s structural argument and the mass version of Expanding Approvals provide a direct algorithm. The exact optimum representation factor remains a worthwhile continuous-optimization question. In particular, one could ask for an efficient separation method for the worst coalition, improve the constant \(\gamma(\alpha)\), or determine whether the resource augmentation can approach \(\alpha=1\). Propositions 2.4 and 2.5, although not separate anchors here, suggest that the need for approximation and resource augmentation is not a finite-population artefact: rational bad instances can be replicated proportionally.
A second, cleaner anchor is Corollary 4.5, proved in this paper, though its majority-distortion step invokes Lemma 6 of Anshelevich et al. (2018). It states that a simple rule has metric distortion at most \(44\).
The corresponding problem is:
Continuum Ordinal Low-Distortion Winner (\(\mathrm{COLDW}_\infty\)). Given \(C,T,\mu\), and rankings \(\succ_t\), run the continuous Expanding Approvals Rule with \(k=2\) and quota \(1/2\), obtaining candidates \(a,b\). Return whichever of \(a,b\) is preferred by at least half the population, breaking ties deterministically. The required guarantee is that for every compatible metric \(d\),
\[ \sum_t\mu_t d(t,w) \le 44\min_{c\in C}\sum_t\mu_t d(t,c). \]
This is precisely the paper’s single-winner corollary with voter counts replaced by population mass. The majority argument and all metric-cost inequalities extend from sums to weighted sums. I expect this problem also to be Class A, with a constant-factor ordinal algorithm. The exact optimal distortion for a given distribution, and the best possible rule under the continuous model, are further questions.
I would not use Corollary 4.3 as a separate anchor. Its definition says that a coalition contains at least one suitably represented voter; under a continuum, “one voter” can have zero mass and becomes a poor population-level requirement. The integral coalition guarantees in Theorem 4.1 and Corollary 4.4 are much safer mirrors. Similarly, Theorem 4.2’s \(O(n/k)\) bound has no useful scale-free limit when \(n\) disappears, so I would not present it as a successful continuous result.
The main weakness is that the paper itself does not formulate the mass version, and its ordinal model hides the metric. A sceptic could argue that requiring one shared metric witness over voter types creates a new robust problem. The answer is that the construction can instead use repeated co-located metric types, making the high-multiplicity interpretation exact; and for rational distributions the finite theorem transfers by literal replication. The mirror therefore preserves the paper’s candidates, rankings, metric objective, coalitions, committees, and resource-augmentation tradeoff. It only replaces irrelevant voter identities by mass.
So the strongest positive case is narrow but solid: Theorem 4.1 yields a genuine continuous-population committee problem with a natural Class A algorithmic guarantee, and Corollary 4.5 yields a particularly transparent distributional voting mirror.
The strongest case against is that both anchors are computationally thin: they are weighted restatements of results whose proofs already treat voters symmetrically, rather than new continuous problems exposing a ChoCo-style complexity boundary.
For Theorem 4.1, the proposed type is initially too coarse. A ranking is not a complete type for a metric-cost objective: two voters with the same ranking can have different distances, and coalitions may distinguish them. Replacing them by one latent metric point changes the paper’s ordinal model. Repairing this requires making the type a full distance profile, or restricting attention to genuinely repeated locations.
That repair is coherent, but it removes the proposed novelty. Every inequality in Theorem 4.1 is homogeneous in voter multiplicities. For rational masses, multiplying by a common denominator produces exactly the finite instance; conversely, normalizing a finite instance gives the mass instance. Expanding Approvals then becomes the same threshold procedure with weighted counters. There is no new pricing problem, separation problem, or population-specific combinatorial phenomenon. The suggested optimization of the best \(\gamma\) would be a new problem, but it is not the theorem’s mirror and can equally be posed on weighted finite profiles.
The same objection is stronger for Corollary 4.5. With \(k=2\), the continuous rule merely replaces “at least half the voters” by “at least half the mass” and majority comparison by weighted majority. Its distortion proof is a linear rescaling of the finite proof. Since the output rule is already fixed, this does not create a new winner-robustness problem. Optimizing distortion over all rules or over compatible metrics could be interesting, but that is a broader ordinal-distortion programme, not a continuous consequence of this paper.
A genuinely continuous geographic model does not rescue the anchors cleanly. If the distribution has finite support, it is the same weighted high-multiplicity problem. If it has arbitrary continuous support, one must specify how the distribution, metric, and integration oracle are represented; that is a new metric-optimization model rather than a faithful mirror of the paper.
That is the best negative case, but it is not decisive. Repeated-location residents, neighbourhood cells, or ideological types are plainly sensible high-multiplicity populations; the objectives do not depend on individual identity; and the paper contains named algorithmic results, not merely axioms. Thus I cannot honestly support the universal claim that no worthwhile mirror exists. The proponent’s mirrors are low in new computational content, but both survive the programme’s admissibility test, especially Theorem 4.1.
The adversarial triple: the proponent anchors on up to three named results; the opponent sees that case and must defeat every anchor; the judge decides which case convinced it. These are the pipeline’s own outputs, generated by tools/triple_run.py — no human edited them. The paper’s own text is not reproduced here beyond the quoted statement above.