Odd graph
Definition
Let be a natural number greater than or equal to 2.
The odd graph with parameter , denoted , is defined as the Kneser graph . Explicitly, dix 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
| Value of | Odd graph |
|---|---|
| 2 | triangle graph |
| 3 | Petersen graph |
| 4 | odd graph:O4 |
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 picking two disjoint and interchangeable -element subsets from a -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 | For any subset of size , we need to count all the subsets of size that are disjoint from it. This is . | |
| eccentricity of a vertex | Fill this in later |
Other numerical invariants
| Function | Value | Explanation |
|---|---|---|
| clique number | 3 for 2 for |
|
| independence number | Fill this in later | |
| chromatic number | Fill this in later | |
| radius of a graph | Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above. | |
| diameter of a graph | Due to vertex-transitivity, the diameter equals the eccentricity of any vertex, which has been computed above. | |
| odd girth | ||
| even girth | 6 for for |
|
| girth of a graph | . Explicitly, it is for and 6 for . |