Complete bipartite graph
Template:Undirected graph family
Definition
Suppose are positive integers. The complete bipartite graph is an undirected graph defined as follows:
- Its vertex set is a disjoint union of a subset of size and a subset of size
- Its edge set is defined as follows: every vertex in is adjacent to every vertex in . However, no two vertices in are adjacent to each other, and no two vertices in are adjacent to each other.
Note that and are isomorphic, so the complete bipartite graph can be thought of as parametrized by unordered pairs of (possibly equal, possibly distinct) positive integers.
Particular cases
- One special case of interest is where . This case of interesting because in this case, the graph becomes a tree.
- Another case of interest is where . This case is interesting because the graph acquires additional symmetry and becomes a vertex-transitive graph.
Arithmetic functions
Size measures
Function | Value | Explanation |
---|---|---|
size of vertex set | Follows from definition as disjoint union of subsets of size | |
size of edge set | Follows from definition: the edges correspond to choosing one element each from (size ) and (size ) |
Numerical invariants associated with vertices
Note that if , the graph is a vertex-transitive graph, but if , the graph is not a vertex-transitive graph.
Function | Value | Explanation |
---|---|---|
degree of a vertex | for vertices in for vertices in | |
eccentricity of a vertex | For vertices in : 1 if , 2 if For vertices in : 1 if , 2 if |
Other numerical invariants
Function | Value | Explanation |
---|---|---|
clique number | 2 | Follows from being non-empty and bipartite |
independence number | and are the only maximal independent sets, so the larger among their sizes gives the independence number. | |
chromatic number | 2 | Follows from being non-empty and bipartite |
radius of a graph | 1 if 2 if |
Follows from computation of eccentricity of each vertex above |
diameter of a graph | 1 if 2 if |
Follows from computation of eccentricity of each vertex above |
odd girth | infinite | follows from being bipartite |
even girth | infinite if 4 if |
|
girth of a graph | infinite if 4 if |