English

Online Proportional Apportionment

Computer Science and Game Theory 2025-10-17 v1 Data Structures and Algorithms Optimization and Control

Abstract

Traditionally, the problem of apportioning the seats of a legislative body has been viewed as a one-shot process with no dynamic considerations. While this approach is reasonable for some settings, dynamic aspects play an important role in many others. We initiate the study of apportionment problems in an online setting. Specifically, we introduce a framework for proportional apportionment with no information about the future. In this model, time is discrete and there are nn parties that receive a certain share of the votes at each time step. An online algorithm needs to irrevocably assign a prescribed number of seats at each time, ensuring that each party receives its fractional share rounded up or down, and that the cumulative number of seats allocated to each party remains close to its cumulative share up to that time. We study deterministic and randomized online apportionment methods. For deterministic methods, we construct a family of adversarial instances that yield a lower bound, linear in nn, on the worst-case deviation between the seats allocated to a party and its cumulative share. We show that this bound is best possible and is matched by a natural greedy method. As a consequence, a method guaranteeing that the cumulative number of seats assigned to each party up to any step equals its cumulative share rounded up or down (global quota) exists if and only if n3n\leq 3. Then, we turn to randomized allocations and show that, for n3n\leq 3, we can randomize over methods satisfying global quota with the additional guarantee that each party receives, in expectation, its proportional share in every step. Our proof is constructive: Any method satisfying these properties can be obtained from a flow on a recursively constructed network. We showcase the applicability of our results to obtain approximate solutions in the context of online dependent rounding procedures.

Keywords

Cite

@article{arxiv.2510.14752,
  title  = {Online Proportional Apportionment},
  author = {Javier Cembrano and Jose Correa and Svenja M. Griesbach and Victor Verdugo},
  journal= {arXiv preprint arXiv:2510.14752},
  year   = {2025}
}
R2 v1 2026-07-01T06:41:31.122Z