Harman Patil (Editor)

Proportional approval voting

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Proportional approval voting (PAV) is an extension of approval voting to multiple-winner elections. It applies proportional representation principles with a ballot which is no more complicated than ballots for the plurality voting method. It allows each voter to vote for as many or as few candidates as they choose. The voting system was invented by Thorvald N. Thiele. It was rediscovered by Forest Simmons in 2001, who coined the name "proportional approval voting".

Contents

Description

PAV works by looking at how "satisfied" each voter is with each potential result or outcome of the election. The calculated satisfaction with any particular result for an individual voter is a function of how many of the elected candidates the individual originally voted for. Under PAV, to calculate the satisfaction of an individual, only the elected candidates that the individual voted for are counted - the unsuccessful candidates that they voted for, as well as the elected candidates that they did not vote for are not taken into account. Assuming that an individual voted for n candidates that were successful, their satisfaction would be calculated using the formula

1 + 1 2 + 1 3 + + 1 n

Summing the satisfaction across all voters with any potential result gives the population's total satisfaction with that result. The total satisfaction is calculated for every possible set of candidates, and the set of candidates with the highest total satisfaction is deemed to be the winning set.

In an election with only one winner, PAV operates in exactly the same way as normal approval voting. If on the other hand, each voter voted exclusively for all of the candidates within a single party, PAV would function in the same way as the D'Hondt method of party-list proportional representation.

Counting the votes in PAV is NP-hard, making it a very computationally demanding voting method as the number of candidates and seats increase. If there were c candidates and s seats, then there would be

c ! s ! ( c s ) !

combinations of candidates to compare with each election, for example if there were 24 candidates for 4 seats, there would be 10,626 combinations to calculate total satisfaction for. An election requiring this many calculations would necessitate vote counting by computer.

Example

2 seats to be filled, four candidates: Andrea (A), Brad (B), Carter (C), and Delilah (D), and 30 voters. The ballots are:

  • 5: AB
  • 17: AC
  • 8: D
  • There are 6 possible results: AB, AC, AD, BC, BD, and CD.

    Andrea and Carter are elected.

    References

    Proportional approval voting Wikipedia