Complete bipartite graph
From Wikipedia, the free encyclopedia
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.
Contents |
[edit] 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. The complete bipartite graph with partitions of size and is denoted Km,n.
[edit] Examples
[edit] Properties
- Given a bipartite graph, finding its complete bipartite subgraph Km,n with maximal number of edges is a NP-complete problem.
- A planar graph cannot contain K3,3 as a minor; an outerplanar graph cannot contain K3,2 as a minor (These are not sufficient conditions for planarity and outerplanarity, but necessary).
- A complete bipartite graph Kn,n is a Moore graph and a (n,4)-cage
- A complete bipartite graph Kn,n or Kn,n + 1 is a Turán graph
- 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 maximum 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