[EM] Deterministic tie-breaking in a simple Condorcet election.

robert bristow-johnson rbj at audioimagination.com
Mon Dec 20 06:42:47 PST 2021


This is not about cycles and how to resolve them.

I have noticed on the Dominion Democracy Suite software that they have several different RCV methods, unfortunately all are Hare RCV (or "IRV") but they do different things when there is a dead tie at some round and they have to decide which candidate is eliminated.

Let's say we have a pretty straight-forward Condorcet rule.  Something like:

______________________________________________

...

   (3) If no candidate receives a majority of first preferences, a Condorcet-consistent retabulation shall be performed by the presiding election officer. The retabulation shall examine every possible pairing of candidates. Given N as the number of candidates, then the number of possible pairings of candidates is N(N-1)/2. For each possible pairing of candidates, if the number of ballots marked ranking a selected candidate over the other candidate does not exceed the number of ballots marked to the contrary, then the selected candidate is designated as defeated. After all candidate pairs are examined, the candidate who remains not designated as defeated is the Condorcet winner and is elected.

   (4) If no Condorcet winner exists in step (3), then the candidate having the plurality of first preferences is elected.  If two or more candidates are tied with a plurality of first preferences, then the candidate among those tied having the plurality of second preferences is elected.

...
______________________________________________

In the language above, if two candidates are tied in a pairwise comparison, they are *both* marked as defeated and the plurality language in step (4) kicks in if the top two are tied.  I was wondering if a better tie breaker for a pair of candidates that otherwise beat every other candidate (except each other) would be to look at the *smallest* margin each candidate has with other candidates (the margin they have with each other is zero) and elect the candidate with the larger of the smallest margins.  If that ties, then go to the next smallest margin.

Using the most simple language that might have a prayer of getting into legislation, what might be the best way of dealing with dead ties?  Really, the only tie that matters is the one of the "top two" candidates (whatever "top two" means in the Condorcet universe)

--

r b-j . _ . _ . _ . _ rbj at audioimagination.com

"Imagination is more important than knowledge."

.
.
.


More information about the Election-Methods mailing list