Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Graph amalgamation

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, computing genus distribution, and Hamiltonian decompositions.

We don't have any images related to Graph amalgamation yet.
We don't have any YouTube videos related to Graph amalgamation yet.
We don't have any PDF documents related to Graph amalgamation yet.
We don't have any Books related to Graph amalgamation yet.
We don't have any archived web articles related to Graph amalgamation yet.

Definition

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

  • If x {\displaystyle x} , y {\displaystyle y} are two vertices in G {\displaystyle G} where ψ ( x ) ≠ ψ ( y ) {\displaystyle \psi (x)\neq \psi (y)} , and both x {\displaystyle x} and y {\displaystyle y} are adjacent by edge e {\displaystyle e} in G {\displaystyle G} , then ψ ( x ) {\displaystyle \psi (x)} and ψ ( y ) {\displaystyle \psi (y)} are adjacent by edge ϕ ( e ) {\displaystyle \phi (e)} in H {\displaystyle H} .
  • If e {\displaystyle e} is a loop on a vertex x ∈ V ( G ) {\displaystyle x\in V(G)} , then ϕ ( e ) {\displaystyle \phi (e)} is a loop on ψ ( x ) ∈ H {\displaystyle \psi (x)\in H} .
  • If e {\displaystyle e} joins x , y ∈ V ( G ) {\displaystyle x,y\in V(G)} , where x ≠ y {\displaystyle x\neq y} , but ψ ( x ) = ψ ( y ) {\displaystyle \psi (x)=\psi (y)} , then ϕ ( e ) {\displaystyle \phi (e)} is a loop on ψ ( x ) {\displaystyle \psi (x)} .3

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

Properties

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 {\displaystyle G} is a complete graph of the form K 2 n + 1 {\displaystyle K_{2n+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 {\displaystyle H} .

Example

Figure 1 illustrates an amalgamation of K 5 {\displaystyle K_{5}} . The invariance of edge coloring and Hamiltonian Decomposition can be seen clearly. The function ϕ {\displaystyle \phi } is a bijection and is given as letters in the figure. The function ψ {\displaystyle \psi } is given in the table below.

v ∈ V ( G ) {\displaystyle v\in V(G)} ψ ( v ) {\displaystyle \psi (v)}
v 1 {\displaystyle v_{1}} u 2 {\displaystyle u_{2}}
v 2 {\displaystyle v_{2}} u 2 {\displaystyle u_{2}}
v 3 {\displaystyle v_{3}} u 1 {\displaystyle u_{1}}
v 4 {\displaystyle v_{4}} u 3 {\displaystyle u_{3}}
v 5 {\displaystyle v_{5}} u 2 {\displaystyle u_{2}}

Hamiltonian decompositions

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 {\displaystyle n} colors and satisfies certain properties (called an outline Hamiltonian decomposition). We can then 'reverse' the amalgamation and we are left with K 2 n + 1 {\displaystyle K_{2n+1}} colored in a Hamiltonian Decomposition.

In 5 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

References

  1. Gross, Tucker 1987

  2. Gross 2011

  3. Hilton 1984

  4. Bahmanian, Amin; Rodger, Chris 2012

  5. Hilton 1984