Hamiltonian Graphs Flashcards
To teach all the definitions, properties and conditions surrounding Hamiltonian Graphs
Definition: Hamiltonian Path
A path that visits each vertex exactly once
Definition: Hamiltonian Cycle
A cycle that visits every vertex in the graph exactly once
Definition: Hamiltonian Graph
A graph containing a Hamiltonian Cycle
Definition: Closure
The closure of a graph is obtained by iteratively joining pairs of nonadjacent vertices whose degree sum at each stage is at least p (number of vertices) until no such pair remains.
Hamiltonian Graph: Basic Necessary Condition 1
The graph must be connected
Hamiltonian Graph: Basic Necessary Condition 2
The graph must have no cut vertices
Hamiltonian Graph: Basic Necessary Condition 3
The graph must have an order equal to or greater than 3
Sufficient and Necessary Conditions
There are no known conditions which are sufficient and necessary for a graphs Hamiltonicity
Sufficient Conditions
Sufficient conditions, if proven to hold for a graph showing that a graph is Hamiltonian however if proven not to hold for a graph does not disprove a graphs Hamiltonicity
Necessary Conditions
Necessary conditions, if proven to hold do not prove that the given graph is Hamiltonian, however, if disproven they are sufficient proof of a graph not being Hamiltonian
Vertex deletion result (Necessary condition)
If the number of components left after vertex deletion is less than or equal to the number of vertices deleted then the graph may be Hamiltonian
k(G - S) <= |S| where G is a graph and S a non-empty subset of vertices of G
Dirac’s Theorem (Sufficient Condition)
Let G be a connected graph of order p >= 3, then if the minimum degree is >= p/2, the graph is Hamiltonian
Sufficient Condition for a Hamiltonian path (Corollary for Dirac’s Theorem)
Let G be a connected graph of order >=3, then if the minimum degree is >= (p-1)/G then the graph contains a Hamiltonian Path.
Bondy & Chvatal’s Theorem
Let u and v be two distinct nonadjacent vertices of a graph G of order p such that the sum of the degree of u and v is greater than or equal to p then G is Hamiltonian if and only if G plus the edges uv is Hamiltonian
Hamiltonian Closure
A graph is Hamiltonian if and only if its closure is Hamiltonian