HOME

TheInfoList



OR:

In
graph theory In mathematics and computer science, graph theory is the study of ''graph (discrete mathematics), graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of ''Vertex (graph ...
, 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 Orientation may refer to: Positioning in physical space * Map orientation, the relationship between directions on a map and compass directions * Orientation (housing), the position of a building with respect to the sun, a concept in building des ...
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.) Equivalently, a tournament is a
complete Complete may refer to: Logic * Completeness (logic) * Completeness of a theory, the property of a theory that every formula in the theory's language or its negation is provable Mathematics * The completeness of the real numbers, which implies t ...
asymmetric
relation Relation or relations may refer to: General uses * International relations, the study of interconnection of politics, economics, and law on a global level * Interpersonal relationship, association or acquaintance between two or more people * ...
. The name ''tournament'' comes from interpreting the graph as the outcome of a
round-robin tournament A round-robin tournament or all-play-all tournament is a competition format in which each contestant meets every other participant, usually in turn.''Webster's Third New International Dictionary of the English Language, Unabridged'' (1971, G. & ...
, 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 Social choice theory is a branch of welfare economics that extends the theory of rational choice to collective decision-making. Social choice studies the behavior of different mathematical procedures ( social welfare functions) used to combine i ...
, 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

Any tournament on a
finite Finite may refer to: * Finite set, a set whose cardinality (number of elements) is some natural number * Finite verb, a verb form that has a subject, usually being inflected or marked for person and/or tense or aspect * "Finite", a song by Sara Gr ...
number n of vertices contains a
Hamiltonian path In the mathematical field of graph theory, a Hamiltonian path (or traceable path) is a path in an undirected or directed graph that visits each vertex exactly once. A Hamiltonian cycle (or Hamiltonian circuit) is a cycle that visits each vert ...
, i.e., directed path on all n vertices ( Rédei 1934). This is easily shown by induction on n: suppose that the statement holds for n, and consider any tournament T on n+1 vertices. Choose a vertex v_0 of T and consider a directed path v_1,v_2,\ldots,v_n in T\smallsetminus \. There is some i \in \ such that (i=0 \vee v_i \rightarrow v_0) \wedge (v_0 \rightarrow v_ \vee i=n). (One possibility is to let i \in \ be maximal such that for every j \leq i, v_j \rightarrow v_0. Alternatively, let i be minimal such that \forall j > i, v_0 \rightarrow v_j.) v_1,\ldots,v_i,v_0,v_,\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) of the edges, are known. The Hamiltonian paths are in one-to-one correspondence with the minimal
feedback arc set In graph theory and graph algorithms, a feedback arc set or feedback edge set in a directed graph is a subset of the edges of the graph that contains at least one edge out of every cycle in the graph. Removing these edges from the graph breaks a ...
s 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 In graph theory, graph coloring is a methodic assignment of labels traditionally called "colors" to elements of a graph. The assignment is subject to certain constraints, such as that no two adjacent elements have the same color. Graph coloring i ...
of these graphs. Another basic result on tournaments is that every
strongly connected In the mathematical theory of directed graphs, a graph is said to be strongly connected if every vertex is reachable from every other vertex. The strongly connected components of a directed graph form a partition into subgraphs that are thems ...
tournament has a
Hamiltonian cycle In the mathematics, mathematical field of graph theory, a Hamiltonian path (or traceable path) is a path (graph theory), path in an undirected or directed graph that visits each vertex (graph theory), vertex exactly once. A Hamiltonian cycle (or ...
. More strongly, every strongly connected tournament is vertex pancyclic: for each vertex v, and each k in the range from three to the number of vertices in the tournament, there is a cycle of length k containing v. A tournament T is k-strongly connected if for every set U of k-1 vertices of T, 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 of at most k-1 arcs of a k-strongly connected tournament T, we have that T-B has a Hamiltonian cycle. This result was extended by .


Transitivity

A tournament in which ((a \rightarrow b) and (b \rightarrow c)) \Rightarrow (a \rightarrow c) is called transitive. In other words, in a transitive tournament, the vertices may be (strictly)
totally ordered In mathematics, a total order or linear order is a partial order in which any two elements are comparable. That is, a total order is a binary relation \leq on some set X, which satisfies the following for all a, b and c in X: # a \leq a ( r ...
by the edge relation, and the edge relation is the same as
reachability In graph theory, reachability refers to the ability to get from one vertex to another within a graph. A vertex s can reach a vertex t (and t is reachable from s) if there exists a sequence of adjacent vertices (i.e. a walk) which starts with s a ...
.


Equivalent conditions

The following statements are equivalent for a tournament T on n vertices: # T is transitive. # T is a strict total ordering. # T is acyclic. # T does not contain a cycle of length 3. # The score sequence (set of outdegrees) of T is \. # T has exactly one Hamiltonian path.


Ramsey theory

Transitive tournaments play a role in
Ramsey theory Ramsey theory, named after the British mathematician and philosopher Frank P. Ramsey, is a branch of the mathematical field of combinatorics that focuses on the appearance of order in a substructure given a structure of a known size. Problems in R ...
analogous to that of
cliques A clique ( AusE, CanE, or ; ), in the social sciences, is a small group of individuals who interact with one another and share similar interests rather than include others. Interacting with cliques is part of normative social development regardle ...
in undirected graphs. In particular, every tournament on n vertices contains a transitive subtournament on 1+\lfloor\log_2 n\rfloor vertices. The proof is simple: choose any one vertex v to be part of this subtournament, and form the rest of the subtournament recursively on either the set of incoming neighbors of v or the set of outgoing neighbors of 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, showed that this bound is not tight for some larger values of n. proved that there are tournaments on n vertices without a transitive subtournament of size 2+2\lfloor\log_2 n\rfloor Their proof uses a counting argument: the number of ways that a k-element transitive tournament can occur as a subtournament of a larger tournament on n labeled vertices is \binomk!2^, and when k is larger than 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^ different tournaments on the same set of 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) is called k-paradoxical if for every k-element subset S of V there is a vertex v_0 in V\setminus S such that v_0 \rightarrow v for all v \in S. By means of the
probabilistic method In mathematics, the probabilistic method is a nonconstructive method, primarily used in combinatorics and pioneered by Paul Erdős, for proving the existence of a prescribed kind of mathematical object. It works by showing that if one randomly c ...
,
Paul Erdős Paul Erdős ( ; 26March 191320September 1996) was a Hungarian mathematician. He was one of the most prolific mathematicians and producers of mathematical conjectures of the 20th century. pursued and proposed problems in discrete mathematics, g ...
showed that for any fixed value of k, if , V, \geq k^22^k\ln(2+o(1)), then almost every tournament on V is k-paradoxical. On the other hand, an easy argument shows that any k-paradoxical tournament must have at least 2^-1 players, which was improved to (k+2)2^-1 by
Esther Esther (; ), originally Hadassah (; ), is the eponymous heroine of the Book of Esther in the Hebrew Bible. According to the biblical narrative, which is set in the Achaemenid Empire, the Persian king Ahasuerus falls in love with Esther and ma ...
and
George Szekeres George Szekeres AM FAA (; 29 May 1911 – 28 August 2005) was a Hungarian–Australian mathematician. Early years Szekeres was born in Budapest, Hungary, as Szekeres György and received his degree in chemistry at the Technical University of ...
in 1965. There is an explicit construction of k-paradoxical tournaments with k^24^(1+o(1)) players by Graham and Spencer (1971) namely the Paley tournament.


