Complete bipartite graph
In the mathematical field of graph theory, a complete bipartite graph or biclique is a special kind of bipartite graph where every vertices of the first set is connected to every vertex of the second set.
Similar to complete graphs they have very nice properties.
| Contents |
Definition
A complete bipartite graph G: = (V1 + V2,E) is a bipartite graph such that for any two vertices
and
v1v2 is an edge in G. A complete bipartite graph with partitions of size
and
is denoted Km,n.
Examples
Missing image
Complete_bipartite_graph_K3,1.png
Complete_bipartite_graph_K3,1.png
K3,1
Missing image
Complete_bipartite_graph_K3,2.png
Complete_bipartite_graph_K3,2.png
K3,2
Missing image
Complete_bipartite_graph_K3,3.png
Complete_bipartite_graph_K3,3.png
K3,3
Properties
- A planar graph cannot contain K3,3 as a minor; an outerplanar graph cannot contain K2,3 as a minor. (These are not sufficient conditions for planarity and outerplanarity, but necessary.)
- A complete bipartite graph Km,n has a vertex covering number of min{m,n} and an edge covering number of max{m,n}
- A complete bipartite graph Km,n has a maximum independent set of size max{m,n}
- A complete bipartite graph Km,n has a perfect matching of size min{m,n}
- A complete bipartite graph Kn,n has a proper n-edge-coloring
- The last two results are corollaries of the Marriage Theorem as applied to a k-regular bipartite graph
