Dictatorship mechanism

From Wikipedia, the free encyclopedia
(Redirected from Non-dictatorship)

In social choice theory, a dictatorship mechanism is a rule by which, among all possible alternatives, the results of voting mirror a single pre-determined person's preferences, without consideration of the other voters. Dictatorship by itself is not considered a good mechanism in practice, but it is theoretically important: by Arrow's impossibility theorem, when there are at least three alternatives, dictatorship is the only ranked voting electoral system that satisfies unrestricted domain, Pareto efficiency, and independence of irrelevant alternatives. Similarly, by Gibbard's theorem, when there are at least three alternatives, dictatorship is the only strategyproof rule.

Non-dictatorship is a property of more common voting rules, in which the results are influenced by the preferences of all individuals. This property is satisfied if there is no single voter i with the individual preference order P, such that P is always the societal ("winning") preference order. In other words, the preferences of individual i should not always prevail. Anonymous voting systems (with at least two voters) automatically satisfy the non-dictatorship property.

The dictatorship rule has variants that are useful in practice: serial dictatorship, random dictatorship, and random serial dictatorship (see below).

Formal definition[edit]

Non-dictatorship is one of the necessary conditions in Arrow's impossibility theorem.[1] In Social Choice and Individual Values, Kenneth Arrow defines non-dictatorship as:

There is no voter i in {1, ..., n} such that, for every set of orderings in the domain of the constitution, and every pair of social states x and y, x y implies x P y.

Naturally, dictatorship is a rule that does not satisfy non-dictatorship.

Serial dictatorship[edit]

A dictatorship mechanism is well-defined only when the dictator has a single best-preferred option. When the dictator is indifferent between two or more best-preferred options, it is possible to choose one of them arbitrarily/randomly, but this will not be Pareto efficient. A more efficient solution is to appoint a second dictator, who has a right to choose, from among all the first dictator's best options, the one that they most prefer. If the second dictator is also indifferent between two or more options, then a third dictator chooses among them, and so on. This rule is called serial dictatorship.[2]: 6  Another name for it is priority mechanism.

The priority mechanism is often used in problems of house allocation. For example, when allocating dormitory rooms to students, it is common to order the students by a pre-specified priority order (e.g. by age, grades, distance, etc.), and let each of them in turn choose their most preferred rooms from the available ones.

Random dictatorship and random serial dictatorship[edit]

The dictatorship rule is obviously unfair, but it has a variant that is fair in expectation. In the random dictatorship (RD) rule, one of the voters is selected uniformly at random, and the alternative most preferred by that voter is selected. This is one of the common rules for random social choice. When used in multi-constituency bodies, it is sometimes called random ballot.

Similarly to dictatorship, random dictatorship too should handle the possibility of indifferences; the common solution is to extend it to random serial dictatorship (RSD),[2]: 6  also called random priority. In this mechanism, a random permutation of the voters is selected, and each voter in turn narrows the existing alternatives to the ones they most prefer, from the ones still available. It is a common mechanism in allocating indivisible objects among agents; see random priority item allocation.

Properties[edit]

Allan Gibbard proved the random dictatorship theorem.[3] It says that, when preferences are strict, RD is the only rule that satisfies the following three properties:

  • Anonymity: the lottery does not discriminate in advance between different voters.
  • Strong SD-strategyproofness: every false report by an agent results in an outcome that is weakly stochastically dominated.
  • Ex-post Pareto efficiency: the outcome is Pareto-efficient.
    • In fact, with strict preferences, RD satisfies a stronger efficiency property called SD-efficiency: the resulting lottery is not stochastically dominated. With weak preferences, RSD satisfies ex-post efficiency, but violates SD-efficiency.
    • Even with strict preferences, RD violates the stronger property called PC-efficiency: the resulting lottery might be dominated in the sense of pairwise-comparisons (for each agent, the probability that another lottery yields a better alternative than the RD lottery is larger than the other way around).

