In this page, let us prove chromatic number of a cycle with n vertices is 2 if n even and 3 if n odd. Before proving this, let us recall the definition of the chromatic number of a graph.
Chromatic Number of a Graph
Definition: The chromatic number of a graph is the minimum number of colours required to colour the vertices of the graph such that no two adjacent vertices share the same colour.
The chromatic number of a graph G is denoted by 𝜒(𝐺).
Chromatic Number of a Cycle
Theorem: Show that the chromatic number of a cycle with n vertices is 2 if n is even and 3 if n is odd.
Proof:
Let Cn be a cycle graph of n vertices, say v1, v2, …, vn. Lets colours the vertices as follows: v1 red, v2 blue, v3 red, v4 blue, …, i.e., vi red when i odd and vi blue when i even.
This way when n is even, adjacent vertices get the different colours. Also, vn (n even) and v1 get the different colours. So the minimum number of colours required to colour all the vertices is 2. Hence, 𝜒(Cn) = 2.
Next assume n is odd. In this case, we colour as follows: v1 red, v2 blue, v3 red, v4 blue, …
As n is odd, both v1 and vn get the same colour, but they are adjacent to each other, a contradiction. Thus, 𝜒(Cn) ≥ 3.
Observe that alternate red/blue colouring is not a problem along the path v1 → vn-1. So the last vertex vn can be coloured using some other colour, say green. So 𝜒(Cn) ≤ 3. Therefore, we conclude that 𝜒(Cn) = 3.
This completes the proof of the theorem.
Also Study:
- Degree of a Vertex in Graph: Definition, Examples, Handshaking Theorem
- Simple Graph has Two Vertices of Same Degree: proof
- Prove that a tree with n vertices has (n-1) edges
- Simple Graph with n Vertices and k Components have at most (n-k)(n-k+1)/2 Edges
- Chromatic number of a complete graph with n vertices is n: Proof
This article is written by Dr. Tathagata Mandal, Ph.D in Mathematics from IISER Pune (Algebraic Number Theory), Postdocs at IIT Kanpur & ISI Kolkata. Currently, working as an Assistant Prof. at Adamas University. Thank you for visiting the website.