logo

Null Graphs and Complete Graphs 📂Graph Theory

Null Graphs and Complete Graphs

Definition 1

Given a simple graph GG.

  1. If E(G)=E(G) = \emptyset, then GG is called a null graph.
  2. If E(G)=E \left( \overline{G} \right) = \emptyset, then GG is called a complete graph.

Description

A null graph is literally an empty graph. The reason why we use the term Null instead of Empty is that even if GG \ne \emptyset, it has no meaning as a graph. For example, if there are only vertices like the following picture, there is hardly a reason to call it a graph. However, similar to how the number 00 is incredibly important in mathematics, null graphs are very frequently mentioned throughout graph theory.

20200210\_141722.png

A complete graph is originally defined as the complement G\overline{G} of the original graph GG. That G\overline{G} is a null graph means all vertices of the original graph GG are connected without exception. For instance, the following is the complement of the graph above.

20200210\_141731.png

Subsequent Definitions

In particular, a complete graph with the number of vertices nn is denoted as KnK_{n}.

  • If a complete graph is a subgraph of some graph, it is called a clique.
  • The largest nn of the clique KnK_{n} in graph GG is called the clique number ω(G)\omega (G) of GG, and
  • The clique number of the complement G\overline{G} of GG is called the independence number β(G):=ω(G)\beta (G) := \omega \left( \overline{G} \right) of GG.
  • Meanwhile, a directed complete graph is called a tournament.

  1. Wilson. (1970). Introduction to Graph Theory: p17. ↩︎