Lexicographic product of graphs

From Wikipedia, the free encyclopedia

The lexicographic product of graphs.
The lexicographic product of graphs.

In graph theory, the lexicographic product GH of graphs G and H is a graph such that

  • the vertex set of GH is the cartesian product V(G) \times V(H); and
  • any two vertices (u,u') and (v,v') are adjacent in GH if and only if either u is adjacent with v, or u = v and u' is adjacent with v' .

If the edge relations of the two graphs are order relations, then the edge relation of their lexicographic product is the corresponding lexicographic order.

The lexicographic product was first studied by Felix Hausdorff (1914). As Feigenbaum and Schäffer (1986) showed, the problem of recognizing whether a graph is a lexicographic product is equivalent in complexity to the graph isomorphism problem.

[edit] Properties

The lexicographic product is in general noncommutative: GHHG. However it satisfies a distributive law with respect to disjoint union: (A + B) ∙ C = AC + BC. In addition it satisfies an identity with respect to complementation: C(GH) = C(G) ∙ C(H).

The independence number of a lexicographic product may be easily calculated from that of its factors:

α(GH) = α(G)α(H)

(Geller and Stahl 1975).

[edit] References

  • Feigenbaum, J.; Schäffer, A. A. (1986). "Recognizing composite graphs is equivalent to testing graph isomorphism". SIAM J. Comput. 15: 619–627. DOI:10.1137/0215045. MR0837609. 
  • Geller, D.; Stahl, S. (1975). "The chromatic number and other functions of the lexicographic product". Journal of Combinatorial Theory, Series B 19: 87–95. MR0392645. 
  • Imrich, Wilfried; Klavžar, Sandi (2000). Product Graphs: Structure and Recognition. Wiley. ISBN 0-471-37039-8. 

[edit] External links