Lukas' Notes

Definition

Llull Rule ( COMSOC)

The Llull rule, named after Ramon Llull, is a voting rule awarding one point for each head-to-head contest an alternative wins or ties. For a profile of complete, strict rankings over , let be its pairwise support function. Then

Alternatives with the highest Llull score are Llull winners. A tied contest awards one point to each participant; a loss awards none. An alternative is not compared with itself.

Intuition

Compare an alternative with each opponent, then count how many contests it does not lose. A narrow victory and a large victory each contribute one point. Unlike Borda count, Llull counts favourable contest outcomes rather than summing the number of voters supporting the alternative across contests.

Condorcet Consistency

Suppose is the Condorcet winner. It defeats every opponent, while every other alternative loses at least its contest against :

Therefore is the unique Llull winner. The rule is Condorcet consistent, even though it can also return winners when no Condorcet winner exists.

Winner Determination

For voters and alternatives, store each alternative’s position in each ballot. For each of the pairs, inspect all voters to count who prefers which alternative. Award the points, then find the largest total. This takes time under unit-cost arithmetic and is polynomial.

Example

The same five-voter profile

Each row groups voters with the same complete ranking. The majority cycle shown below prevents a Condorcet winner, but Llull still returns a non-empty winner set.

Count one point per victory, not one point per supporting voter. There are no tied contests here because all five voters submit complete, strict rankings.

contestmajority winnervotes for winner–loserpoint awarded to
vs.
vs.
vs.
vs.
vs.
vs.

Thus

Hence . They are tied for the highest total, even though their contest against each other is not tied: defeats by .