MHB NP Problems: Weighted Vertex Cover vs Weighted Independent Set

Click For Summary
The discussion revolves around a theorem connecting independent sets and vertex covers in graphs, specifically addressing the scenario where vertices have positive integer weights. It posits that if S is an independent set with maximum weight, then the complement V - S should be a vertex cover with minimum weight. The argument presented demonstrates that if S is indeed a maximum weight independent set, then any alternative vertex cover T with a lower weight would lead to a contradiction regarding the maximality of S. This reasoning is applied in both directions, confirming that the properties of maximum weight independent sets and minimum weight vertex covers are intrinsically linked under the conditions specified.
JohnDoe2013
Messages
3
Reaction score
0
There is a Theorem that states that if G = (V, E) is a graph, then S is an independent set $\Leftarrow\Rightarrow$ V - S is a vertex cover.

Suppose the vertices have positive integer weights. Does it follow from the theorem that:

S is an independent set with maximum weight $\Leftarrow\Rightarrow$ V - S is a vertex cover with minimum weight?
 
Technology news on Phys.org
I think so. If $S\subseteq V$, let $w(S)$ denote the sum of weights of vertices is $S$, and let $W=w(V)$. Suppose that $S$ is an independent set with maximum weight, but $V-S$ is not minimal, i.e., there exists a $T\subseteq V$ such that $T$ is a vertex cover and $w(T)<w(V-S)=W-w(S)$. Then $w(S)<W-w(T)=w(V-T)$ and $V-T$ is an independent set, a contradiction with maximality of $S$. The other direction is shown similarly.
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K