Graph amalgamation

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

In graph theory, a graph amalgamation is a relationship between two graphs (one graph is an amalgamation of another). Similar relationships include subgraphs and minors. Amalgamations can provide a way to reduce a graph to a simpler graph while keeping certain structure intact. The amalgamation can then be used to study properties of the original graph in an easier to understand context. Applications include embeddings,[1] computing genus distribution,[2] and Hamiltonian decompositions.

Definition

[edit | edit source]

Let G and H be two graphs with the same number of edges where G has more vertices than H. Then we say that H is an amalgamation of G if there is a bijection ϕ:E(G)E(H) and a surjection ψ:V(G)V(H) and the following hold:

  • If x, y are two vertices in G where ψ(x)ψ(y), and both x and y are adjacent by edge e in G, then ψ(x) and ψ(y) are adjacent by edge ϕ(e) in H.
  • If e is a loop on a vertex xV(G), then ϕ(e) is a loop on ψ(x)H.
  • If e joins x,yV(G), where xy, but ψ(x)=ψ(y), then ϕ(e) is a loop on ψ(x).[3]

Note that while G can be a graph or a pseudograph, it will usually be the case that H is a pseudograph.

Properties

[edit | edit source]

Edge colorings are invariant to amalgamation. This is obvious, as all of the edges between the two graphs are in bijection with each other. However, what may not be obvious, is that if G is a complete graph of the form K2n+1, and we color the edges as to specify a Hamiltonian decomposition (a decomposition into Hamiltonian paths, then those edges also form a Hamiltonian Decomposition in H.

Example

[edit | edit source]
File:Graph amalgamation of k5.png
Figure 1: An amalgamation of the complete graph on five vertices.

Figure 1 illustrates an amalgamation of K5. The invariance of edge coloring and Hamiltonian Decomposition can be seen clearly. The function ϕ is a bijection and is given as letters in the figure. The function ψ is given in the table below.

vV(G) ψ(v)
v1 u2
v2 u2
v3 u1
v4 u3
v5 u2

Hamiltonian decompositions

[edit | edit source]

One of the ways in which amalgamations can be used is to find Hamiltonian Decompositions of complete graphs with 2n + 1 vertices.[4] The idea is to take a graph and produce an amalgamation of it which is edge colored in n colors and satisfies certain properties (called an outline Hamiltonian decomposition). We can then 'reverse' the amalgamation and we are left with K2n+1 colored in a Hamiltonian Decomposition.

In [3] Hilton outlines a method for doing this, as well as a method for finding all Hamiltonian Decompositions without repetition. The methods rely on a theorem he provides which states (roughly) that if we have an outline Hamiltonian decomposition, we could have arrived at it by first starting with a Hamiltonian decomposition of the complete graph and then finding an amalgamation for it.

Notes

[edit | edit source]
  1. ^ Gross, Tucker 1987
  2. ^ Gross 2011
  3. ^ a b Hilton 1984
  4. ^ Bahmanian, Amin; Rodger, Chris 2012

References

[edit | edit source]