Misplaced Pages

Tournament (graph theory)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from Tournament graph) Directed graph where each vertex pair has one arc
Tournament
A tournament on 4 vertices
Vertices n {\displaystyle n}
Edges ( n 2 ) {\displaystyle {\binom {n}{2}}}
Table of graphs and parameters

In graph theory, a tournament is a directed graph with exactly one edge between each two vertices, in one of the two possible directions. Equivalently, a tournament is an orientation of an undirected complete graph. (However, as directed graphs, tournaments are not complete: complete directed graphs have two edges, in both directions, between each two vertices.) The name tournament comes from interpreting the graph as the outcome of a round-robin tournament, a game where each player is paired against every other exactly once. In a tournament, the vertices represent the players, and the edges between players point from the winner to the loser.

Many of the important properties of tournaments were investigated by H. G. Landau in 1953 to model dominance relations in flocks of chickens. Tournaments are also heavily studied in voting theory, where they can represent partial information about voter preferences among multiple candidates, and are central to the definition of Condorcet methods.

If every player beats the same number of other players (indegree − outdegree = 0) the tournament is called regular.

Paths and cycles

a is inserted between v2 and v3.

Any tournament on a finite number n {\displaystyle n} of vertices contains a Hamiltonian path, i.e., directed path on all n {\displaystyle n} vertices (Rédei 1934).

This is easily shown by induction on n {\displaystyle n} : suppose that the statement holds for n {\displaystyle n} , and consider any tournament T {\displaystyle T} on n + 1 {\displaystyle n+1} vertices. Choose a vertex v 0 {\displaystyle v_{0}} of T {\displaystyle T} and consider a directed path v 1 , v 2 , , v n {\displaystyle v_{1},v_{2},\ldots ,v_{n}} in T { v 0 } {\displaystyle T\smallsetminus \{v_{0}\}} . There is some i { 0 , , n } {\displaystyle i\in \{0,\ldots ,n\}} such that ( i = 0 v i v 0 ) ( v 0 v i + 1 i = n ) {\displaystyle (i=0\vee v_{i}\rightarrow v_{0})\wedge (v_{0}\rightarrow v_{i+1}\vee i=n)} . (One possibility is to let i { 0 , , n } {\displaystyle i\in \{0,\ldots ,n\}} be maximal such that for every j i , v j v 0 {\displaystyle j\leq i,v_{j}\rightarrow v_{0}} . Alternatively, let i {\displaystyle i} be minimal such that j > i , v 0 v j {\displaystyle \forall j>i,v_{0}\rightarrow v_{j}} .) v 1 , , v i , v 0 , v i + 1 , , v n {\displaystyle v_{1},\ldots ,v_{i},v_{0},v_{i+1},\ldots ,v_{n}} is a directed path as desired. This argument also gives an algorithm for finding the Hamiltonian path. More efficient algorithms, that require examining only O ( n log n ) {\displaystyle O(n\log n)} of the edges, are known. The Hamiltonian paths are in one-to-one correspondence with the minimal feedback arc sets of the tournament. Rédei's theorem is the special case for complete graphs of the Gallai–Hasse–Roy–Vitaver theorem, relating the lengths of paths in orientations of graphs to the chromatic number of these graphs.

Another basic result on tournaments is that every strongly connected tournament has a Hamiltonian cycle. More strongly, every strongly connected tournament is vertex pancyclic: for each vertex v {\displaystyle v} , and each k {\displaystyle k} in the range from three to the number of vertices in the tournament, there is a cycle of length k {\displaystyle k} containing v {\displaystyle v} . A tournament T {\displaystyle T} is k {\displaystyle k} -strongly connected if for every set U {\displaystyle U} of k 1 {\displaystyle k-1} vertices of T {\displaystyle T} , T U {\displaystyle T-U} is strongly connected. If the tournament is 4‑strongly connected, then each pair of vertices can be connected with a Hamiltonian path. For every set B {\displaystyle B} of at most k 1 {\displaystyle k-1} arcs of a k {\displaystyle k} -strongly connected tournament T {\displaystyle T} , we have that T B {\displaystyle T-B} has a Hamiltonian cycle. This result was extended by Bang-Jensen, Gutin & Yeo (1997).

Transitivity

A transitive tournament on 8 vertices.

