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 \phi: E(G) \to E(H) and a
surjection \psi: V(G) \to V(H) and the following hold: • If x, y are two vertices in G where \psi(x) \neq \psi(y), and both x and y are adjacent by edge e in G, then \psi(x) and \psi(y) are adjacent by edge \phi(e) in H. • If e is a loop on a vertex x \in V(G), then \phi(e) is a loop on \psi(x) \in H. • If e joins x,y \in V(G), where x \neq y, but \psi(x) = \psi(y), then \phi(e) is a loop on \psi(x). Note that while G can be a graph or a
pseudograph, it will usually be the case that 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 is a
complete graph of the form 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. == Example ==