Kneser graph: Difference between revisions

From Graph
Line 63: Line 63:
| [[degree of a vertex]] || <math>\binom{n - k}{k}</math> || We need to determine, for a given <math>k</math>-element subset, the number of <math>k</math>-element subsets disjoint from it. This is the same as the number of <math>k</math>-element subsets of its set-theoretic complement, which has size <math>n - k</math>.
| [[degree of a vertex]] || <math>\binom{n - k}{k}</math> || We need to determine, for a given <math>k</math>-element subset, the number of <math>k</math>-element subsets disjoint from it. This is the same as the number of <math>k</math>-element subsets of its set-theoretic complement, which has size <math>n - k</math>.
|-
|-
| [[eccentricity of a vertex]] || If <math>k \le n/3</math>, it is 2<br>In general, it is something like twice the smallest integer greater than or equal to <math>k/(2(n - 2k))</math>. ||  
| [[eccentricity of a vertex]] || <math>1 + \operatorname{ceiling}\left(\frac{k - 1}{n - 2k}\right)</math> where ceiling denotes the ceiling function: the smallest integer greater than or equal to a given number ||
|}
 
===Other numerical invariants===
 
We restrict attention to the case <math>1 < k < n/2</math> for all the formulas below, though some of the formulas are also more generally valid.
 
{| class="sortable" border="1"
! Function !! Value !! Explanation
|-
| [[clique number]] || <math>\operatorname{floor}(n/k)</math> where floor is the floor function (the greatest integer function) that returns the largest integer less than or equal to the number || For a subset of the vertex set to form a clique, the elements of the subset must be disjoint as subsets of the <math>n</math>-element set. If there are <math>r</math> such subsets, they have a total of <math>kr</math> elements, forcing <math>kr \le n</math>, giving the upper bound. It's also easy to see that this upper bound is achieved.
|-
| [[independence number]] || {{fillin}} ||
|-
| [[chromatic number]] || {{fillin}} ||
|-
| [[radius of a graph]] || <math>1 + \operatorname{ceiling}\left(\frac{k - 1}{n - 2k}\right)</math> where ceiling denotes the ceiling function: the smallest integer greater than or equal to a given number || Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above.
|-
| [[diameter of a graph]] || <math>1 + \operatorname{ceiling}\left(\frac{k - 1}{n - 2k}\right)</math> where ceiling denotes the ceiling function: the smallest integer greater than or equal to a given number || Due to vertex-transitivity, the diameter equals the eccentricity of any vertex, which has been computed above.
|-
| [[odd girth]] || <math>1 + 2\operatorname{ceiling}\left(\frac{k}{n - 2k}\right)</math> where ceiling denotes the ceiling function: the smallest integer greater than or equal to a given number ||
|-
| [[even girth]] || 6 if <math>n = 2k + 1</math><br>4 if <math>n \ge 2k + 2</math> ||
|}
|}

Revision as of 02:33, 29 May 2012

Definition

Suppose n and k are positive integers. The Kneser graph KGn,k is an undirected graph defined as follows. Fix a set of size n (we usually take the set as {1,2,…,n} for convenience). Then:

  1. The vertex set of KGn,k is the collection of k-element subsets of the fixed set of size n.
  2. The edge set of KGn,k is defined as follows: two vertices of KGn,k are adjacent if and only if they are disjoint when viewed as subsets of the n-element set.

Particular cases

Classes of cases

Condition on n and k Conclusion
k>n The vertex set is empty, so the graph is a graph on no vertices
k=n one-point graph
n/2<k<n The vertex set is non-empty, but the edge set is empty, so the graph is an empty graph
k=n/2 In this case, the graph is a matching graph: it is a disjoint union of 2-cliques, with one 2-clique for each partition of the n-set into two disjoint pieces of equal size.
1<k<n/2 This is the interesting case. In this case, the graph is connected and non-empty, but is not a complete graph.
k=1 complete graph Kn
k=0 one-point graph

First few nontrivial cases

As indicated above, the interesting cases are where 1<k<n/2. We list the first few of these:

n k Kneser graph KGn,k
5 2 Petersen graph
6 2 Fill this in later

Arithmetic functions

Size measures

Function Value Explanation
size of vertex set (nk)=n!k!(n−k)! By definition, it is the number of k-element subsets of a fixed n-element set.
size of edge set 12(nk,k,n−2k)=12n!k!k!(n−2k)! This is the number of ways of dividing a set of size n into two interchangeable substs of size k and a left-over set of size n−2k.

Numerical invariants associated with vertices

We restrict attention to the case that 1<k<n/2 for the expressions below.

Since the graph is a vertex-transitive graph, any numerical invariant associated to a vertex must be equal on all vertices of the graph. Below are listed some of these invariants:

Function Value Explanation
degree of a vertex (n−kk) We need to determine, for a given k-element subset, the number of k-element subsets disjoint from it. This is the same as the number of k-element subsets of its set-theoretic complement, which has size n−k.
eccentricity of a vertex 1+ceiling(k−1n−2k) where ceiling denotes the ceiling function: the smallest integer greater than or equal to a given number

Other numerical invariants

We restrict attention to the case 1<k<n/2 for all the formulas below, though some of the formulas are also more generally valid.

Function Value Explanation
clique number floor(n/k) where floor is the floor function (the greatest integer function) that returns the largest integer less than or equal to the number For a subset of the vertex set to form a clique, the elements of the subset must be disjoint as subsets of the n-element set. If there are r such subsets, they have a total of kr elements, forcing kr≤n, giving the upper bound. It's also easy to see that this upper bound is achieved.
independence number Fill this in later
chromatic number Fill this in later
radius of a graph 1+ceiling(k−1n−2k) where ceiling denotes the ceiling function: the smallest integer greater than or equal to a given number Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above.
diameter of a graph 1+ceiling(k−1n−2k) where ceiling denotes the ceiling function: the smallest integer greater than or equal to a given number Due to vertex-transitivity, the diameter equals the eccentricity of any vertex, which has been computed above.
odd girth 1+2ceiling(kn−2k) where ceiling denotes the ceiling function: the smallest integer greater than or equal to a given number
even girth 6 if n=2k+1
4 if n≥2k+2