Cartesian product of graphs
Appearance
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' .