Chromatic number: Difference between revisions
(Created page with "{{undirected graph numerical invariant}} ==Definition== The '''chromatic number''' of an undirected graph <math>G</math> is defined as the smallest nonnegative integer <...") |
No edit summary |
||
| Line 5: | Line 5: | ||
The '''chromatic number''' of an [[undirected graph]] <math>G</math> is defined as the smallest nonnegative integer <math>c</math> such that the vertex set of <math>G</math> can be partitioned into <math>c</math> 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. | The '''chromatic number''' of an [[undirected graph]] <math>G</math> is defined as the smallest nonnegative integer <math>c</math> such that the vertex set of <math>G</math> can be partitioned into <math>c</math> 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 < | We often say that <math>G</math> is: | ||
* <math>c</math>-colorable if the chromatic number of <math>G</math> is less than or equal to <math>c</math>. | |||
* <math>c</math>-chromatic if the chromatic number of <math>G</math> is equal to <math>c</math>. | |||
The chromatic number of <math>G</math> is denoted either <math>\gamma(G)</math> or <math>\chi(G)</math>. The latter notation is sometimes used for the [[Euler characteristic of a graph|Euler characteristic]], which is a different graph invariant. | |||
==Particular cases== | ==Particular cases== | ||
Revision as of 19:52, 27 May 2012
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 |