Thiele's voting rules
Thiele's voting rules are rules for multiwinner voting. They allow voters to vote for individual candidates rather than parties, but still guarantee proportional representation. They were published by Thorvald Thiele in Danish in 1895, and translated to English by Svante Janson in 2016. They were used in Swedish parliamentary elections to distribute seats within parties, and are still used in city council elections.
Background
In multiwinner approval voting, each voter can vote for one or more candidates, and the goal is to select a fixed number k of winners. The question is how to determine the set of winners?- The simplest method is multiple non-transferable vote, in which the k candidates with the largest number of approvals are elected. But this method tends to select k candidates of the largest party, leaving the smaller parties with no representation at all.
- In the 19th century, there was much discussion regarding election systems that could guarantee proportional representation. One solution, advocated for example by D'Hondt in 1878, was to vote for party-lists rather than individual candidates. This solution is still very common today.
Thiele's rules for approval ballots
We denote the number of voters by n, the number of candidates by m, and the required number of committee members k. With approval ballots, each voter i has an approval set ''Ai, containing the subset of candidates that i'' approves. The goal is: given the sets Ai, select a subset W of winning candidates, such that |W|=k. This subset represents the elected committee.Thiele's rules are based on the concept of satisfaction function. It is a function f that maps the number of committee-members approved by a voter, to a numeric amount representing the satisfaction of this voter from the committee. So if voter i approves a set of candidates Ai, and the set of elected candidates is W, then the voter's satisfaction is. The goal of Thiele's methods is to find a committee W that maximizes the total satisfaction. The results obviously depend on the function f. Without loss of generality, we can normalize f such that f=0 and f=1. Thiele claims that the selection of f should depend on the purpose of the elections:
- For electing a government, all members have the same importance, so the identity function f=r for all r makes sense.
- For electing an investigation committee, it is important to have diversity, so he suggests f=ind, that is: f=1 if r≥1 and 0 otherwise.
- For electing a representative body, he suggests f=Harmonic = 1/1 + 1/2 +... + 1/r.
Optimization methods: find the committee that maximizes the total satisfaction.
- When f=r, Thiele's optimization method is equivalent to the method known as Block approval voting, which just picks the k candidates with the largest total number of votes; it is not proportional towards minority groups.
- When f=ind Thiele's optimization method is equivalent to the method known as the Chamberlin-Courant voting rule (CC), which aims to maximize the number of citizens who are represented by at least one committee member. It enhances diversity, but it is not proportional towards majority groups.
- When f=Harmonic, Thiele's optimization method is equivalent to Sequential proportional approval voting (SPAV), which was rediscovered by Forest Simmons in 2001. It is the only choice of f that guarantees justified representation.
Addition methods: Candidates are elected one by one; at each round, the elected candidate is one that maximizes the increase in the total satisfaction. This is equivalent to weighted voting where each voter i, with ri approved winners so far, has a weight of f-f.
- When f=r, the weight of voter i is always 1, regardless of the number of winners he approves so far. So the resulting rule is again approval voting.
- When f=Harmonic, the weight of voter i is 1/ri; the resulting method is often called Sequential PAV.
- When f=ind, the weight of voter i is 1 if he is not represented yet, and 0 if he is already represented. The resulting method is called Greedy Approval Voting or Greedy Chamberlin-Courant.
- When f=Harmonic, the resulting rule is equivalent to a rule called Harmonic Weighting, reinvented as a method for ordering alternatives for display for the electronic voting system LiquidFeedback.
Thiele's rules for ranked ballots
There is a ranked ballot version for Thiele's addition method. At each round, each voter i, with ri approved winners so far, has a voting weight of f-f. Each voter's weight is counted only for his top remaining candidate. The candidate with the highest total weight is elected.It was proposed in the Swedish parliament in 1912 and rejected; but was later adopted for elections inside city and county councils, and is still used for that purpose.
Properties
Homogeneity
For each possible ballot b, let vb be the number of voters who voted exactly b. Let pb be fraction of voters who voted exactly b. A voting method is called homogeneous if it depends only on the fractions pb. So if the numbers of votes are all multiplied by the same constant, the method returns the same outcome. Thiele's methods are homogeneous in that sense.Monotonicity
Thiele's addition method satisfies a property known as house monotonicity: when the number of committee members increases, all the previously elected members are still elected. This follows immediately from the method description. Thiele's elimination method is house-monotone too. But Thiele's optimization method generally violates house monotonicity, as noted by Thiele himself. In fact, Thiele's optimization method satisfies house-monotonicity only for the satisfaction function f=r. Here is an example:- Assume first that f<2. Suppose there are three candidates x,y,z and four citizens with approval sets xy, xz, y, z. When k=1, all committees,, have the same total satisfaction: 2f+2f = 2+0 = 2 so the committee is elected by tie-breaking; suppose is elected. Now suppose k increases to 2. The satisfaction of and of is f+2f+f = f+2; the satisfaction of is 4f = 4. If f<2, then is elected, which violates house-monotonicity.
- Assume next that f>2. Suppose there are three candidates x,y,z and two citizens with approval sets x and yz. When k=1, all committees,, have the same total satisfaction 1; suppose is elected. Now suppose k increases to 2. The satisfaction of and of is 2f = 2; the satisfaction of is f. If f>2, then is elected, which violates house-monotonicity.
- Therefore, f=2 must hold for house-monotonicity to hold. Using similar arguments, we can prove that f=r for all r.