Smith set

In voting systems, the Smith set, named after John H. Smith, but also known as the top cycle, or as GETCHA, is the smallest non-empty set of candidates in a particular election such that each member defeats every other candidate outside the set in a pairwise election. The Smith set provides one standard of optimal choice for an election outcome. Voting systems that always elect a candidate from the Smith set pass the Smith criterion and are said to be "Smith-efficient".

A set of candidates where every member of the set pairwise defeats every member outside of the set is known as a dominating set.

Properties

Schwartz set comparison

The Schwartz set is closely related to and is always a subset of the Smith set. The Smith set is larger if and only if a candidate in the Schwartz set has a pair-wise tie with a candidate that is not in the Schwartz set.

The Smith set can be constructed from the Schwartz set by repeatedly adding two types of candidates until no more such candidates exist outside the set:

Note that candidates of the second type can only exist after candidates of the first type have been added.

Alternative formulation

Any binary relation on a set can generate a natural partial order on the -cycle equivalence classes of set , so that implies .

When is the Beats-or-Ties binary relation on the set of candidates defined by Beats-or-Ties if and only if pairwise defeats or ties then the resulting partial order is the beat-or-tie order which is a total order. The Smith set is the maximal element of the beat-or-tie order.

Algorithms

The Smith set can be calculated with the Floyd–Warshall algorithm in time Θ. It can also be calculated using a version of Kosaraju's algorithm or Tarjan's algorithm in time Θ.

See also

References

External links

This article is issued from Wikipedia - version of the 10/19/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.