Complete bipartite graph
From Wikipedia, the free encyclopedia
| Complete bipartite graph | |
A complete bipartite graph m=3 n =2 |
|
| Vertices | n+m |
|---|---|
| Edges | mn |
| Automorphisms | 2m!n! if m=n, otherwise m!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
and
v1v2 is an edge in G. The complete bipartite graph with partitions of size
and
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.
- The graph K3,3 is called the utility graph.
[edit] Properties
- Given a bipartite graph, finding its complete bipartite subgraph Km,n with maximal number of edges
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
,
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

