Lukas' Notes

Definition

Kemeny Rule ( COMSOC)

The Kemeny rule is the voting rule selecting every alternative that appears first in at least one Kemeny consensus. For a profile over alternatives ,

These alternatives are the Kemeny winners. The optimisation concerns whole rankings; the rule returns their possible first alternatives. If several alternatives qualify, they are co-winners unless a further tie-break selects one.

Intuition

Compare a proposed collective ranking with every voter’s ranking using Kendall–tau distance, then add the distances. Minimise this total over all complete, strict rankings. Finally, collect the first alternatives of all minimising rankings—not just the first optimum found.

Condorcet Consistency

Condorcet consistency

If is the Condorcet winner of , every Kemeny consensus places first. Hence

so the rule is Condorcet consistent.

Move the Condorcet winner to the front

Let be a profile of complete, strict rankings over , and assume is a Condorcet winner. With denoting the pairwise support function,

For each opponent, a strict majority prefers to that opponent; the majority may differ between opponents.

(1) Construct a competing ranking

Suppose, for contradiction, that some Kemeny ranking does not place first. Write it as below and obtain by moving only to the front:

\begin{array}{r@{\quad}c@{\;}c@{\;}c@{\;}c@{\;}c@{\;}c@{\;}c} \succ' : & x & \succ' & a_1 & \succ' & \cdots & \succ' & a_s\\ \succ^* : & a_1 & \succ^* & \cdots & \succ^* & a_s & \succ^* & x \end{array} \;{\color{orange} \overset{\text{fixed for both}}{\boxed{ \begin{array}{c@{\;}c@{\;}c@{\;}c@{\;}c@{\;}c} \succ' & b_1 & \succ' & \cdots & \succ' & b_t\\ \succ^* & b_1 & \succ^* & \cdots & \succ^* & b_t \end{array} }}} \qquad s\geq1,\quad t\geq0.

The -list is empty when . This construction gives a complete, strict ranking ; we do not assume that it is a Kemeny ranking.

The voters stay fixed; only the proposal changes

The profile contains the voters’ submitted rankings. It is not the pair of proposals . The rankings and are candidate collective rankings, each evaluated against all the same voters:

Moving changes only the proposed group order, not any voter’s ballot. Consequently, and every count stay fixed throughout the proof. What changes is which of these voters disagree with the proposal.

(2) Separate changed and unchanged pairs

Exactly the pairs , for , reverse their order. Every other pair keeps its order and therefore its contribution to the Kemeny score. Let be the sum of these unchanged contributions, i.e.,

Since a proposal ordering above disagrees with precisely the voters who prefer to ,

Here counts voters who prefer to ; it does not count changes between the two proposed rankings. Thus an unchanged pair need not contribute zero to either score. If both proposals place above , its contributions are

Therefore is the common contribution to each score, not a contribution to their difference. Subtracting the scores cancels , leaving only the contributions from the reversed pairs . Unchanged means equal contributions, not zero contributions.

See exactly which contributions belong to Q

Take three voters with ballots

Compare the Kemeny proposals and : these are candidate collective rankings, not additional voters’ ballots. Each cell below shows the proposal’s order for one pair and the number of voters who disagree with it. The first proposal is not assumed optimal in this numerical illustration.

The third voter opposes both unchanged orders, so these pairs contribute , not zero, to each score. Only their contribution to the score difference is zero.

(3) Compare one reversed pair

Fix any . Since , the Condorcet assumption gives . Every voter ranks exactly one of above the other: completeness rules out incomparability, and strictness rules out ties. Hence

Combining the two bounds yields

(4) Sum the decreases

Subtracting the score expressions from step 2 gives

The last inequality holds because : the sum contains at least one term, and every term is positive. Thus

But is a Kemeny ranking, so its score is minimal among all complete, strict rankings, including :

This is a contradiction. Therefore every Kemeny ranking places first. At least one minimum exists because the set of rankings is finite and non-empty, so

Neutrality

Kemeny’s rule is neutral. Renaming alternatives by a permutation preserves which pairs two rankings disagree on. Thus every proposal retains its Kemeny score:

Renaming is a bijection on possible rankings, so it also renames exactly the minimisers. Writing for the set of Kemeny consensuses,

The second equality follows because renaming preserves positions: the first alternative is simply renamed too. An additional tie-breaking rule need not preserve neutrality.

Reinforcement

Kemeny’s consensus-ranking rule is reinforcing. Let again denote the set of optimal whole rankings. For two profiles over the same alternatives, merging the ballots adds each proposal’s scores:

Let be the minimum scores in the two profiles. A ranking optimal for both attains . Any other ranking exceeds at least one minimum and cannot compensate by going below the other. Hence

This establishes reinforcement for consensuses. It must not be conflated with reinforcement of the alternative-valued rule : two electorates can share a first-place candidate without sharing an optimal whole ranking. The argument above requires agreement on a ranking, not merely its first alternative.

Winner Determination

The decision problem asks whether a given alternative is first in some minimum-total-distance ranking of the submitted profile. Determining this is NP-hard.

For voters and alternatives, one proposed ranking can be scored by checking all pairs against every voter, using time under unit-cost arithmetic. The difficulty is finding a globally optimal ranking, not evaluating one proposal. Exhaustively checking all rankings is one possible approach, but its running time alone is not a proof of NP-nardness.