Kneser graph: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
==Particular cases== | ==Particular cases== | ||
===Classes of cases=== | |||
{| class="sortable" border="1" | {| class="sortable" border="1" | ||
Line 24: | Line 26: | ||
|- | |- | ||
| <math>k = 0</math> || [[one-point graph]] | | <math>k = 0</math> || [[one-point graph]] | ||
|} | |||
===First few nontrivial cases=== | |||
As indicated above, the interesting cases are where <math>1 < k < n/2</math>. We list the first few of these: | |||
{| class="sortable" border="1" | |||
! <math>n</math> !! <math>k</math> !! Kneser graph <math>KG_{n,k}</math> | |||
|- | |||
| 5 || 2 || [[Petersen graph]] | |||
|- | |||
| 6 || 2 || {{fillin}} | |||
|} | |} |
Revision as of 18:58, 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:
- The vertex set of is the collection of -element subsets of the fixed set of size .
- 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 |