Chromatic number

From Graph

Template:Undirected graph numerical invariant

Definition

The chromatic number of an undirected graph is defined as the smallest nonnegative integer such that the vertex set of can be partitioned into disjoint subsets such that the induced subgraph on each subset is the empty subset. In other words, there are no edges between vertices in the same subset.

We often say that is:

  • -colorable if the chromatic number of is less than or equal to .
  • -chromatic if the chromatic number of is equal to .

The chromatic number of is denoted either or . The latter notation is sometimes used for the Euler characteristic, which is a different graph invariant.

Particular cases

We consider the case of a graph on a non-empty vertex set.

Number of vertices Chromatic number Conclusion
any 1 The graph is an empty graph
any 2 The graph is a non-empty bipartite graph
finite number The graph is a complete graph

Relation with other invariants

Invariant Meaning Relationship
clique number maximum possible size of a clique, i.e., a subset of the vertex set on which the induced subgraph is a complete graph clique number chromatic number. Note that for any bipartite graph with at least one edge, the two numbers are both equal to 2.
independence number maximum possible size of an independent subset of the vertex set, i.e., a subset such that there are no edges between vertices in that subset (independence number) times (chromatic number) size of vertex set

Facts