singlevertex
Singlevertex, usually called the single-vertex graph, is the graph consisting of a single vertex and no edges. In standard graph-theoretic notation it can be described as G = (V, E) with V = {v} and E = ∅. It is commonly denoted K1, the complete graph on one vertex, though some sources reserve K1 for this precise case.
Basic properties of the single-vertex graph are straightforward. Its order is 1 and its size is 0.
Role and uses in graph theory are mainly as a fundamental base case and a building block.
Related concepts include the trivial graph (the empty graph, with no vertices), the complete graphs K_n for