Null Graphs and Complete Graphs
Definition 1
Given a simple graph .
- If , then is called a null graph.
- If , then 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 , 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 is incredibly important in mathematics, null graphs are very frequently mentioned throughout graph theory.
A complete graph is originally defined as the complement of the original graph . That is a null graph means all vertices of the original graph are connected without exception. For instance, the following is the complement of the graph above.
Subsequent Definitions
In particular, a complete graph with the number of vertices is denoted as .
- If a complete graph is a subgraph of some graph, it is called a clique.
- The largest of the clique in graph is called the clique number of , and
- The clique number of the complement of is called the independence number of .
- Meanwhile, a directed complete graph is called a tournament.
Wilson. (1970). Introduction to Graph Theory: p17. ↩︎