[Math] Find a graph that does not have a Hamilton circuit

graph theory

Does there exist a simple graph with n vertices, n≥3 that does not have a Hamilton circuit, yet the degree of every vertex in the graph is at least (n−1)/2?

I know this is not possible if the degree of each vertex is at least n/2 (Dirac's theorem), but I'm not sure about (n-1)/2

Best Answer

Hint: if $G$ has a Hamilton cycle then for any $S \subset V$ we have that $G-S$ has at most $|S|$ components.

The answer, incidentally, is yes, that such graphs exist. Look for a graph with seven vertices, minimum degree three, that has one vertex that when you remove it yields a graph with more than one component.

Edit: Actually, the line graph on three vertices (o-o-o) works.