Electoral system
Voting systems are methods (algorithms) for groups of people to select one or more options from many, taking into account the individual preferences of the group members. Voting is often seen as the defining feature of democracy, and is best known for its use in elections — but it can also be used to award prizes, to select between different plans of action, or as a means for computer programs to evaluate which solution is best for a complex problem.
A key property of voting systems is that, because they are algorithms, they must be formally defined. Consensus, for example, which is sometimes put forward as a voting system, is more properly a broad way of working with others, analogous to democracy or anarchy (See consensus decision making for disciplined consensus methods and how they relate to voting).
Aspects of voting systems
The ballot
Different voting systems have different forms for allowing the individual to express their tolerances or preferences. In ranked ballot or "preference" voting systems, like Instant-runoff voting, the Borda count, or a Condorcet method, voters order the list of options from most to least preferred. In range voting, voters rate each option separately. In first-past-the-post (as known as plurality voting), voters select only one option, while in approval voting, they can select as many as they want. In voting systems that allow "plumping", like cumulative voting, voters may vote for the same candidate multiple times. In Average rule voting system voters may propose as many ballots as they want, define their own poll option in a proposed ballot and also they may select as many poll options as they want and rank them using range voting.
District (constituency) size
A voting system may select only one option (usually a candidate, but also an option that represents a decision), in which case it is called a "single winner system", or it may select multiple options , for example candidates to fill an assembly or alternative possible decisions on the measure the ballot posed.
Some countries, like Israel, fill their entire parliament using a single multiple-winner district (constituency), while others, like Ireland or Belgium, break up their national elections into smaller, multiple-winner districts, and yet others, like the United States or the United Kingdom, hold only single-winner elections. Some systems, like the Additional member system, embed smaller districts within larger ones.
Party-list systems
In party-list proportional representation systems, candidates can be aligned with, or nominated by, parties, and the party's list of candidates plays a functional role within the system. These parties may in turn be aligned with other parties, to form coalitions, which can play roles beyond those played by the party. These systems are designed to ensure proportional representation, the idea that the candidates selected from a given party (or, in non-party-list systems, informal grouping) should be in proportion to the votes cast for that party. Some of these systems, however, have election thresholds--minimum numbers of votes cast for a party to win any seats. The purpose of an election threshold is generally to keep very small parties from participating in a parliament, in order to maintain stability of governments.
None of the above option
In some voting systems, voters may choose to select none of the candidates (or poll options), by voting for a "None of the above" option. If this option wins, the election fails, all candidates or poll options are excluded from a subsequent election.
Write-in candidate - poll option
Some elections allow voters to write in the name of a person (or of the poll option) not on the ballot as their candidate (or as a poll option). Write-in candidates (poll options) rarely win and votes are often cast for ineligible people or fictional characters. Some locations require write-in candidates to be registered as candidates before the election. This happens because write-in poll option or candidates are not visible to other voters. This does not happens of course in case of an e-voting system, where new write-in poll options or candidates can be visible when the election take place.
Criteria in evaluating voting systems
Various criteria are used in evaluating voting systems. However, it is impossible for one voting system to pass all criteria in common use. For example, Arrow's impossibility theorem demonstrates that the following criteria are mutually contradictory:
- The voting system should always give a result
- If a voter improves the ranking of a particular option, that option should not be disadvantaged (monotonicity criterion)
- Removing a candidate should not change the winner of an election unless that candidate is the winner (independence of irrelevant alternatives)
- Every possible outcome should be achievable
- Non-dictatorship (i.e. more than one person's vote matters)
Other criteria which have been used to judge voting systems include:
- Proportionality
- Simplicity - speed
- Resistance to strategy
- Reduction of potential for dispute after the fact
- Reduction of potential for fraud
- Monotonicity criterion (MC)
- Condorcet Criterion (CC)
- Generalized Condorcet criterion (GCC)
- Strategy-Free criterion (SFC)
- Generalized Strategy-Free criterion (GSFC)
- Strong Defensive Strategy criterion (SDSC)
- Weak Defensive Strategy criterion (WDSC)
- Favorite Betrayal criterion (FBC)
- Participation criterion (PC)
- Summability criterion (SC)
|
|
|
|
|
|
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Condorcet | X | X | X | X | X | X | X | - | - | X | ||||||||||||||||||||||||||||||||||||||||
Approval | X | - | - | - | - | - | X | X | X | X | ||||||||||||||||||||||||||||||||||||||||
Cardinal | X | - | - | - | - | - | X | X | X | X | ||||||||||||||||||||||||||||||||||||||||
Plurality | X | - | - | - | - | - | - | - | X | X | ||||||||||||||||||||||||||||||||||||||||
Borda | X | - | - | - | - | - | - | - | X | X | ||||||||||||||||||||||||||||||||||||||||
IRV | - | - | - | - | - | - | - | - | - | - |
Voting systems can be abstracted as mathematical functions that select between choices based on the utility of each option for each voter. This greatly resembles a social welfare function as studied in welfare economics and many of the same considerations can be studied. For aspects such as simplicity, dispute, and fraud, the practical implementation is far more important than the abstract function. However, the choice of abstract function puts some constraints on the implementation. For instance, certain voting systems such as First Past the Post, Condorcet, or Borda Count can be tallied in one distributed step, others such as Instant-Runoff require centralization, and others such as multi-round runoff require multiple polling rounds.
List of systems
Single Winner Systems
Single Winner systems can be classified by ballot type:
- Yes/No voting A valid vote can only give a yes or no to a given candidate.
- Ranked voting A valid vote can rank candidates 1,2,3... (Tied rankings are permitted in some methods but not others)
- Rated voting A valid vote allows independent numerical values to be associated with each candidate. (The set of valid values is limited.)
They can also be classified on how many times votes can be counted. Methods like Plurality, Borda, and Approval with single counting rounds are simpler since voters can be sure to know how their votes will be applied.
Yes/No voting methods
- First-past-the-post (also called Plurality or Relative Majority or Winner-Take-All) - vote for at most one candidate. Most votes wins, even if this is less than 51%.
- Runoff systems
- Runoff voting - Two Round System - if no majority, hold a new election with only the top two candidates. This system is used for most single-winner elections in France.
- Elimination runoff - if no majority, hold a new election with the weakest candidate eliminated. Repeat until there is a majoirty.
- Exhaustive runoff - no eliminations, repeat balloting until there is a majority. Common in committees.
- Approval voting (AV) - Voters may vote yes or no on each candidate. Candidate with most yes votes wins. Sometimes considered a version of Cardinal Rankings (see below) with a point range of [0,1]
- Random ballot - May also be used for multiwinner elections, or as a tiebreaker for other methods
Ranked Voting methods
- Tied rankings not permitted
- Instant Runoff Voting (IRV, a.k.a. Alternative Vote or 'preference voting')
- (Supplementary Vote - Simplified IRV process (2 rankings, 2 rounds)
- Borda count - single round count, more points for higher-ranked
- Coombs' method - disapproval runoff
- Instant Runoff Voting (IRV, a.k.a. Alternative Vote or 'preference voting')
- Tied rankings permitted
- Condorcet method, actually several families of systems that satisfy Condorcet's criterion:
- Ranked Pairs (RP) and variants such as Maximize Affirmed Majorities and Maximum Majority Voting
- Cloneproof Schwartz Sequential Dropping (CSSD), which is also known as "Beatpath Method" or "Schulze Method"
- Copeland's method
- Other names for Condorcet Compliant methods:
- VOTE-123 - Another name for Condorcet methods, stands for Virtual One-on-one Tournament Elections using 1st, 2nd, & 3rd choices
- Majority voting or Maximum Majority voting- another term often used for Condorcet methods
- Bucklin voting - approval runoff. Voters vote for more candidates each round until a candidate reaches a majority.
- Condorcet method, actually several families of systems that satisfy Condorcet's criterion:
Rated Voting methods
- Cardinal Ratings (CR) (Also called Range voting) - voters give whole number points (example 1-10) to each candidate, totaled in single round
- Majority Choice Approval (MCA) - like Approval but with range [0,2] and multiple counting rounds.
- Rated Ballots may also be used for ranked voting methods, in cases where tied rankings are allowed.
Single Winner Variations
- Automatic Equal Ranking Line Option (AERLO)
- A voter may mark a line in his/her ranking, meaning that if no one above that line wins, then that voter wants to promote to 1st place all of his/her above-line candidates and have a recount. (In pairwise-count methods the promotion only takes place if, additionally, there's a circular tie containing above-line and below-line candidates).
- Automatic Truncation Line Option (ATLO)
- A voter may mark a line in his/her ranking, meaning that if no one above the line wins, then that voter wants to drop from his/her ranking all of his/her below-line candidates and have a recount. (In pairwise-count methods the dropping only takes place if, additionally, there's a circular tie containing above-line and below-line candidates).
Multiple Winner Systems
- Multiple Winner Systems (not party-list)
- Plurality/majority
- Block voting - Also called Plurality-at-large
- Semiproportional
- Plurality/majority
- Party-list proportional representation. Allocation methods:
- Mixed Systems
- Additional Member System (also called Mixed Member Proportional)
- Parallel voting (also called Supplementary Member system)
- Time concatenation Systems
Criteria for evaluating election methods
- Favorite Betrayal Criterion (FBC)
- a voter should never have to vote a less favored candidate over their favorite
Some would argue that if a voter is not too narrow-minded and understands overall trends and the dynamics of calculating votes, then this criterion should be ignored. Others might consider this cheating.
- Strategy Free Criterion (SFC)
- a voter should be able to achieve optimal results by voting their sincere preferences
- Strong Defensive Strategy Criterion (SDSC)
- when one faction attempts to use offensive strategy to distort the results, there should be a strategy available for other factions to use to preserve the majority winner
- Related terms:
- Generalized Strategy-Free Criterion (GSFC)
- Weak Defensive Strategy Criterion (WDSC) :
Related terminology
- voting strategy
- Any way of voting, when it's discussed in terms of its possible or intended affect on the outcome.
- strategic or tactical voting
- When a voter self-consciously marks a ballot in a manner different than their actual preferences, in the hope of optimizing the outcome.
Famous theoreticians of voting systems
- Andrew Inglis Clark (promoted the use of STV in Tasmania)
- Jean-Charles de Borda (devised the Borda count)
- Marquis de Condorcet (devised Condorcet's method)
- Maurice Duverger (observed effects of proportional vs. majoritarian systems)
- Thomas Hare (devised STV a.k.a. the Hare Method)
- Victor d'Hondt (devised a method of seat allocation under proportional representation)
- Kenneth Arrow (mathematically demonstrated the limitations of voting systems)
See also
- List of democracy and elections-related topics
- Average rule
- Consensus
- Democracy
- Disapproval voting (anyone not disapproved, effectively wins - this method is more associated with reality game shows than with public elections)
- Duverger's law
- Electoral reform
- Grassroots democracy
- Politics
- Political scientists
- Representative democracy
- Seniomeritocracy
- Spoiler effect
- Table of voting systems by nation
- Tactical voting
- Party system
- Vote counting systems
- Electoral Systems: A Comparative Introduction ISBN 0333801628
External links
- It's Time for a Change
- Administration and Costs of Elections Project documents on electoral systems
- The history of voting
- Center for Voting and Democracy
- Voting Tasks and Voting Systems @AccurateDemocracy]
- election simulation software - try diferent voting systems interactively
- ODP category on voting systems
- Election Methods Education and Research Group
- defensive strategy criteria page
- Condorcet.org definitions
- Preferential Voting FAQ (see glossary at the end)
- Emocracy Emocratic Elections Investigation
- James Green-Armytage's voting methods page Includes a helpful in-depth tutorial
- A New Monotonic and Clone-Independent Single-Winner Election Method (PDF) by Markus Schulze (from GNU archive)
- election games:try diferent systems interactively
- A New Monotonic and Clone-Independent Single-Winner Election Method (PDF) by Markus Schulze (from New Zealand)
- A different way to vote by AugustinMa. Of interest is the modified version of the popular phpBB bulletin board that can be found here. The board allows the users to create plurality, approval and condorcet (Cloneproof Schwartz Sequential Dropping) polls and cast their ballots.