A tournament in which ( ( a b ) {\displaystyle ((a\rightarrow b)} and ( b c ) ) {\displaystyle (b\rightarrow c))} {\displaystyle \Rightarrow } ( a c ) {\displaystyle (a\rightarrow c)} is called transitive. In other words, in a transitive tournament, the vertices may be (strictly) totally ordered by the edge relation, and the edge relation is the same as reachability.

Equivalent conditions

The following statements are equivalent for a tournament T {\displaystyle T} on n {\displaystyle n} vertices:

  1. T {\displaystyle T} is transitive.
  2. T {\displaystyle T} is a strict total ordering.
  3. T {\displaystyle T} is acyclic.
  4. T {\displaystyle T} does not contain a cycle of length 3.
  5. The score sequence (set of outdegrees) of T {\displaystyle T} is { 0 , 1 , 2 , , n 1 } {\displaystyle \{0,1,2,\ldots ,n-1\}} .
  6. T {\displaystyle T} has exactly one Hamiltonian path.

Ramsey theory

Transitive tournaments play a role in Ramsey theory analogous to that of cliques in undirected graphs. In particular, every tournament on n {\displaystyle n} vertices contains a transitive subtournament on 1 + log 2 n {\displaystyle 1+\lfloor \log _{2}n\rfloor } vertices. The proof is simple: choose any one vertex v {\displaystyle v} to be part of this subtournament, and form the rest of the subtournament recursively on either the set of incoming neighbors of v {\displaystyle v} or the set of outgoing neighbors of v {\displaystyle v} , whichever is larger. For instance, every tournament on seven vertices contains a three-vertex transitive subtournament; the Paley tournament on seven vertices shows that this is the most that can be guaranteed. However, Reid & Parker (1970) showed that this bound is not tight for some larger values of  n {\displaystyle n} .

Erdős & Moser (1964) proved that there are tournaments on n {\displaystyle n} vertices without a transitive subtournament of size 2 + 2 log 2 n {\displaystyle 2+2\lfloor \log _{2}n\rfloor } Their proof uses a counting argument: the number of ways that a k {\displaystyle k} -element transitive tournament can occur as a subtournament of a larger tournament on n {\displaystyle n} labeled vertices is ( n k ) k ! 2 ( n 2 ) ( k 2 ) , {\displaystyle {\binom {n}{k}}k!2^{{\binom {n}{2}}-{\binom {k}{2}}},} and when k {\displaystyle k} is larger than 2 + 2 log 2 n {\displaystyle 2+2\lfloor \log _{2}n\rfloor } , this number is too small to allow for an occurrence of a transitive tournament within each of the 2 ( n 2 ) {\displaystyle 2^{\binom {n}{2}}} different tournaments on the same set of n {\displaystyle n} labeled vertices.

Paradoxical tournaments

A player who wins all games would naturally be the tournament's winner. However, as the existence of non-transitive tournaments shows, there may not be such a player. A tournament for which every player loses at least one game is called a 1-paradoxical tournament. More generally, a tournament T = ( V , E ) {\displaystyle T=(V,E)} is called k {\displaystyle k} -paradoxical if for every k {\displaystyle k} -element subset S {\displaystyle S} of V {\displaystyle V} there is a vertex v 0 {\displaystyle v_{0}} in V S {\displaystyle V\setminus S} such that v 0 v {\displaystyle v_{0}\rightarrow v} for all v S {\displaystyle v\in S} . By means of the probabilistic method, Paul Erdős showed that for any fixed value of k {\displaystyle k} , if | V | k 2 2 k ln ( 2 + o ( 1 ) ) {\displaystyle |V|\geq k^{2}2^{k}\ln(2+o(1))} , then almost every tournament on V {\displaystyle V} is k {\displaystyle k} -paradoxical. On the other hand, an easy argument shows that any k {\displaystyle k} -paradoxical tournament must have at least 2 k + 1 1 {\displaystyle 2^{k+1}-1} players, which was improved to ( k + 2 ) 2 k 1 1 {\displaystyle (k+2)2^{k-1}-1} by Esther and George Szekeres in 1965. There is an explicit construction of k {\displaystyle k} -paradoxical tournaments with k 2 4 k 1 ( 1 + o ( 1 ) ) {\displaystyle k^{2}4^{k-1}(1+o(1))} players by Graham and Spencer (1971) namely the Paley tournament.

Condensation

