Improved Condorcet Approval: Difference between revisions

m
imported>KVenzke
mNo edit summary
 
(19 intermediate revisions by 9 users not shown)
Line 1:
'''Improved Condorcet Approval''' or '''ICA''' or '''tCA''' is a variant of [[Condorcet//Approval]] devised by [[Kevin Venzke]] towhich satisfypreserves [[approval voting]]'s compliance with the [[Favorite Betrayal criterion|favorite betrayal criterion]]. It uses the [[tied at the top]] rule. It satisfies [[Condorcet criterion|majority-strength Condorcet]], but not the full [[Condorcet criterion]] which also requires relative-majority Condorcet.
 
==Definition==
#The voter submits a ranked ballot. She is permitted to give more than one candidate the same ranking, and is not obliged to rank every candidate.
#Identify all of the pairwise losses.
#Disregard any pairwise loss that can be reversed or turned into a pairwise tie if the voters ranking both candidates equal in first place (possibly with other candidates) are counted in favor of the pairwise loser.
#If any candidates do not have any pairwise loss, disqualify all the candidates who do have some pairwise loss.
#Elect the (non-disqualified) candidate approved by the greatest number of voters.
 
A more precise definition:
#The voter submits a ranked ballot, with equal-ranking and truncation permitted.
#A voter implicitlyis ''approves''deemed to have "approved" every candidate whom he explicitly ranks.
#Let v[a,b] signify the number of voters ranking candidate ''a'' above candidate ''b'', and let t[a,b] signify the number of voters ranking ''a'' and ''b'' equally at the top of the ranking (possibly tied with other candidates).
#Define a set ''S'' of candidates, which contains every candidate ''x'' for whom there is no other candidate ''y'' such that v[x,y]+t[x,y]<v[y,x].
#If ''S'' is empty, then let ''S'' contain all the candidates.
#Elect the candidate in ''S'' with the greatest approval.
 
In other words, every candidate ''a'' is disqualified who pairwise loses to some other candidate ''b'', and would still lose to ''b'' even when the voters supporting both equally as first preferences are counted in favor of ''a''. If everyone is disqualified, then no one is. Then the most approved candidate who isn't disqualified is elected.
 
==Comments==
'''ICA''' satisfies the [[Favorite Betrayal criterion|favorite betrayal criterion]] by treating voters ranking ''x'' and ''y'' equally at the top as attempting to create a pairwise tie between the two candidates. Then instead of looking first for a candidate with only pairwise wins (the [[Condorcet criterion|Condorcet winner]]), ICA selects as finalists every candidate with no pairwise losses.
 
Satisfying this criterion is desirable because it means that, unlike in ordinary [[Condorcet//Approval]], voters in an ICA election can always vote ''at least'' as sincerely as under [[Approval voting]] (by ranking some candidates equally at the top, and the other candidates not at all), without forfeiting a preferable outcome that might be obtained by voting less sincerely than this.
 
As a result of this tweaking, ICA does not strictly satisfy the [[Condorcet criterion]]. It is possible that the voted Condorcet winner could lose to another candidate, due to voters tying both candidates at the top, and the Condorcet winner having lower approval.
 
Here is an example. Suppose there are at least three candidates:
 
40 A>B
Line 24 ⟶ 31:
The [[Condorcet criterion|Condorcet winner]] is A, but ICA elects B. Both A and B make it into the set of finalists. The Condorcet winner is always a finalist, and B is a finalist because although A defeats B pairwise, A would not be able to do so if the 35 A=B voters were to side with B, so that this defeat isn't counted. Then B has greater approval than A and is elected.
 
In ordinary [[Condorcet//Approval]], A's win over B is counted. This creates problems with the "[[Favorite Betrayal criterion|favorite betrayal]]" criterion (or the [[Sincere Favorite criterion]]) since it could happen that the 35 A=B voters are preventing either A or B from being the decisive winner, and that in trying to support both equally, the win is instead moved to the approval winner, who might be someone worse. ThisHere neveris happensan under ICA.example:
 
20 A>B
When no voter uses equal ranking in the first position, ICA is equivalent to ordinary [[Condorcet//Approval]].
20 A=B
15 B>C
45 C
 
There is a [[Condorcet method|Condorcet cycle]], and ordinary [[Condorcet//Approval]] elects C as the approval winner. But if the 20 A=B voters change their vote to B>A, this turns B into the decisive, Condorcet winner, which is a result that these voters prefer.
==Variants==
===Variant: Defeat strength minimum===
It is possible to disregard defeats below a certain strength without harming the method's properties. This could be done if it were thought undesirable to find that the set ''S'' is empty, when one candidate would have made it into the set except for one very weak defeat.
 
This is problematic because it could be that the 20 A=B voters actually prefer A to B, so that if they can benefit from voting B>A, they have [[favorite betrayal]] incentive. If these voters don't believe that A is likely to win the election, anyway, they may vote B>A just to be cautious. This could cause A to lose an election solely because A's supporters didn't believe A could win it.
Define ''q'' to be the minimum percentage of the vote which must be on the winning side of a pairwise defeat in order for it to be counted. Let ''v'' signify the total number of voters. Then change step #4 above to:
 
Improved Condorcet Approval fixes this problem by anticipating the A=B voters' dilemma. In this scenario, ICA already elects B when the 20 voters vote A=B. A's pairwise win over B is disregarded, and B is considered the decisive winner.
:Define a set ''S'' of candidates, which contains every candidate ''x'' for whom there is no other candidate ''y'' such that v[x,y]+t[x,y]<v[y,x] ''and'' v[y,x]>''qv''.
 
When no voter uses equal ranking in the first position, ICA is equivalent to ordinary [[Condorcet//Approval]].
When ''q'' is set to 50%, then the method is equivalent to [[Majority Defeat Disqualification Approval]], and all values of t[a,b] (for any candidates ''a'' and ''b'') can be assumed to be zero without affecting the result.
 
==Variants==
===Variant: "Tied and approved" rather than "Tied at the top"===
The above definition defines t[a,b] to be the number of voters tying ''a'' and ''b'' in the top position. This is the most conservative change from [[Condorcet//Approval]], since it's only in this case that we can be sure the voter would like to do whatever is necessary to ensure that the winner is either ''a'' or ''b''.
 
However, it might be more intuitive, and preferred, if t[a,b] were defined rather as the number of voters ranking ''a'' equal to ''b'' and explicitly voting for both. This requires a simple change to step #3 onlyin the first definition.
 
For the second definition, replace step 3 with:
:Disregard any pairwise loss that can be reversed or turned into a pairwise tie if the voters approving both candidates and ranking them equal are counted in favor of the pairwise loser.
 
The definitions can only differ in practice when there are more than three candidates (unless it is allowed to approve all the candidates).
 
== Notes ==
As formulated, ICA fails [[Cloneproof|clone independence]] (though it is likely not too difficult to modify it to satisfy the criterion).{{Clarify|reason=How?|date=April 2024}} Example:<blockquote>3 A
 
1 B1>B2>B3
 
1 B2>B3>B1
 
1 B3>B1>B2</blockquote>B1, B2, and B3 all have a pairwise defeat (they are in a cycle with each other), so A is elected for being an unbeaten candidate. But if B2 and B3 drop out:<blockquote>3 A
 
3 B1</blockquote>Now both A and B1 pairwise tie, and thus each has a 50% chance of winning.
 
==Links==
*[http://lists.electorama.com/pipermail/election-methods-electorama.com/2005-May/081326.html First proposal on the EM list (May 18 2005)]
 
[[Category:Single-winner voting systemsmethods]]
[[Category:No-favorite-betrayal electoral systems]]