Kneser graph: Difference between revisions

From Graph
No edit summary
No edit summary
Line 38: Line 38:
|-
|-
| 6 || 2 || {{fillin}}
| 6 || 2 || {{fillin}}
|}
==Arithmetic functions==
===Size measures===
{| class="sortable" border="1"
! Function !! Value !! Explanation
|-
| [[size of vertex set]] || <math>\binom{n}{k} = \frac{n!}{k!(n - k)!}</math> || By definition, it is the number of <math>k</math>-element subsets of a fixed <math>n</math>-element set.
|-
| [[size of edge set]] || <math>\frac{1}{2} \binom{n}{k,k,n-2k} = \frac{1}{2} \frac{n!}{k!k! (n - 2k)!}</math> || This is the number of ways of dividing a set of size <math>n</math> into two interchangeable substs of size <math>k</math> and a left-over set of size <math>n - 2k</math>.
|}
===Numerical invariants associated with vertices===
We restrict attention to the case that <math>1 < k < n/2</math> 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:
{| class="sortable" border="1"
! Function !! Value !! Explanation
|-
| [[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>.
|}
===Other numerical invariants===
{| class="sortable" border="1"
! Function !! Value !! Explanation
|-
| [[clique number]] || no easy formula, but generally grows with <math>q</math> || Note that <matH>q = 5</math> is the only case where the clique number is 2; for <matH>q \ge 9</math>, the clique number is at least 3 because of the presence of adjacent quadratic residues -- the number of adjacent quadratic residues is <matH>(q - 5)/4</math>. <math>q = 17</math> is the largest value for which the clique number is 3. By Ramsey theory, we know that if <matH>q \ge R(m,m)</math>, then the clique number is at least <math>m</math>.
|-
| [[independence number]] || same as clique number || The two numbers are equal because the Paley graph is a [[self-complementary graph]] and [[independence number equals clique number of complement]]
|-
| [[chromatic number]] || {{fillin}} || {{fillin}}
|-
| {{arithmetic function value|radius of a graph|2}} || Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above.
|-
| {{arithmetic function value|diameter of a graph|2}} || Due to vertex-transitivity, the diameter equals the eccentricity of any vertex, which has been computed above.
|-
| {{arithmetic function value|girth of a graph|3}} (except the case of <math>P_5</math>) || The girth of <math>P_5</math> is 5. Note that for ''all'' higher <math>q</math>, the girth of the graph is 3, due to the fact that there are <math>(q - 5)/4</math> pairs of nonzero quadratic residues that differ by 1, and this number is positive whenever <matH>q > 5</math>.
|-
| [[circuit rank]] || <math>q(q -5)/4 + 1</math> <math>= (q - 1)(q -4)/4</math> || The circuit rank is number of edges - number of vertices + number of connected components. This becomes <matH>q(q-1)/4 - q + 1</math> which simplifies to <matH>q(q - 5)/4 + 1</math>.
|}
|}

Revision as of 19:07, 28 May 2012

Definition

Suppose and are positive integers. The Kneser graph is an undirected graph defined as follows. Fix a set of size (we usually take the set as for convenience). Then:

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

Particular cases

Classes of cases

Condition on and Conclusion
The vertex set is empty, so the graph is a graph on no vertices
one-point graph
The vertex set is non-empty, but the edge set is empty, so the graph is an empty graph
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 -set into two disjoint pieces of equal size.
This is the interesting case. In this case, the graph is connected and non-empty, but is not a complete graph.
complete graph
one-point graph

First few nontrivial cases

As indicated above, the interesting cases are where . We list the first few of these:

Kneser graph
5 2 Petersen graph
6 2 Fill this in later

Arithmetic functions

Size measures

Function Value Explanation
size of vertex set By definition, it is the number of -element subsets of a fixed -element set.
size of edge set This is the number of ways of dividing a set of size into two interchangeable substs of size and a left-over set of size .

Numerical invariants associated with vertices

We restrict attention to the case that 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 We need to determine, for a given -element subset, the number of -element subsets disjoint from it. This is the same as the number of -element subsets of its set-theoretic complement, which has size .
eccentricity of a vertex If , it is 2
In general, it is something like twice the smallest integer greater than or equal to .

Other numerical invariants

Function Value Explanation
clique number no easy formula, but generally grows with Note that is the only case where the clique number is 2; for , the clique number is at least 3 because of the presence of adjacent quadratic residues -- the number of adjacent quadratic residues is . is the largest value for which the clique number is 3. By Ramsey theory, we know that if , then the clique number is at least .
independence number same as clique number The two numbers are equal because the Paley graph is a self-complementary graph and independence number equals clique number of complement
chromatic number Fill this in later Fill this in later
radius of a graph 2 Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above.
diameter of a graph 2 Due to vertex-transitivity, the diameter equals the eccentricity of any vertex, which has been computed above.
girth of a graph 3 (except the case of ) The girth of is 5. Note that for all higher , the girth of the graph is 3, due to the fact that there are pairs of nonzero quadratic residues that differ by 1, and this number is positive whenever .
circuit rank The circuit rank is number of edges - number of vertices + number of connected components. This becomes which simplifies to .