Jump to content

Join (graph theory)

From Wikipedia, the free encyclopedia
(Redirected from Graph join)
Join operation on graphs C4 (blue) and K4 (red).

In graph theory, the join operation is a graph operation that combines two graphs by connecting every vertex of one graph to every vertex of the other.[1][2][3] The join of two graphs and is denoted ,[1][2] ,[3] or .

Definition

[edit]

Let and be two disjoint graphs. The join is a graph with:[1][2][3]

  • Vertex set:
  • Edge set:

In other words, the join contains all vertices and edges from both original graphs, plus new edges connecting every vertex in to every vertex in .

Examples

[edit]

Several well-known graph families can be constructed using the join operation.

Complete bipartite graph
(join of two independent sets).
Wheel graph
(join of a cycle graph and a single vertex).[4]
Star graph
(join of a vertex empty graph and a single vertex).[4]
Fan graph
(join of a path graph with a empty graph).[4]
Complete graph
(join of two complete graphs whose orders sum to ).
Cograph
Cographs are formed by repeated join and disjoint union operations starting from single vertices.
Windmill graph
(join of $m$ copies of the complete graph on vertices with a single vertex).[4]


Properties

[edit]

Basic properties

[edit]

The join operation is commutative for unlabeled graphs: .

If has vertices and edges, and has vertices and edges, then has vertices and edges. If and then is connected ( is a subgraph).[5]

Chromatic number

[edit]

The chromatic number of the join satisfies:

.
The join of a 5-cycle and a 6-clique and its representation as an Earth–Moon map

This property holds because vertices from and must use different colors (as they are all adjacent to each other), and within each original graph, the minimum coloring is preserved. It was used in a 1974 construction by Thom Sulanke related to the Earth–Moon problem of coloring graphs of thickness two. Sulanke observed that the join is a thickness-two graph requiring nine colors, still the largest number of colors known to be needed for this problem.[6]

is color critical if and only if and are both color critical.[5]

References

[edit]
  1. ^ a b c Bollobás, Béla (1998). Modern Graph Theory. Graduate Texts in Mathematics. Springer. p. 7. ISBN 0-387-98491-7.
  2. ^ a b c Beineke, Lowell; Wilson, Robin; Cameron, Peter. "Introduction". In Beineke, Lowell W.; Wilson, Robin J. (eds.). Topics in Algebraic Graph Theory. Encyclopedia of Mathematics and Its Applications. Vol. 102. Cambridge University Press. p. 6. ISBN 0-521-80197-4.
  3. ^ a b c Bondy, J. A.; Murty, U. S. R. (1976). Graph Theory with Applications. Elsevier. p. 58.
  4. ^ a b c d Weisstein, Eric W. "Graph Join". mathworld.wolfram.com. Retrieved 2025-10-30.
  5. ^ a b West, Douglas Brent (2001). Introduction to graph theory (2. ed.). Upper Saddle River, NJ: Prentice Hall. ISBN 978-0130144003.
  6. ^ Gethner, Ellen (2018). "To the moon and beyond". In Gera, Ralucca; Haynes, Teresa W.; Hedetniemi, Stephen T. (eds.). Graph theory—favorite conjectures and open problems. 2. Problem Books in Mathematics. Cham: Springer. pp. 115–133. ISBN 978-3-319-97684-6. MR 3930641.
[edit]