Suppose there are five voters who have the following preferences over three alternatives: • 2 voters: a\succ b\succ c • 2 voters: b\succ c\succ a • 1 voter: c\succ a\succ b The pairwise preferences of the voters can be represented in the following
skew-symmetric matrix, where the entry for row x and column y denotes the number of voters who prefer x to y minus the number of voters who prefer y to x. \begin{matrix} \begin{matrix} & & a\quad & b\quad & c\quad \\ \end{matrix} \\ \begin{matrix} a\\ b\\ c\\ \end{matrix} \begin{pmatrix} 0 & 1 & -1\\ -1 & 0 & 3\\ 1 & -3 & 0\\ \end{pmatrix} \end{matrix} This matrix can be interpreted as a
zero-sum game and admits a unique
Nash equilibrium (or
minimax strategy) p where p(a)=3/5, p(b)=1/5, p(c)=1/5. By definition, this is also the unique maximal lottery of the preference profile above. The example was carefully chosen not to have a
Condorcet winner. Many preference profiles admit a Condorcet winner, in which case the unique maximal lottery will assign probability 1 to the Condorcet winner. If the last voter in the example above swaps alternatives a and c in his preference relation, a becomes the Condorcet winner and will be selected with probability 1. == References ==