Threshold graph

From Wikipedia, the free encyclopedia

An example of a threshold graph.
An example of a threshold graph.

In graph theory, a threshold graph is a graph that can be constructed from a one-vertex graph by repeated applications of the following two operations:

  1. Addition of a single isolated vertex to the graph
  2. Addition of a single dominating vertex to the graph, i.e. a single vertex that is connected to all other vertices.

For example, the graph of the figure is a threshold graph. It can be constructed by beginning with the single-vertex graph (vertex 1), and then adding black vertices as isolated vertices and red vertices as dominating vertices, in the order in which they are numbered.

[edit] Alternative definitions

An alternative equivalent definition is the following: a graph is a threshold graph if there is a real number S and for each vertex v a real vertex weight w(v) s.t. for any two vertices v,u (u,v) is an edge if and only if w(u)+w(v)\ge S.

From the definition which uses repeated addition of vertices, one can derive an alternative way of uniquely describing a threshold graph in the form of a string. ε is always the first character of the string, and represents the first vertex of the graph. Every subsequent character is either u, which denotes the addition of an isolated vertex (or union vertex), or j, which denotes the addition of a dominating vertex (or join vertex). For example, the string εuuj represents a star graph with three leaves, while εuj represents a path on three vertices. The graph of the figure can be represented as εuuujuuj

Threshold graphs are a special case of cographs and split graphs. Every graph that is both a cograph and a split graph is a threshold graph. Threshold graphs are also a special case of interval graphs.

This combinatorics-related article is a stub. You can help Wikipedia by expanding it.