Proof 2


Background: This is a bit of a tedious proof, and while intuitively one can understand how to go about it, we will need to formalize a few other statements and prove them before we can do this proof.

I shall provide definitions of the term Bipartite (= 2-Partite), and also prove the theorems we will need to prove this statement.

1) Bi-Partite (2-Partite) - A graph G=(V,E) is 2-partite iff U,WV(G),UW=ϕ and UW=V(G) and, furthermore, E(G)={uv:uUandvW}

Informally, this is a partitioning of a graph into two non-intersecting subset of vertices, such that, no 2 vertices in the same subset are adjacent.

a) In the event that we have a disconnected graph, i.e., G=(V,E),,k(G)>1 , it can only be 2-partite if all of its connected components are 2-partite.

Proof - This is fairly easy to see. We see that if CC(G),,CC(G)2-partite, then, G itself can never be 2-partite, because, G=CC 1 CC 2 ...CC n , and so, as uvE(G) , for some u in the non-bipartite component, and v in some bipartite component, we cannot split those vertices into any 2 existing subsets designed for the other Connected Components, as by doing so, we will be forced to put at least 2 vertices connected by an edge in one of those subsets.

b) Given G=(V,E) , then, G = 2-partite, iff, C odd G.

Proof - Basically, this statement says that in order for any graph to be Bi-partite, none of its possible subgraphs can be an odd cycle. And, of course, vice-versa. We will show 2 cases:

1) Given there is an odd cycle subgraph in a graph, it is not 2-partite.

2) Given a graph is 2-partite, there is no odd-cycle in it.

1) We know that C odd V(G). Therefore, in order to the Graph G, we will also need to make sure that we can partition this cycle. In order to partition the vertices, we will manually assign vertices that are adjacent to each other to each other opposing partition sets. That is, suppose, U,WV,, vertices vC odd are put into U and W alternatingly if they are adjacent. So, let C odd =(V odd ,E ' ) where V odd =(v 1 ,v 2 ,...,v 2k+1 ) for some k Now, let us start by assigning v 1 U and v 2 W and so on. We see then, that, v odd U, and v even W. Therefore, v 2k+1 U, and so is v 1 U. However, as we have a Cycle, we know that, v 2k+1 v 1 E(G). Therefore, we have that 2 adjacent vertices belong to the same subset on partition, and there is no other way of partitioning. This implies that if we have an odd cycle, there exists no way to partition the Graph in a Bipartite manner.

2) Given a 2-partite graph. if there exists an odd cycle in it, we know that v 2k+1 and v 1 are not in the same set. Then, we have that, as there is, at minimum, 1 cross edge between two vertices in U, W (not counting the edges due to the cycle), then, we have that: deg(v) = 2(2k+1) = 4k+3 = (4k+2)+1, which means that the sum of degrees is odd, and this violates the fundamental theorem of Graph Theory, that the sum of all edges is equivalent to an even number. The very fact that this possibility exists implies that we cannot have a 2-partite graph with an odd cycle.

Now, we shall use the 2 facts above to show our main claim:

The only case we really need to show that given a Graph G=(V,E),,k(G)=1 and G=2-partite , G ¯2-partite. Now, we have that, as G is 2-partite by definition, C odd V(G) . Therefore, all we need to show that in G ¯ , C odd V(G ¯). This would imply that G ¯ is not 2-partite.

So, we now have to show the existence of C odd for graphs G that have even cycles or are acyclic. Let us prove these cases: 1) G=(V,E),C even V(G) . We will then show that K odd C even ¯ , where, C even ¯G ¯ . Now, we know that there must be at-least 6 vertices (for the case of 4 vertices in the cycle, there must exist at-least 1vertex not in the cycle, and connected to some vertex in the cycle, leading to a 3-cycle in the negated graph), and let us donate the number of edges in C even as e. In C even , we see that |E(C even ¯)| = e(e-1)/2-(e) = e 2 /2-3e/2. We notice that this number is even and greater than (e-1) itself. Therefore, we see that, as there must exist for some vertex vV(G) , at least 2 vertices u,wV(G),,(vu,vw,uw)E(G). We have that, in G ¯ , (vw,uw,uw)E(G ¯), implying that there exists a 3 cycle. Now, in order for 3 such vertices to exist, they need to be, at minimum, at alternating distances from each other, that is, d min (v,w)=2 , vC odd C even ¯. As the smallest odd cycle is a 3-cycle, we need a 6-cycle complement to always create a 3-cycle as one of its subgraphs, showing the inability to have it exhibit the property of being 2-partite. Therefore, as (vw,uw,uw)E(G ¯), we have that, C odd =({u,v,w},{uv,vw,uw})G ¯ , and therefore, G ¯ 2-partite. 2) In the event that we have G=(V,E),G = Acyclic Graph. Now, as |E(G)|(n-1), where, n=|V(G)| ,(v 1 ,v 2 )V(G),,deg(v 1 ) = deg(v 2 ) = 1. As deg(v)=2(n-1) , vV(G) , we see that, provided k(G)=1, (v 1 ,v 2 ),,deg(v 1 )=deg(v 2 )=1 . Now, as this is the case, given a graph of atleast 5 vertices, there exists at least 1 vertex w,,(v 1 w,v 2 w)E(G). Then, we have that, as, deg(v 1 )=deg(v 2 )=1 and |V(G)|5 , v 1 v 2 E(G). Finally, we see that (v 1 v 2 ,v 1 w,v 2 w)E(G ¯) , implying that (3 - cycle)G ¯. Therefore, we see that G ¯ 2-partite. Therefore, our original claim is proved.

QED.