RD also satisfies a property called agenda consistency. It is the only rule satisfying the following properties:[4]

  • Strong contraction consistency ("regularity"): probabilities cannot decrease when removing arbitrary alternatives.
  • Ex-post efficiency.
  • A probabilistic version of Independence of irrelevant alternatives.

Subsequent research have provided alternative proofs, as well as various extensions.[2]: 15  One impossibility result relates to extending the theorem to weak preferences. It says that, with weak preferences, the properties of anonymity, SD-efficiency and SD-strategyproofness are incompatible when there are at least 4 agents and 4 alternatives. The proof was derived using an SMT solver and verified by an interactive theorem prover Isabelle/HOL.[5]

RD satisfies an axiom called population consistency, and an axiom called cloning-consistency, but violates composition consistency.

Computation[edit]

It is easy to implement both the RD and the RSD mechanisms in practice: just pick a random voter, or a random permutation, and let each dictator in turn pick the best option. However, sometimes one wants to compute in advance, what is the probability that a certain alternative would be chosen. With RD (when the preferences are strict), this is easy too: the probability that alternative x is chosen equals the number of voters who rank x first, divided by the total number of voters. But the situation is different with RSD (when there are indifferences):

  • Computing the probabilities is #P-hard;[6]
  • There is an efficient algorithm for computing the support (the alternatives chosen with a positive probability);[6]
  • There are algorithms with tractable parameterized complexity, where the parameters are: number of objects, number of alternatives, and number of voter types.[7]
  • There is an exponential-time algorithm for computing the probabilities in the context of fractional approval voting.[8]: Appendix 

References[edit]

  1. ^ Game Theory Second Edition Guillermo Owen Ch 6 pp124-5 Axiom 5 Academic Press, 1982 ISBN 0-12-531150-8
  2. ^ a b c Felix Brandt (2017-10-26). "Probabilistic Social Choice". In Endriss, Ulle (ed.). Trends in Computational Social Choice. Lulu.com. ISBN 978-1-326-91209-3.
  3. ^ Gibbard, Allan (1977). "Manipulation of Schemes that Mix Voting with Chance". Econometrica. 45 (3): 665–681. doi:10.2307/1911681. hdl:10419/220534. ISSN 0012-9682. JSTOR 1911681.
  4. ^ Pattanaik, Prasanta K.; Peleg, Bezalel (1986). "Distribution of Power under Stochastic Social Choice Rules". Econometrica. 54 (4): 909–921. doi:10.2307/1912843. ISSN 0012-9682. JSTOR 1912843.
  5. ^ Brandl, Florian; Brandt, Felix; Eberl, Manuel; Geist, Christian (2018-01-31). "Proving the Incompatibility of Efficiency and Strategyproofness via SMT Solving". Journal of the ACM. 65 (2): 6:1–6:28. arXiv:1604.05692. doi:10.1145/3125642. ISSN 0004-5411. S2CID 1135734.
  6. ^ a b Aziz, Haris; Brandt, Felix; Brill, Markus (2013-12-01). "The computational complexity of random serial dictatorship". Economics Letters. 121 (3): 341–345. arXiv:1304.3169. doi:10.1016/j.econlet.2013.09.006. ISSN 0165-1765. S2CID 14384249.
  7. ^ Aziz, Haris; Mestre, Julián (2014-11-01). "Parametrized algorithms for random serial dictatorship". Mathematical Social Sciences. 72: 1–6. arXiv:1403.0974. doi:10.1016/j.mathsocsci.2014.07.002. ISSN 0165-4896. S2CID 6719832.
  8. ^ Bogomolnaia, Anna; Moulin, Hervé; Stong, Richard (2005-06-01). "Collective choice under dichotomous preferences". Journal of Economic Theory. 122 (2): 165–184. doi:10.1016/j.jet.2004.05.005. ISSN 0022-0531.