Join (graph theory)

Operation that combines two graphs From Wikipedia, the free encyclopedia

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 .

Join operation on graphs C4 (blue) and K4 (red).

Definition

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

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

Basic properties

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

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]

See also

References

Related Articles

Wikiwand AI