Condorcet Method

Published by Mario Oettler on

In this method, a candidate wins the election if he wins every head-to-head election against all other candidates.

Example

PreferenceAABBCC
PreferenceBCACAB
PreferenceCBCABA
Number of persons with this preference order605253

Here, not only the highest (1.) preference is important but also all other preferences.

  • A is preferred over B in 11 cases. B is preferred over A in 10 cases: A wins against B.
  • A is preferred over C in 11 cases. C is preferred over A in 10 cases. A wins against C.
  • B is preferred over C in 13 cases. C is preferred over B in 8 cases. B wins against C.

Hence, A is preferred to B is preferred to C

Condorcet Paradox

The problem with this method is that if the preferences are cyclic, the result can be ambiguous. The table shows the preferences for three candidates A, B, and C.

PreferenceABC
PreferenceBCA
PreferenceCAB
Number of persons with this preference order111
  • A > B: 2:1
  • B > C: 2:1
  • C > A: 2:1

Hence, A > B > C > A. But this is not possible.

This is called the Condorcet paradox.

Categories:

if()