Jump to content

Tournament (graph theory): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Damelch (talk | contribs)
Number of possible results: changed area to score sequences and added important theorem.
Line 36: Line 36:
A player who wins all games would naturally be the tournament's winner. However, as the above example shows, there might not be such a player. A tournament for which there isn't is called a <math>1</math>-paradoxical tournament. More generally, a tournament <math>T=(V,E)</math> is called <math>k</math>-paradoxical if for every <math>k</math>-subset <math>V'</math> of <math>V</math> there is a <math>v_0 \in V \setminus V'</math> such that <math>v_0 \rightarrow v</math> for all <math>v \in V'</math>. By means of the [[probabilistic method]] [[Paul Erdős]] showed that if <math>\vert V\vert</math> is sufficiently large, then almost every tournament on <math>V</math> is <math>k</math>-paradoxical.
A player who wins all games would naturally be the tournament's winner. However, as the above example shows, there might not be such a player. A tournament for which there isn't is called a <math>1</math>-paradoxical tournament. More generally, a tournament <math>T=(V,E)</math> is called <math>k</math>-paradoxical if for every <math>k</math>-subset <math>V'</math> of <math>V</math> there is a <math>v_0 \in V \setminus V'</math> such that <math>v_0 \rightarrow v</math> for all <math>v \in V'</math>. By means of the [[probabilistic method]] [[Paul Erdős]] showed that if <math>\vert V\vert</math> is sufficiently large, then almost every tournament on <math>V</math> is <math>k</math>-paradoxical.


==Score Sequences and Score Sets==
==Number of possible results==
The score sequence of a tournament is the nondecreasing sequence of outdegrees of the vertices of a tournament. The score set of a tournament is the set of integers that are the outdegrees of vertices in that tournament.
Let us have <math>n</math> competitors, and a scoring system where no ties are permitted. Let <math>s_i</math> be the number of wins scored by competitor <math>i</math>, and let us order them such that <math>s_1 \le s_2 \le \cdots \le s_n</math>. Thus we define a ''score sequence'', <math>(s_1, s_2, \cdots, s_n)</math>, satisfying the following three conditions:

'''Landau's Theorem(1953)'''Landau's Theorem(1953) A nondecreasing sequence of integers <math>(s_1, s_2, \cdots, s_n)</math> is a score sequence if and only if :
# <math>0 \le s_1 \le s_2 \le \cdots \le s_n</math>
# <math>0 \le s_1 \le s_2 \le \cdots \le s_n</math>
# <math>s_1 + s_2 + \cdots + s_i \ge {i \choose 2}, \mbox{for }i = 1, 2, \cdots, n - 1</math>
# <math>s_1 + s_2 + \cdots + s_i \ge {i \choose 2}, \mbox{for }i = 1, 2, \cdots, n - 1</math>
Line 57: Line 59:


Here <math>\Theta</math> signifies an [[asymptotically tight bound#Related asymptotic notations: O, o, Ω, ω, Θ, Õ|asymptotically tight bound]].
Here <math>\Theta</math> signifies an [[asymptotically tight bound#Related asymptotic notations: O, o, Ω, ω, Θ, Õ|asymptotically tight bound]].

Yao showed that every nonempty set of nonnegative integers is the score set for some tournament.


== References ==
== References ==

Revision as of 20:11, 8 January 2009

Tournament
A tournament on 4 vertices
Vertices
Edges
Table of graphs and parameters

A tournament is a directed graph (digraph) obtained by assigning a direction for each edge in an undirected complete graph.

Tournaments were originally used by Landau to model dominance relations in flocks of chickens. Current applications of tournaments include the study of voting theory and social choice theory among other things. The name tournament originates from such a graph's interpretation as the outcome of a round-robin tournament in which every player encounters every other player exactly once, and in which no draws occur. In the tournament digraph, the vertices correspond to the players. The edge between each pair of players is oriented from the winner to the loser. If player beats player , then it is said that dominates .

Paths and cycles

Any tournament on a finite number of vertices contains a Hamiltonian path, i.e., directed path on all vertices (Rédei 1934). This is easily shown by induction on : suppose that the statement holds for , and consider any tournament on vertices. Choose a vertex of and consider a directed path in . Now let be maximal such that for every there is a directed edge from to . Then

is a directed path as desired.

A tournament on n vertices is strongly connected if and only if every vertex is on a cycle of length k for . This implies that a strongly connected tournament has a Hamiltonian cycle (Camion 1959). Moreover, if the tournament is 4‑connected, each pair of vertices can be connected with a Hamiltonian path (Thomassen 1980).

Transitivity

A transitive tournament on 8 vertices.

A tournament in which and is called transitive. The following statements are equivalent for a tournament T on n vertices:

  1. T is transitive
  2. T is acyclic
  3. The score sequence for a transitive tournament is {0,1,2,...,n-1}
  4. T has exactly one Hamiltonian path.

Every tournament on n vertices has a transitive subtournament on vertices. Reid and Parker showed that this is the best possible result. That is in general you can find a tournament on n vertices whose largest subtournament is of size .

A player who wins all games would naturally be the tournament's winner. However, as the above example shows, there might not be such a player. A tournament for which there isn't is called a -paradoxical tournament. More generally, a tournament is called -paradoxical if for every -subset of there is a such that for all . By means of the probabilistic method Paul Erdős showed that if is sufficiently large, then almost every tournament on is -paradoxical.

Score Sequences and Score Sets

The score sequence of a tournament is the nondecreasing sequence of outdegrees of the vertices of a tournament. The score set of a tournament is the set of integers that are the outdegrees of vertices in that tournament.

Landau's Theorem(1953)Landau's Theorem(1953) A nondecreasing sequence of integers is a score sequence if and only if :

Let be the number of different score sequences of size . The sequence (sequence A000571 in the OEIS) starts as:

1, 1, 1, 2, 4, 9, 22, 59, 167, 490, 1486, 4639, 14805, 48107, ...

Winston and Kleitman proved that for sufficiently large n:

where Takács later showed, using some reasonable but unproven assumptions, that

where

Together these show that:

Here signifies an asymptotically tight bound.

Yao showed that every nonempty set of nonnegative integers is the score set for some tournament.

References

  • Rédei, László (1934), "Ein kombinatorischer Satz", Acta Litteraria Szeged, 7: 39–43{{citation}}: CS1 maint: extra punctuation (link) CS1 maint: multiple names: authors list (link)
  • Camion, Paul (1959), "Chemie et circuits hamiltoniens des graphes complets", Comptes Rendus de l'Académie des Sciences de Paris, 249: 2151–2152
  • Thomassen, Carsten (1980), "Hamiltonian-Connected Tournaments", Journal of Combinatorial Theory, Series B, 28: 142–163, doi:10.1016/0095-8956(80)90061-1
  • Takacs, Lajos (1991). "A Bernoulli Excursion and Its Various Applications". Advances in Applied Probability. 23 (3): 557–585. doi:10.2307/1427622.

K. B. Reid and E. T. Parker, Disproof of a conjecture of Erdös and Moser, J . Combin. Theory. 1970, 9: 225-238.

Landau, H. G. On dominance relations and the structure of animal societies. III. The condition for a score structure. Bull. Math. Biophys. 15, (1953)


tournament at PlanetMath.