recategorized by
814 views
4 votes
4 votes

A $vertex \: cover$ in an undirected graph $G$ is a subset $ C \subseteq V(G)$ such that every edge of $G$ has an endpoint in $C$. An independent set in $G$ is a subset $I \subseteq V(G)$ such that no edge has both its endpoints in $I$. Which of the following is TRUE of every graph $G$ and every vertex cover $C$ of $G$?

  1. There exists an independent set of size $\mid C \mid$
  2. $V(G) -C$ is an independent set
  3. $\mid C \mid \: \: \geq \: \: \mid E(G)\mid /2$
  4. $\mid C \mid \: \:  \geq \: \: \mid V(G)\mid /2$
  5. $C$ intersects every independent set
recategorized by

1 Answer

1 votes
1 votes
option A: False
There exists an independent set of size ∣C∣

This may not be true always as the independent set can be empty .ie, all the vertices may be included in the vertex cover( even both the end points of every edge as it is not a minimum vertex cover).

option B True

For any graph V(G)−C is an independent set

Reason: there will be no edge between the vertices of I set as per the definition of vertex cover. There is no edge with both sides belonging to independent set(if so then the subset is not vertex cover)

option C & D can be proved wrong using a complete graph with a vertex in the centre.

option E : False

Consider a graph with an isolated vertices. It falls in independent set. So intersection is empty.
Answer:

Related questions