HOME

TheInfoList



OR:

In the
mathematical Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
area of
graph theory In mathematics, graph theory is the study of '' graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of '' vertices'' (also called ''nodes'' or ''points'') which are conn ...
, a triangle-free graph is an undirected graph in which no three vertices form a
triangle A triangle is a polygon with three edges and three vertices. It is one of the basic shapes in geometry. A triangle with vertices ''A'', ''B'', and ''C'' is denoted \triangle ABC. In Euclidean geometry, any three points, when non- colli ...
of edges. Triangle-free graphs may be equivalently defined as graphs with clique number ≤ 2, graphs with girth ≥ 4, graphs with no induced 3-cycle, or locally independent graphs. By Turán's theorem, the ''n''-vertex triangle-free graph with the maximum number of edges is a
complete bipartite graph In the mathematical field of graph theory, a complete bipartite graph or biclique is a special kind of bipartite graph where every vertex of the first set is connected to every vertex of the second set..Electronic edition page 17. Graph theory ...
in which the numbers of vertices on each side of the bipartition are as equal as possible.


Triangle finding problem

The triangle finding problem is the problem of determining whether a graph is triangle-free or not. When the graph does contain a triangle, algorithms are often required to output three vertices which form a triangle in the graph. It is possible to test whether a graph with edges is triangle-free in time . Another approach is to find the trace of , where is the
adjacency matrix In graph theory and computer science, an adjacency matrix is a square matrix used to represent a finite graph. The elements of the matrix indicate whether pairs of vertices are adjacent or not in the graph. In the special case of a finite simple ...
of the graph. The trace is zero if and only if the graph is triangle-free. For dense graphs, it is more efficient to use this simple algorithm which relies on
matrix multiplication In mathematics, particularly in linear algebra, matrix multiplication is a binary operation that produces a matrix from two matrices. For matrix multiplication, the number of columns in the first matrix must be equal to the number of rows in the ...
, since it gets the time complexity down to , where is the number of vertices. As showed, triangle-free graph recognition is equivalent in complexity to
median graph In graph theory, a division of mathematics, a median graph is an undirected graph in which every three vertices ''a'', ''b'', and ''c'' have a unique ''median'': a vertex ''m''(''a'',''b'',''c'') that belongs to shortest paths between each pai ...
recognition; however, the current best algorithms for median graph recognition use triangle detection as a subroutine rather than vice versa. The
decision tree complexity In computational complexity the decision tree model is the model of computation in which an algorithm is considered to be basically a decision tree, i.e., a sequence of ''queries'' or ''tests'' that are done adaptively, so the outcome of the previ ...
or query complexity of the problem, where the queries are to an oracle which stores the adjacency matrix of a graph, is . However, for
quantum algorithm In quantum computing, a quantum algorithm is an algorithm which runs on a realistic model of quantum computation, the most commonly used model being the quantum circuit model of computation. A classical (or non-quantum) algorithm is a finite seq ...
s, the best known lower bound is , but the best known algorithm is .


Independence number and Ramsey theory

An independent set of √''n'' vertices in an ''n''-vertex triangle-free graph is easy to find: either there is a vertex with more than √''n'' neighbors (in which case those neighbors are an independent set) or all vertices have less than √''n'' neighbors (in which case any maximal independent set must have at least √''n'' vertices). This bound can be tightened slightly: in every triangle-free graph there exists an independent set of \Omega(\sqrt) vertices, and in some triangle-free graphs every independent set has O(\sqrt) vertices. One way to generate triangle-free graphs in which all independent sets are small is the ''triangle-free process'' in which one generates a maximal triangle-free graph by repeatedly adding randomly chosen edges that do not complete a triangle. With high probability, this process produces a graph with independence number O(\sqrt). It is also possible to find
regular graph In graph theory, a regular graph is a graph where each vertex has the same number of neighbors; i.e. every vertex has the same degree or valency. A regular directed graph must also satisfy the stronger condition that the indegree and outdegre ...
s with the same properties. These results may also be interpreted as giving asymptotic bounds on the Ramsey numbers R(3,''t'') of the form \Theta(\tfrac): if the edges of a complete graph on \Omega(\tfrac) vertices are colored red and blue, then either the red graph contains a triangle or, if it is triangle-free, then it must have an independent set of size ''t'' corresponding to a clique of the same size in the blue graph.


Coloring triangle-free graphs