Condensation

The
condensation Condensation is the change of the state of matter from the gas phase into the liquid phase, and is the reverse of vaporization. The word most often refers to the water cycle. It can also be defined as the change in the state of water vapor ...
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, \ldots, s_n) is a score sequence if and only if: # 0 \le s_1 \le s_2 \le \cdots \le s_n # s_1 + s_2 + \cdots + s_i \ge , \texti = 1, 2, \ldots, n - 1 # s_1 + s_2 + \cdots + s_n = . Let s(n) be the number of different score sequences of size n. The sequence s(n) 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^, where c_1 = 0.049. Takács later showed, using some reasonable but unproven assumptions, that :s(n) < c_2 4^n n^, where c_2 < 4.858. Together these provide evidence that: :s(n) \in \Theta (4^n n^). Here \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 Social choice theory is a branch of welfare economics that extends the Decision theory, theory of rational choice to collective decision-making. Social choice studies the behavior of different mathematical procedures (social welfare function, soc ...
, tournaments naturally arise as majority relations of preference profiles. Let A be a finite set of alternatives, and consider a list P = (\succ_1, \dots, \succ_n) of
linear order In mathematics, a total order or linear order is a partial order in which any two elements are comparable. That is, a total order is a binary relation \leq on some set X, which satisfies the following for all a, b and c in X: # a \leq a ( ref ...
s over A. We interpret each order \succ_i as the preference ranking of a voter i. The (strict) majority relation \succ_ of P over A is then defined so that a \succ_ b if and only if a majority of the voters prefer a to b, that is , \, > , \, . If the number n of voters is odd, then the majority relation forms the dominance relation of a tournament on vertex set A. By a lemma of McGarvey, every tournament on m vertices can be obtained as the majority relation of at most m(m-1) voters. Results by Stearns and Erdős & Moser later established that \Theta(m/\log m) voters are needed to induce every tournament on 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

*
Oriented graph In graph theory, an orientation of an undirected graph is an assignment of a direction to each edge, turning the initial graph into a directed graph. Oriented graphs A directed graph is called an oriented graph if none of its pairs of vertices i ...
* Paley tournament *
Sumner's conjecture Sumner's conjecture (also called Sumner's universal tournament conjecture) is a conjecture in extremal graph theory on oriented trees in tournaments. It states that every orientation of every n-vertex tree is a subgraph of every (2n-2)-vertex tou ...
* Tournament solution


Notes


References

* * * * * * * *. *. *. * * . * * *. * . * * *. *. * . * . {{DEFAULTSORT:Tournament (Graph Theory) Directed graphs