Improved Condorcet Approval

Revision as of 14:39, 21 August 2005 by imported>KVenzke (→‎Comments)

Improved Condorcet Approval or ICA or tCA is a variant of Condorcet//Approval devised by Kevin Venzke to satisfy the Favorite Betrayal criterion. It uses the tied at the top rule.

Definition

  1. The voter submits a ranked ballot, with equal-ranking and truncation permitted.
  2. A voter implicitly approves every candidate whom he explicitly ranks.
  3. 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).
  4. 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].
  5. If S is empty, then let S contain all the candidates.
  6. 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 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 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:

40 A>B
35 A=B
25 B

The 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 (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. Here is an example:

25 A>B
20 A=B
15 B>C
40 C

There is a 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.

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.

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.

When no voter uses equal ranking in the first position, ICA is equivalent to ordinary Condorcet//Approval.

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.

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:

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 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.

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 change to step #3 only.

Links