Much research about triangle-free graphs has focused on
graph coloring In graph theory, graph coloring is a special case of graph labeling; it is an assignment of labels traditionally called "colors" to elements of a graph subject to certain constraints. In its simplest form, it is a way of coloring the vertices ...
. Every
bipartite graph In the mathematical field of graph theory, a bipartite graph (or bigraph) is a graph whose vertices can be divided into two disjoint and independent sets U and V, that is every edge connects a vertex in U to one in V. Vertex sets U and V ar ...
(that is, every 2-colorable graph) is triangle-free, and Grötzsch's theorem states that every triangle-free
planar graph In graph theory, a planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. In other words, it can be drawn in such a way that no edges cro ...
may be 3-colored. However, nonplanar triangle-free graphs may require many more than three colors. The first construction of triangle free graphs with arbitrarily high chromatic number is due to Tutte (writing as
Blanche Descartes Blanche Descartes was a collaborative pseudonym used by the English mathematicians R. Leonard Brooks, Arthur Harold Stone, Cedric Smith, and W. T. Tutte. The four mathematicians met in 1935 as undergraduate students at Trinity College, Cambridge, ...
). This construction started from the graph with a single vertex say G_1 and inductively constructed G_ from G_ as follows: let G_ have n vertices, then take a set Y of k(n-1)+1 vertices and for each subset X of Y of size n add a disjoint copy of G_ and join it to X with a matching. From the pigeonhole principle it follows inductively that G_ is not k colourable, since at least one of the sets X must be coloured monochromatically if we are only allowed to use k colours. defined a construction, now called the
Mycielskian In the mathematical area of graph theory, the Mycielskian or Mycielski graph of an undirected graph is a larger graph formed from it by a construction of . The construction preserves the property of being triangle-free but increases the chroma ...
, for forming a new triangle-free graph from another triangle-free graph. If a graph has
chromatic number In graph theory, graph coloring is a special case of graph labeling; it is an assignment of labels traditionally called "colors" to elements of a graph subject to certain constraints. In its simplest form, it is a way of coloring the vertices o ...
''k'', its Mycielskian has chromatic number ''k'' + 1, so this construction may be used to show that arbitrarily large numbers of colors may be needed to color nonplanar triangle-free graphs. In particular the Grötzsch graph, an 11-vertex graph formed by repeated application of Mycielski's construction, is a triangle-free graph that cannot be colored with fewer than four colors, and is the smallest graph with this property. and showed that the number of colors needed to color any ''m''-edge triangle-free graph is :O \left(\frac \right) and that there exist triangle-free graphs that have chromatic numbers proportional to this bound. There have also been several results relating coloring to minimum degree in triangle-free graphs. proved that any ''n''-vertex triangle-free graph in which each vertex has more than 2''n''/5 neighbors must be bipartite. This is the best possible result of this type, as the 5-cycle requires three colors but has exactly 2''n''/5 neighbors per vertex. Motivated by this result, conjectured that any ''n''-vertex triangle-free graph in which each vertex has at least ''n''/3 neighbors can be colored with only three colors; however, disproved this conjecture by finding a counterexample in which each vertex of the Grötzsch graph is replaced by an independent set of a carefully chosen size. showed that any ''n''-vertex triangle-free graph in which each vertex has more than 10''n''/29 neighbors must be 3-colorable; this is the best possible result of this type, because Häggkvist's graph requires four colors and has exactly 10''n''/29 neighbors per vertex. Finally, proved that any ''n''-vertex triangle-free graph in which each vertex has more than ''n''/3 neighbors must be 4-colorable. Additional results of this type are not possible, as Hajnalsee . found examples of triangle-free graphs with arbitrarily large chromatic number and minimum degree (1/3 − ε)''n'' for any ε > 0.


See also

*
Andrásfai graph In graph theory, an Andrásfai graph is a triangle-free graph, triangle-free, circulant graph named after Béla Andrásfai. Properties The Andrásfai graph for any natural number is a circulant graph on vertices, in which vertex is conne ...
, a family of triangle-free circulant graphs with diameter two * Henson graph, an infinite triangle-free graph that contains all finite triangle-free graphs as induced subgraphs *
Shift graph In graph theory, the shift graph for n,k \in \mathbb,\ n > 2k > 0 is the graph whose vertices correspond to the ordered k-tuples a = (a_1, a_2, \dotsc, a_k) with 1 \leq a_1 < a_2 < \cdots < a_k \leq n and where two vertices a, b < ...
, a family of triangle-free graphs with arbitrarily high chromatic number *The Kneser graph KG_ is triangle free and has chromatic number k + 1 *
Monochromatic triangle In graph theory and theoretical computer science, the monochromatic triangle problem is an algorithmic problem on graphs, in which the goal is to partition the edges of a given graph into two triangle-free subgraphs. It is NP-complete but fixed-par ...
problem, the problem of partitioning the edges of a given graph into two triangle-free graphs * Ruzsa–Szemerédi problem, on graphs in which every edge belongs to exactly one triangle


References

;Notes ;Sources *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *. *.


External links

* {{Citation , url=http://www.graphclasses.org/classes/gc_371.html , title=Graphclass: triangle-free , work =Information System on Graph Classes and their Inclusions Graph families