Kneser graph: Difference between revisions

From Graph
(Created page with "==Definition== Suppose <matH>n</math> and <math>k</math> are positive integers. The '''Kneser graph''' <math>KG_{n,k}</math> is an undirected graph defined as follows. Fi...")
 
No edit summary
Line 18: Line 18:
|-
|-
| <math>k = n/2</math> || 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 <matH>n</matH>-set into two disjoint pieces of equal size.
| <math>k = n/2</math> || 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 <matH>n</matH>-set into two disjoint pieces of equal size.
|-
| <math>1 < k < n/2</math> || This is the interesting case. In this case, the graph is connected and non-empty, but is not a complete graph.
|-
|-
| <math>k = 1</math> || [[complete graph]] <math>K_n</math>
| <math>k = 1</math> || [[complete graph]] <math>K_n</math>

Revision as of 18:56, 28 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

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