Graph $G$ that does not contain a loop contains a bipartite spanning subgraph $H$, such that for any vertex $v$, there is $d_H(v)\ge\frac{1}{2}d_G(v)$

78 Views Asked by At

How do you prove that for any graph $G$ that does not contain a loop* contains a bipartite spanning subgraph $H$, such that for any vertex $v$, there is $d_H(v)\ge\frac{1}{2}d_G(v)$?

* A loop is defined as an edge whose both endpoints are the same vertex. Graph $G$ may contain repeated edges.

1

There are 1 best solutions below

5
On BEST ANSWER

Hint: Just take the bipartite subgraph with maximum number of edges.