|
|
Line 64: |
Line 64: |
| |- | | |- |
| | [[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]] || 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:08, 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
|
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 .
|