Odd graph

From Graph
Revision as of 03:15, 29 May 2012 by Vipul (talk | contribs) (→‎Arithmetic functions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

Let n be a natural number greater than or equal to 2.

The odd graph with parameter n, denoted On, is defined as the Kneser graph KG2n1,n1. Explicitly, dix a set of size 2n1 (we usually take the set as {1,2,,2n1} for convenience). Then:

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

Particular cases

Value of n Odd graph On
2 triangle graph
3 Petersen graph
4 odd graph:O4

Arithmetic functions

Size measures

Function Value Explanation
size of vertex set (2n1n1)=(2n1)!(n1)!n! By definition, it is the number of (n1)-element subsets of a fixed (2n1)-element set.
size of edge set 12(2n1n1,n1,1)=12(2n1)!(n1)!(n1)! This is the number of ways of picking two disjoint and interchangeable (n1)-element subsets from a (2n1)-element set.

Numerical invariants associated with vertices

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 For any subset of size n1, we need to count all the subsets of size n1 that are disjoint from it. This is ((2n1)(n1)n1)=(nn1)=n.
eccentricity of a vertex n1 Fill this in later

Other numerical invariants

Function Value Explanation
clique number 3 for n=2
2 for n3
independence number Fill this in later
chromatic number Fill this in later
radius of a graph n1 Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above.
diameter of a graph n1 Due to vertex-transitivity, the diameter equals the eccentricity of any vertex, which has been computed above.
odd girth 2n1
even girth 6 for n3
for n=2
girth of a graph min{2n1,6}. Explicitly, it is 2n1 for n=2,3 and 6 for n4.