in Graph Theory recategorized by
784 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
in Graph Theory recategorized by
784 views

1 Answer

1 vote
1 vote
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.
edited by

2 Comments

@Manoja Rajalakshmi A Could you please explain how option (A) is right.

In Question, it is mentioned term "Vertex cover" but not "Minimum Vertex Cover" as vertex cover can have all the vertices of the graph (in worst case) but there is no any independent set which contains all the vertices in graph (except the case when each vertex is isolated vertex). So in my view option (A) is also wrong Only option (B) is right.

Correct me if i am wrong.

1
1
Yes you are right. I have edited the answer.

There is a possibility of an independent set of size |C|, but it is not true for every graph( as mentioned in question).
1
1
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true