GATE CS 2024 Set 1 — Question 51

MSQ+2 / -0MediumGraph ColoringGraph Theory (Math)Engineering Mathematics

Engineering Mathematics → Graph Theory (Math) → Graph Coloring

Last updated

Question

The chromatic number of a graph is the minimum number of colours used in a proper colouring of the graph. Let GG be any graph with nn vertices and chromatic number kk. Which of the following statements is/are always TRUE?
A.
GG contains a complete subgraph with kk vertices
B.
GG contains an independent set of size at least n/kn/k
C.
GG contains at least k(k1)/2k(k-1)/2 edges
D.
GG contains a vertex of degree at least kk

Correct answer

(B) G contains an independent set of size at least n/k; (C) G contains at least k(k-1)/2 edges

Solution

Let χ(G)=k\chi(G) = k be the chromatic number of the graph GG with nn vertices.
(A) False. It is not necessary for a graph with chromatic number kk to contain a clique of size kk (a complete subgraph with kk vertices). For example, Mycielskian graphs can have an arbitrarily high chromatic number but remain triangle-free (clique number ω(G)=2\omega(G) = 2). Another simple example is an odd cycle C5C_5 (n=5n=5), which has χ(C5)=3\chi(C_5) = 3 but the largest clique is size 2.
(B) True. In any proper kk-colouring, the vertices VV are partitioned into kk colour classes V1,V2,,VkV_1, V_2, \dots, V_k, where each ViV_i is an independent set. Since i=1kVi=n\sum_{i=1}^k |V_i| = n, by the Pigeonhole Principle, at least one set ViV_i must have size at least the average size, i.e., Vink|V_i| \ge \frac{n}{k}. Thus, the independence number α(G)nk\alpha(G) \ge \frac{n}{k}.
(C) True. In a minimal proper kk-colouring with colour classes V1,,VkV_1, \dots, V_k, there must be at least one edge between every pair of colour classes ViV_i and VjV_j (iji \neq j). If there were no edges between some ViV_i and VjV_j, we could merge them into a single independent set (colour class), thereby colouring the graph with k1k-1 colours, which contradicts χ(G)=k\chi(G)=k. Since there are (k2)=k(k1)2\binom{k}{2} = \frac{k(k-1)}{2} pairs of colour classes, and edges connecting distinct pairs are distinct, the graph must have at least k(k1)2\frac{k(k-1)}{2} edges.
(D) False. Consider the complete graph KkK_k. It has n=kn=k vertices and chromatic number χ(Kk)=k\chi(K_k) = k. The degree of every vertex in KkK_k is k1k-1. Thus, no vertex has a degree of at least kk.

More questions on Graph Theory (Math)

Practice GATE CS PYQs with adaptive difficulty

Timed practice, skill tracking, and AI explanations — free to start.

Start practicing free