Graph which partitions into a clique and independent set
This article is about graphs that can be partitioned into a clique and an independent set. For cuts that form complete bipartite graphs, see split (graph theory).
A split graph may have more than one partition into a clique and an independent set; for instance, the patha–b–c is a split graph, the vertices of which can be partitioned in three different ways:
the clique {a, b} and the independent set {c}
the clique {b, c} and the independent set {a}
the clique {b} and the independent set {a, c}
Split graphs can be characterized in terms of their forbidden induced subgraphs: a graph is split if and only if no induced subgraph is a cycle on four or five vertices, or a pair of disjoint edges (the complement of a 4-cycle).[2]
^Földes & Hammer (1977a) had a more general definition, in which the graphs they called split graphs also included bipartite graphs (that is, graphs that be partitioned into two independent sets) and the complements of bipartite graphs (that is, graphs that can be partitioned into two cliques). Földes & Hammer (1977b) use the definition given here, which has been followed in the subsequent literature; for instance, it is Brandstädt, Le & Spinrad (1999), Definition 3.2.3, p.41.