The condensation of any tournament is itself a transitive tournament. Thus, even for tournaments that are not transitive, the strongly connected components of the tournament may be totally ordered.

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) A nondecreasing sequence of integers ( s 1 , s 2 , , s n ) {\displaystyle (s_{1},s_{2},\ldots ,s_{n})} is a score sequence if and only if:

  1. 0 s 1 s 2 s n {\displaystyle 0\leq s_{1}\leq s_{2}\leq \cdots \leq s_{n}}
  2. s 1 + s 2 + + s i ( i 2 ) ,  for  i = 1 , 2 , , n 1 {\displaystyle s_{1}+s_{2}+\cdots +s_{i}\geq {i \choose 2},{\text{ for }}i=1,2,\ldots ,n-1}
  3. s 1 + s 2 + + s n = ( n 2 ) . {\displaystyle s_{1}+s_{2}+\cdots +s_{n}={n \choose 2}.}

Let s ( n ) {\displaystyle s(n)} be the number of different score sequences of size n {\displaystyle n} . The sequence s ( n ) {\displaystyle s(n)} (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:

s ( n ) > c 1 4 n n 5 / 2 , {\displaystyle s(n)>c_{1}4^{n}n^{-5/2},}

where c 1 = 0.049. {\displaystyle c_{1}=0.049.} Takács later showed, using some reasonable but unproven assumptions, that

s ( n ) < c 2 4 n n 5 / 2 , {\displaystyle s(n)<c_{2}4^{n}n^{-5/2},}

where c 2 < 4.858. {\displaystyle c_{2}<4.858.}

Together these provide evidence that:

s ( n ) Θ ( 4 n n 5 / 2 ) . {\displaystyle s(n)\in \Theta (4^{n}n^{-5/2}).}

Here Θ {\displaystyle \Theta } signifies an asymptotically tight bound.

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

Majority relations

In social choice theory, tournaments naturally arise as majority relations of preference profiles. Let A {\displaystyle A} be a finite set of alternatives, and consider a list P = ( 1 , , n ) {\displaystyle P=(\succ _{1},\dots ,\succ _{n})} of linear orders over A {\displaystyle A} . We interpret each order i {\displaystyle \succ _{i}} as the preference ranking of a voter i {\displaystyle i} . The (strict) majority relation maj {\displaystyle \succ _{\text{maj}}} of P {\displaystyle P} over A {\displaystyle A} is then defined so that a maj b {\displaystyle a\succ _{\text{maj}}b} if and only if a majority of the voters prefer a {\displaystyle a} to b {\displaystyle b} , that is | { i [ n ] : a i b } | > | { i [ n ] : b i a } | {\displaystyle |\{i\in :a\succ _{i}b\}|>|\{i\in :b\succ _{i}a\}|} . If the number n {\displaystyle n} of voters is odd, then the majority relation forms the dominance relation of a tournament on vertex set A {\displaystyle A} .

By a lemma of McGarvey, every tournament on m {\displaystyle m} vertices can be obtained as the majority relation of at most m ( m 1 ) {\displaystyle m(m-1)} voters. Results by Stearns and Erdős & Moser later established that Θ ( m / log m ) {\displaystyle \Theta (m/\log m)} voters are needed to induce every tournament on m {\displaystyle m} vertices.

Laslier (1997) studies in what sense a set of vertices can be called the set of "winners" of a tournament. This revealed to be useful in Political Science to study, in formal models of political economy, what can be the outcome of a democratic process.

See also

Notes

  1. Weisstein, Eric W., "Tournament", MathWorld
  2. ^ Landau (1953).
  3. Bar-Noy & Naor (1990).
  4. Havet (2013).
  5. Camion (1959).
  6. Moon (1966), Theorem 1.
  7. Thomassen (1980).
  8. Fraisse & Thomassen (1987).
  9. Bang-Jensen, Gutin & Yeo (1997).
  10. ^ Erdős & Moser (1964).
  11. Reid & Parker (1970).
  12. Erdős (1963)
  13. Szekeres & Szekeres (1965).
  14. Harary & Moser (1966), Corollary 5b.
  15. Takács (1991).
  16. Yao (1989).
  17. Brandt, Brill & Harrenstein (2016).
  18. McGarvey (1953); Brandt, Brill & Harrenstein (2016)
  19. Stearns (1959); Erdős & Moser (1964)
  20. Laslier (1997).
  21. Austen-Smith & Banks (1999).

References

This article incorporates material from tournament on PlanetMath, which is licensed under the Creative Commons Attribution/Share-Alike License.

Category: