Complete bipartite graph: Difference between revisions

From Graph
(Created page with "{{undirected graph family}} ==Definition== Suppose <matH>m,n</math> are positive integers. The '''complete bipartite graph''' <math>K_{m,n}</math> is an undirected graph...")
 
Line 34: Line 34:
! Function !! Value !! Explanation
! Function !! Value !! Explanation
|-
|-
| [[degree of a vertex]] || <math>n</math> for vertices in <math>A</math><br><math>m</math> for vertices in <math>B</math>
| [[degree of a vertex]] || <math>n</math> for vertices in <math>A</math><br><math>m</math> for vertices in <math>B</math> ||
|-
|-
| [[eccentricity of a vertex]] || For vertices in <math>A</math>: 1 if <math>m = 1</math>, 2 if <math>m > 1</math><br>For vertices in <math>B</math>: 1 if <math>n = 1</math>, 2 if <math>n > 1</math> ||
| [[eccentricity of a vertex]] || For vertices in <math>A</math>: 1 if <math>m = 1</math>, 2 if <math>m > 1</math><br>For vertices in <math>B</math>: 1 if <math>n = 1</math>, 2 if <math>n > 1</math> ||

Revision as of 20:42, 29 May 2012

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.

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