Jump to content

Replacement product: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Adds basic definition of replacement product
 
{{unreferenced}}
Line 1: Line 1:
{{unreferenced}}
In [[graph theory]], the '''replacement product''' of two graphs is a [[graph product]] that can be used to reduce the [[degree (graph theory)|degree]] of a graph while maintaining its [[connectivity (graph theory)|connectivity]].
In [[graph theory]], the '''replacement product''' of two graphs is a [[graph product]] that can be used to reduce the [[degree (graph theory)|degree]] of a graph while maintaining its [[connectivity (graph theory)|connectivity]].


Line 6: Line 7:


[[Category:Binary operations]]
[[Category:Binary operations]]
[[Category:Graph operations]]
[[Category:Graph products]]
[[Category:Graph products]]



Revision as of 02:35, 16 December 2014

In graph theory, the replacement product of two graphs is a graph product that can be used to reduce the degree of a graph while maintaining its connectivity.

Suppose G is a d-regular graph and H is an e-regular graph with vertex set {0, …, d - 1}. Let R denote the replacement product of G and H. The vertex set of R is the Cartesian product V(G) × V(H). For each vertex u in V(G) and for each edge (i, j) in E(H), the vertex (u, i) is adjacent to (u, j) in R. Furthermore, for each edge (u, v) in E(G), if v is the ith neighbor of u and u is the jth neighbor of v, the vertex (u, i) is adjacent to (v, j) in R.

If H is an e-regular graph, then R is an (e + 1)-regular graph.