In the mathematical field of graph theory, a complete bipartite graph or biclique is a special kind of bipartite graph where every vertex of the first set is connected to every vertex of the second set.
Definition
A
complete bipartite graph is a bipartite graph such that for any two vertices
and
is an edge in
. The complete bipartite graph with partitions of size
and
is denoted
.
Examples
- For any k, is called a star.
- The graph is called a claw.
Properties
- Given a bipartite graph, finding its complete bipartite subgraph with maximal number of edges is a NP-complete problem.
- A planar graph cannot contain as a minor; an outerplanar graph cannot contain as a minor (These are not sufficient conditions for planarity and outerplanarity, but necessary).
- A complete bipartite graph. is a Moore graph and a -cage
- A complete bipartite graph or is a Turán graph
- A complete bipartite graph has a vertex covering number of and an edge covering number of
- A complete bipartite graph has a maximum independent set of size
- A complete bipartite graph has a maximum matching of size
- A complete bipartite graph has a proper n-edge-coloring
- A complete bipartite graph has mn-1 nm-1 Spanning trees.
- The last two results are corollaries of the Marriage Theorem as applied to a k-regular bipartite graph
See also