Maximal lotteries

From Wikipedia, the free encyclopedia
(Redirected from Bipartisan set)
Jump to navigation Jump to search

Maximal lotteries are a probabilistic voting rule that use ranked ballots and returns a lottery over candidates that a majority of voters will prefer, on average, to any other.[1] In other words, in a series of repeated head-to-head matchups, voters will (on average) prefer the results of a maximal lottery to the results produced by any other voting rule.

Maximal lotteries satisfy a wide range of desirable properties: they elect the Condorcet winner with probability 1 if it exists[1] and never elect candidates outside the Smith set.[1] Moreover, they satisfy reinforcement,[2] participation,[3] and independence of clones.[2] The probabilistic voting rule that returns all maximal lotteries is the only rule satisfying reinforcement, Condorcet-consistency, and independence of clones.[2] The social welfare function that top-ranks maximal lotteries has been uniquely characterized using Arrow's independence of irrelevant alternatives and Pareto efficiency.[4]

Maximal lotteries do not satisfy the standard notion of strategyproofness, as Allan Gibbard has shown that only random dictatorships can satisfy strategyproofness and ex post efficiency.[5] Maximal lotteries are also nonmonotonic in probabilities, i.e. it is possible that the probability of an alternative decreases when a voter ranks this alternative up.[1] However, they satisfy relative monotonicity, i.e., the probability of x relative to that of y does not decrease when x is improved over y.[6]

The support of maximal lotteries, which is known as the essential set or the bipartisan set, has been studied in detail.[7][8][9][10]

History

[edit | edit source]

Maximal lotteries were first proposed by the French mathematician and social scientist Germain Kreweras in 1965[11] and popularized by Peter Fishburn.[1] Since then, they have been rediscovered multiple times by economists,[8] mathematicians,[1][12] political scientists, philosophers,[13] and computer scientists.[14]

Several natural dynamics that converge to maximal lotteries have been observed in biology, physics, chemistry, and machine learning.[15][16][17]

Collective preferences over lotteries

[edit | edit source]

The input to this voting system consists of the agents' ordinal preferences over outcomes (not lotteries over alternatives), but a relation on the set of lotteries can be constructed in the following way: if p and q are lotteries over alternatives, pq if the expected value of the margin of victory of an outcome selected with distribution p in a head-to-head vote against an outcome selected with distribution q is positive. In other words, pq if it is more likely that a randomly selected voter will prefer the alternatives sampled from p to the alternative sampled from q than vice versa.[4] While this relation is not necessarily transitive, it does always admit at least one maximal element.

It is possible that several such maximal lotteries exist, as a result of ties. However, the maximal lottery is unique whenever the number of voters is odd.[18] By the same argument, the bipartisan set is uniquely defined by taking the support of the unique maximal lottery that solves a tournament game.[8]

Strategic interpretation

[edit | edit source]

Maximal lotteries are equivalent to mixed maximin strategies (or Nash equilibria) of the symmetric zero-sum game given by the pairwise majority margins. As such, they have a natural interpretation in terms of electoral competition between two political parties[19] and can be computed in polynomial time via linear programming.

Example

[edit | edit source]

Suppose there are five voters who have the following preferences over three alternatives:

  • 2 voters: abc
  • 2 voters: bca
  • 1 voter: cab

The pairwise preferences of the voters can be represented in the following skew-symmetric matrix, where the entry for row x and column y denotes the number of voters who prefer x to y minus the number of voters who prefer y to x.

abcabc(011103130)

This matrix can be interpreted as a zero-sum game and admits a unique Nash equilibrium (or minimax strategy) p where p(a)=3/5, p(b)=1/5, p(c)=1/5. By definition, this is also the unique maximal lottery of the preference profile above. The example was carefully chosen not to have a Condorcet winner. Many preference profiles admit a Condorcet winner, in which case the unique maximal lottery will assign probability 1 to the Condorcet winner. If the last voter in the example above swaps alternatives a and c in his preference relation, a becomes the Condorcet winner and will be selected with probability 1.

References

[edit | edit source]
  1. ^ a b c d e f Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ a b c F. Brandl, F. Brandt, and H. G. Seedig. Consistent probabilistic social choice. Econometrica. 84(5), pages 1839-1880, 2016.
  3. ^ F. Brandl, F. Brandt, and J. Hofbauer. Welfare Maximization Entices Participation. Games and Economic Behavior. 14, pages 308-314, 2019.
  4. ^ a b F. Brandl and F. Brandt. Arrovian Aggregation of Convex Preferences. Econometrica. 88(2), pages 799-844, 2020.
  5. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  6. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  7. ^ B. Dutta and J.-F. Laslier. Comparison functions and choice correspondences. Social Choice and Welfare, 16: 513–532, 1999.
  8. ^ a b c G. Laffond, J.-F. Laslier, and M. Le Breton. The bipartisan set of a tournament game. Games and Economic Behavior, 5(1):182–201, 1993.
  9. ^ Laslier, J.-F. Tournament solutions and majority voting Springer-Verlag, 1997.
  10. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  11. ^ G. Kreweras. Aggregation of preference orderings. In Mathematics and Social Sciences I: Proceedings of the seminars of Menthon-Saint-Bernard, France (1–27 July 1960) and of Gösing, Austria (3–27 July 1962), pages 73–79, 1965.
  12. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  13. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  14. ^ R. L. Rivest and E. Shen. An optimal single-winner preferential voting system based on game theory. In Proceedings of 3rd International Workshop on Computational Social Choice, pages 399–410, 2010.
  15. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  16. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  17. ^ F. Brandl and F. Brandt. A Natural Adaptive Process for Collective Decision-Making. Theoretical Economics 19(2): 667–703, 2024.
  18. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  19. ^ Laslier, J.-F. Interpretation of electoral mixed strategies. Social Choice and Welfare 17: pages 283–292, 2000.
[edit | edit source]
  • voting.ml (website for computing maximal lotteries)