Jump to content

Cartesian product of graphs

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 212.18.56.195 (talk) at 20:07, 7 October 2005 (Examples). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In graph theory, the cartesian 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 = v and u' is adjacent with v' or u is adjacent with v and u' = v' .

Examples

  • K2 K2 = C4 = Q2, the square graph.
  • K2 K2 K2 = Q3, the cube graph.
  • K2 K2 K2 K2 = Q4, the tesseract graph.
  • K2 Cn, the n-prism graph.