Bipartite Graph
This is a more specific case of Graph Colouring with two colors.
A graph is bipartite if and only if it is two-colorable.
Odd cycle
A graph is bipartite exactly when it does not contain a cycle with an odd number of edge
MATH239
Bipartite Graph
A graph is bipartite if its vertex set can be partitioned into two disjoint sets , such that and every edge in has one endpoint in and one endpoint in .
Complete Bipartite Graph
For positive integers , , the complete bipartite graph is the graph with bipartition , where and , containing all possible edges joining vertices in with vertices in .
Notice that there are edges in
Theorems
Theorem 5.3.2
A graph is bipartite it has no odd cycles.
How to Prove a Graph is Bipartite?
Create a bipartition, and show how the edges have one end in both sets.
- Proof done using Connectedness: