Complete bipartite graph
From Wikipedia, the free encyclopedia
| Complete bipartite graph | |
|---|---|
A complete bipartite graph with m = 5 and n = 3 |
|
| Vertices | n + m |
| Edges | mn |
| Radius | ![]() |
| Diameter | ![]() |
| Girth | ![]() |
| Automorphisms | ![]() |
| Chromatic number | 2 |
| Chromatic index | max{m, n} |
| Spectrum | ![]() |
| Notation | Km,n |
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, v1 ∈ V1 and v2 ∈ V2, v1v2 is an edge in G. The complete bipartite graph with partitions of size |V1|=m and |V2|=n, is denoted Km,n.
[edit] Examples
- For any k, K1,k is called a star. All complete bipartite graphs which are trees are stars.
- The graph K1,3 is called a claw, and is used to define the claw-free graphs.
- The graph K3,3 is called the utility graph. This usage comes from a standard mathematical puzzle in which three utilities must each be connected to three buildings; it is impossible to solve without crossings due to the nonplanarity of K3,3.
[edit] Properties
- Given a bipartite graph, finding its complete bipartite subgraph Km,n with maximal number of edges mn is an 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}.
- The adjacency matrix of a complete bipartite graph Km,n has eigenvalues √(nm), −√(nm) and 0; with multiplicity 1, 1 and n+m−2 respectively.
- The laplacian matrix of a complete bipartite graph Km,n has eigenvalues n+m, n, m, and 0; with multiplicity 1, m−1, n−1 and 1 respectively.
- A complete bipartite graph Km,n has mn−1 nm−1 spanning trees.
- 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 corresponding to a Latin square.
- The last two results are corollaries of the Marriage Theorem as applied to a k-regular bipartite graph.
[edit] See also
[edit] References
- Bondy, John Adrian; Murty, U. S. R. (1976), Graph Theory with Applications, North-Holland, ISBN 0-444-19451-7, http://www.ecp6.jussieu.fr/pageperso/bondy/books/gtwa/gtwa.html, page 5.
- Diestel, Reinhard (2005), Graph Theory (3rd ed.), Springer, ISBN 3-540-26182-6. Electronic edition, page 17.




