Maximal Independent Set and Minimal Vertex Cover. I can have multiple maximal independent sets for a graph.. Now for a particular Maximal independent set , if I remove the vertices contained in it from total vertices in a graph...then my question is am I sure to get a minimal vertex cover...? Like say if the vertices of a graph are "abcde" and say if "abc" is a maximal independent set then can I say for sure that "de" is a minimal vertex cover...?
Plz correct me if I have done something totally wrong or is the claim given wrong...by seeing this.
Let $G=(V,E)$ be undirected graph, and $G^c$ is complement, where $G^c=(V,V\times V \setminus E)$
$S\subseteq V(G)$ is maximal independent set in $G$ $\iff$ $S$ is maxiaml clique in $G^c$.
As for a vertex cover:
$S\subseteq V(G)$ is a maximal independent set in $G\iff V\setminus S$ is a set cover in $G$
Proof of $\leftarrow$ direction:
Let $A\subseteq V(G)$ be some vertex cover in $G=(V,E)$.
proof: Otherwise $A$ won't be a vertex cover.