Trivially perfect graph

From Wikipedia, the free encyclopedia
Construction of a trivially perfect graph from nested intervals and from the reachability relationship in a tree

In graph theory, a trivially perfect graph is a graph with the property that in each of its induced subgraphs the size of the maximum independent set equals the number of maximal cliques.[1] Trivially perfect graphs were first studied by (Wolk 1962, 1965) but were named by Golumbic (1978); Golumbic writes that "the name was chosen since it is trivial to show that such a graph is perfect." Trivially perfect graphs are also known as comparability graphs of trees,[2] arborescent comparability graphs,[3] and quasi-threshold graphs.[4]

Equivalent characterizations

Trivially perfect graphs have several other equivalent characterizations:

  • They are the comparability graphs of rooted forests. That is, if P is the partial order formed by the reachability relationship between vertices in a rooted forest, then the comparability graph of P is trivially perfect, and every trivially perfect graph can be formed in this way.[5]
  • They are the graphs that do not have a P4 path graph or a C4 cycle graph as induced subgraphs.[6]
  • They are the graphs that can be represented as the interval graphs for a set of nested intervals. A set of intervals is nested if, for every two intervals in the set, either the two are disjoint or one contains the other.[7]
  • They are the graphs that are both chordal and cographs.[8] This follows from the characterization of chordal graphs as the graphs without induced cycles of length greater than three, and of cographs as the graphs without induced paths on four vertices (P4).
  • They are the graphs that are both cographs and interval graphs.[8]
  • They are the graphs that can be formed, starting from one-vertex graphs, by two operations: disjoint union of two smaller trivially perfect graphs, and the addition of a new vertex adjacent to all the vertices of a smaller trivially perfect graph.[9] These operations correspond, in the underlying forest, to forming a new forest by the disjoint union of two smaller forests and forming a tree by connecting a new root node to the roots of all the trees in a forest.
  • They are the graphs in which, for every edge uv, the neighborhoods of u and v (including u and v themselves) are nested: one neighborhood must be a subset of the other.[10]
  • They are the permutation graphs defined from stack-sortable permutations.[11]

Related classes of graphs

It follows from the equivalent characterizations of trivially perfect graphs that every trivially perfect graph is also a cograph, a chordal graph, an interval graph, and a perfect graph.

The threshold graphs are exactly the graphs that are both themselves trivially perfect and the complements of trivially perfect graphs (co-trivially perfect graphs).[12]

Windmill graphs are trivially perfect.

Recognition

Chu (2008) describes a simple linear time algorithm for recognizing trivially perfect graphs, based on lexicographic breadth-first search. Whenever the LexBFS algorithm removes a vertex v from the first set on its queue, the algorithm checks that all remaining neighbors of v belong to the same set; if not, one of the forbidden induced subgraphs can be constructed from v. If this check succeeds for every v, then the graph is trivially perfect. The algorithm can also be modified to test whether a graph is the complement graph of a trivially perfect graph, in linear time.

Notes

  1. Brandstädt, Le & Spinrad (1999), definition 2.6.2, p.34; Golumbic (1978).
  2. Wolk (1962); Wolk (1965).
  3. Donnelly & Isaak (1999).
  4. Yan, Chen & Chang (1996).
  5. Brandstädt, Le & Spinrad (1999), theorem 6.6.1, p. 99; Golumbic (1978), corollary 4.
  6. Brandstädt, Le & Spinrad (1999), theorem 6.6.1, p. 99; Golumbic (1978), theorem 2. Wolk (1962) and Wolk (1965) proved this for comparability graphs of rooted forests.
  7. Brandstädt, Le & Spinrad (1999), p. 51.
  8. 8.0 8.1 Brandstädt, Le & Spinrad (1999), p. 248; Yan, Chen & Chang (1996), theorem 3.
  9. Yan, Chen & Chang (1996); Gurski (2006).
  10. Yan, Chen & Chang (1996), theorem 3.
  11. Rotem (1981).
  12. Brandstädt, Le & Spinrad (1999), theorem 6.6.3, p. 100; Golumbic (1978), corollary 5.

References

  • Brandstädt, Andreas; Le, Van Bang; Spinrad, Jeremy (1999), Graph Classes: A Survey, SIAM Monographs on Discrete Mathematics and Applications, ISBN 0-89871-432-X .
  • Chu, Frank Pok Man (2008), "A simple linear time certifying LBFS-based algorithm for recognizing trivially perfect graphs and their complements", Information Processing Letters 107 (1): 7–12, doi:10.1016/j.ipl.2007.12.009 .
  • Donnelly, Sam; Isaak, Garth (1999), "Hamiltonian powers in threshold and arborescent comparability graphs", Discrete mathematics 202 (1-3): 33–44, doi:10.1016/S0012-365X(98)00346-X 
  • Golumbic, Martin Charles (1978), "Trivially perfect graphs", Discrete Mathematics 24 (1): 105–107, doi:10.1016/0012-365X(78)90178-4 .
  • Gurski, Frank (2006), "Characterizations for co-graphs defined by restricted NLC-width or clique-width operations", Discrete Mathematics 306 (2): 271–277, doi:10.1016/j.disc.2005.11.014 .
  • Rotem, D. (1981), "Stack sortable permutations", Discrete Mathematics 33 (2): 185–196, doi:10.1016/0012-365X(81)90165-5, MR 599081 .
  • Wolk, E. S. (1962), "The comparability graph of a tree", Proceedings of the American Mathematical Society (5 ed.) 13: 789–795, doi:10.1090/S0002-9939-1962-0172273-0 .
  • Wolk, E. S. (1965), "A note on the comparability graph of a tree", Proceedings of the American Mathematical Society (1 ed.) 16: 17–20, doi:10.1090/S0002-9939-1965-0172274-5 .
  • Yan, Jing-Ho; Chen, Jer-Jeong; Chang, Gerard J. (1996), "Quasi-threshold graphs", Discrete Applied Mathematics 69 (3): 247–255, doi:10.1016/0166-218X(96)00094-7 .

External links


This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.