Complete bipartite graph

From Graph
Revision as of 00:11, 26 May 2014 by Vipul (talk | contribs) (→‎Normalized Laplacian matrix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Undirected graph family

Definition

Suppose are positive integers. The complete bipartite graph is an undirected graph defined as follows:

  1. Its vertex set is a disjoint union of a subset of size and a subset of size
  2. 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.

Explicit descriptions

Adjacency matrix

If we order the vertices so that makes up the first vertices and makes up the last vertices, the adjacency matrix looks like the block matrix below:

Here, is shorthand for the matrix with 0s for all its entries and is shorthand for the matrix with 1s for all its entries.

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

Algebraic theory

Adjacency matrix

If we order the vertices so that makes up the first vertices and makes up the last vertices, the adjacency matrix looks like the block matrix below:

Here, is shorthand for the matrix with 0s for all its entries and is shorthand for the matrix with 1s for all its entries.

We can thus compute various algebraic invariants:

Algebraic invariant Value Explanation
characteristic polynomial
minimal polynomial if :
if :
rank of adjacency matrix 2
eigenvalues (roots of characteristic polynomial) 0 (multiplicity ), (multiplicity 1), (multiplicity 1)

Laplacian matrix

The Laplacian matrix, defined as the matrix difference of the degree matrix and adjacency matrix, looks as follows:

Here, denotes the identity matrix of the given (square) dimensions, and denotes the matrix with all entries one.

We can thus compute various algebraic invariants:

Algebraic invariant Value Explanation
characteristic polynomial
minimal polynomial If and both are greater than 1:
If :
If :
If :
rank of Laplacian matrix
eigenvalues (roots of characteristic polynomial) 0 (1 time), (1 time), ( times), ( times).
If , disappears as an eigenvalue.
If , disappears as an eigenvalue.

Normalized Laplacian matrix

The normalized Laplacian matrix is as follows:

The matrix is uniquely defined up to permutation by conjugations. Below are some algebraic invariants associated with the matrix:

Algebraic invariant Value Explanation
characteristic polynomial
Note that when , this simplifies to
minimal polynomial If :
If :
rank of normalized Laplacian matrix
eigenvalues (roots of characteristic polynomial) 0 (1 time), 2 (1 time), 1 ( times)
Note that the eigenvalue 1 disappears if