The Petersen graph is a famous example of a 1-tough non Hamiltonian graph, and I stumbled across the following graph which also follows the property:
.
I found this example in a paper by V. Chvátal. However, I found out that we can extend this graph as so:
and that all such graphs will follow this property as well. (Here, all the extended graphs are complete, and thus we can see that the triangle version is just a special case of a complete graph).
Just to be sure, I wrote a code in python to check if these graphs follow the property, and using this 'brute force' method also shows that these graphs are indeed non-hamiltonian and 1-tough. I can't seem to find anything similar anywhere on the internet, and I just know the basics of graph theory, so I wanted to ask if this property is just trivial. Is it just obvious that such extensions of complete graphs will follow this property or could this actually be anything interesting?