Let 𝐺(𝑉,𝐸) be a simple, undirected graph. A vertex cover of 𝐺 is a subset…

2026

Let 𝐺(𝑉,𝐸) be a simple, undirected graph. A vertex cover of 𝐺 is a subset Vβ€²βŠ†π‘‰ such that for every (𝑒,𝑣)∈𝐸, π‘’βˆˆπ‘‰β€²or π‘£βˆˆπ‘‰β€². Let the size of the smallest vertex cover in 𝐺 be π‘˜. Let 𝑆 be any vertex cover of size π‘˜.

For a vertex π‘£βˆˆπ‘‰, which of the following constraints will always ensure that π‘£βˆˆπ‘† ?

  1. A.

    The degree of 𝑣 is at least π‘˜+1

  2. B.

    The vertex 𝑣 is on a path of length π‘˜+1

  3. C.

    The vertex 𝑣 is on a cycle of length π‘˜+1

  4. D.

    The vertex 𝑣 is a part of a clique of size π‘˜

Attempted by 11 students.

Show answer & explanation

Correct answer: A

A vertex cover S of size k covers all edges in G. If a vertex v is not in S, then all its neighbors must be in S to cover the edges incident to v. This implies that |S| >= deg(v). Since |S| = k, we must have deg(v) <= k for v to potentially be excluded from S. Conversely, if deg(v) > k (or equivalently deg(v) >= k+1), it is impossible for v to be excluded from S because that would require more than k vertices in the cover. Therefore, any vertex with degree greater than k must be included in every minimum vertex cover of size k.

Explore the full course: Gate Guidance By Sanchit Sir