I am asked to prove that for a graph $G$ with vertex set $V$:
- $\exists \text{ a partition } V_1 \cup V_2 \text { of } V \text{ such that } e(G[V_1]) + e(G[V_2]) \leq \frac{1}{2}e(G)$
- We may also require that $e(G[V_1]), \;e(G[V_2]) \leq \frac{1}{3}e(G)$
Using an inductive argument I have proven the first part, but am unsure of how to continue to prove the second. I want to use an inductive argument on the number of vertices by first removing a vertex, finding a partition of the remaining subgraph, and then appropriately adding the original vertex and its edges back in.
However, my problem is that I don't know how I could justify that no matter how many edges the removed vertex has, there is a way to place it in either $V_1$ or $V_2$ such that the conditions are still met. In fact I suspect it might not actually be always possible, however I am unsure how else I may approach this question.