Lexicographic product of graphs
From Wikipedia, the free encyclopedia
In graph theory, the lexicographic product G ∙ H of graphs G and H is a graph such that
- the vertex set of G ∙ H is the cartesian product V(G) V(H); and
- any two vertices (u,u') and (v,v') are adjacent in G ∙ H 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: G ∙ H ≠ H ∙ G. However it satisfies a distributive law with respect to disjoint union: (A + B) ∙ C = A ∙ C + B ∙ C. In addition it satisfies an identity with respect to complementation: C(G ∙ H) = C(G) ∙ C(H).
The independence number of a lexicographic product may be easily calculated from that of its factors:
- α(G ∙ H) = α(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.
- Hausdorff, F. (1914). Grundzüge der Mengenlehre.
- Imrich, Wilfried; Klavžar, Sandi (2000). Product Graphs: Structure and Recognition. Wiley. ISBN 0-471-37039-8.
[edit] External links
- Weisstein, Eric W., Graph Lexicographic Product at MathWorld.