[Math] About the proof of a graph is not Hamiltonian.

graph theoryhamiltonian-path

Given the following graph:

https://i.stack.imgur.com/fg2Q9.png

Is this graph Hamiltonian or not?

The answer is no. What I tried to prove is by using the fact that: "if a vertex in the graph has degree two, then both edges that are incident with this vertex must be part of any Hamilton circuit." Following that we know, edges 11,6,4,12 must be in any circuit and the edges 17,18,19 and 9,15 must be in any circuit. Knowing that, what should I do to conclude that the graph is not Hamiltonian?

Best Answer

The graph has drawn has a cut-vertex. Indeed removing $m$ breaks the graph into two components. If $G$ has a Hamiltonian circuit it cannot have any cut vertices [make sure you see why for yourself].