Petersen graph: Difference between revisions

From Graph
No edit summary
No edit summary
Line 54: Line 54:
| {{arithmetic function value|girth of a graph|5}} || As <matH>O_n, n = 3</math>: <math>\min \{ 2n - 1,6 \}</math>
| {{arithmetic function value|girth of a graph|5}} || As <matH>O_n, n = 3</math>: <math>\min \{ 2n - 1,6 \}</math>
|}
|}
==Graph properties==
{| class="sortable" border="1"
! Property !! Satisfied? !! Explanation
|-
| [[satisfies property::connected graph]] || Yes || all odd graphs are connected. More generally, all Kneser graphs <math>KG_{m,k}</math> are connected for <math>k < m/2</math>.
|-
| [[satisfies property::regular graph]] || Yes || all odd graphs, and more generally all [[Kneser graph]]s, are regular
|-
| [[satisfies property::vertex-tranitive graph]] || Yes || all odd graphs, and more generally all [[Kneser graph]]s, are vertex-transitive
|-
| [[satisfies property::strongly regular graph]] || Yes || This follows on account of it being a Kneser graph of the form <math>KG_{m,2}</math>, i.e., the key is that the subset sizes are 2
|-
| [[satisfies property::edge-transitive graph]] || Yes ||
|-
| [[satisfies property::symmetric graph]] || Yes ||
|-
| [[satisfies property::distance-transitive graph]] || Yes ||
|-
| [[dissatisfies property::self-complementary graph]] || No || The degree is 3 and the number of vertices is 10. For the graph to be self-complementary, a necessary condition is that the number of vertices should be 1 + twice the degree
|-
| [[satisfies property::cubic graph]] || Yes || The degree of every vertex is 3, as computed above.
|-
| [[satisfies property::bridgeless graph]] || Yes ||
|-
| [[satisfies property::cage]] || Yes ||
|-
| [[satisfies property::snark]] || Yes ||
|]

Revision as of 03:28, 29 May 2012

This article defines a particular undirected graph, i.e., the definition here determines the graph uniquely up to graph isomorphism.
View a complete list of particular undirected graphs

Definition

The Petersen graph is a particular undirected graph on 10 vertices that can be defined in the following equivalent ways:

  1. It is the complement of the line graph of complete graph:K5.
  2. It is the odd graph with parameter 3, i.e., the graph . Explicitly, this is the Kneser graph : its vertices are identified with subsets of size two of a 5-element set, and two vertices are adjacent if and only if the corresponding subsets are disjoint.
  3. It is the unique 5-cage.

Arithmetic functions

Size measures

Function Value Explanation
size of vertex set 10 As :
size of edge set 15 As :

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 3 As :
eccentricity of a vertex 2 As :

Other numerical invariants

Function Value Explanation
clique number 2 As : 2, since
independence number 4 Fill this in later
chromatic number 3
radius of a graph 2 Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above.
diameter of a graph 2 Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above.
odd girth 5 As :
even girth 6 As : 6 (we use that )
girth of a graph 5 As :

Graph properties

Property Satisfied? Explanation
connected graph Yes all odd graphs are connected. More generally, all Kneser graphs are connected for .
regular graph Yes all odd graphs, and more generally all Kneser graphs, are regular
vertex-tranitive graph Yes all odd graphs, and more generally all Kneser graphs, are vertex-transitive
strongly regular graph Yes This follows on account of it being a Kneser graph of the form , i.e., the key is that the subset sizes are 2
edge-transitive graph Yes
symmetric graph Yes
distance-transitive graph Yes
self-complementary graph No The degree is 3 and the number of vertices is 10. For the graph to be self-complementary, a necessary condition is that the number of vertices should be 1 + twice the degree
cubic graph Yes The degree of every vertex is 3, as computed above.
bridgeless graph Yes
cage Yes
snark Yes ]