Jump to content

Asteroidal triple-free graph

From Wikipedia, the free encyclopedia

In graph theory, an asteroidal triple-free graph or AT-free graph is a graph that contains no asteroidal triple.

Definition

[edit]
A graph with an asteroidal triple, the set of vertices . The graph is therefore not AT-free.

An asteroidal triple is an independent set of three vertices such that each pair is joined by a path that avoids the neighborhood of the third vertex. More formally, in a graph , three vertices , , and form an asteroidal triple if:

  • , and are pairwise non-adjacent
  • There exists an -path that avoids (the neighborhood of )
  • There exists an -path that avoids
  • There exists a -path that avoids

A graph is AT-free if it contains no asteroidal triples.

Relationship to other graph classes

[edit]
A cocomparability graph, which is AT-free

AT-free graphs provide a common generalization of several important graph classes:

The class hierarchy is: .

Structural properties

[edit]

Characterizations

[edit]

AT-free graphs can be characterized in multiple ways:

  • Via minimal triangulations: A graph is AT-free if and only if every minimal triangulation of (i.e., every minimal chordal completion) is an interval graph.[3] Additionally, a claw-free AT-free graph is characterized by the property that all of its minimal chordal completions are proper interval graphs.[3]
  • Via unrelated vertices: A graph is AT-free if and only if for every vertex of , no component of the non-neighborhood of contains vertices that are unrelated with respect to .[4]
  • Via dominating pairs and the spine property.[4]

Dominating pairs

[edit]

Every connected AT-free graph contains a dominating pair, a pair of vertices such that every path joining them is a dominating set in the graph.[4]

Furthermore, some dominating pair achieves the diameter of the graph. Every connected AT-free graph has a path-mccds (minimum cardinality connected dominating set that induces a path). In AT-free graphs with diameter at least 4, the vertices that can be in dominating pairs are restricted to two disjoint sets and , where is a dominating pair if and only if and .

Spine property

[edit]

A graph is AT-free if and only if every connected induced subgraph satisfies the spine property: for every nonadjacent dominating pair in , there exists a neighbor of such that is a dominating pair in the component of containing .[4]

Decomposition

[edit]

AT-free graphs admit a decomposition scheme through pokable dominating pairs. A vertex is pokable if adding a pendant vertex adjacent to preserves the AT-free property. Every connected AT-free graph contains a pokable dominating pair, and contracting certain equivalence classes of vertices (based on their domination properties) yields another AT-free graph with a pokable dominating pair. This process can be repeated until the graph is reduced to a single vertex.[4]

Algorithmic properties

[edit]

AT-free graphs can be recognized in time for an -vertex graph.[4].

For AT-free graphs, the pathwidth equals the treewidth.[5]

The strong perfect graph theorem holds for AT-free graphs, as they are a subclass of perfect graphs.

Applications

[edit]

The linear structure apparent in AT-free graphs and their subclasses has led to efficient algorithms for various problems on these graphs, exploiting their dominating pair structure and other properties.

References

[edit]
  1. ^ Lekkerkerker, C. G.; Boland, J. Ch. (1962), "Representation of a finite graph by a set of intervals on the real line", Fundamenta Mathematicae, 51 (1): 45–64, doi:10.4064/fm-51-1-45-64
  2. ^ Golumbic, Martin Charles; Monma, Clyde L.; Trotter, William T. Jr. (1984), "Tolerance graphs", Discrete Applied Mathematics, 9 (2): 157–170, doi:10.1016/0166-218X(84)90016-7
  3. ^ a b Parra, Andreas; Scheffler, Petra (1997), "Characterizations and algorithmic applications of chordal graph embeddings", 4th Twente Workshop on Graphs and Combinatorial Optimization (Enschede, 1995), Discrete Applied Mathematics, 79 (1–3): 171–188, doi:10.1016/S0166-218X(97)00041-3, MR 1478250
  4. ^ a b c d e f Corneil, Derek G.; Olariu, Stephan; Stewart, Lorna (1997), "Asteroidal Triple-Free Graphs", SIAM Journal on Discrete Mathematics, 10 (3): 399–430, doi:10.1137/S0895480193250125
  5. ^ Möhring, Rolf H. (1996), "Triangulating graphs without asteroidal triples", Discrete Applied Mathematics, 64 (3): 281–287, doi:10.1016/0166-218X(95)00095-9

See also

[edit]