Proposition 1.3.1. Every graph G contains a path of length $delta(G)$ and a cycle of length at least $delta(G)+1$ (provided that $delta(G) ge 2$).
Following the proof I can see why this would be true if G actually contains a cycle, but I keep thinking there are many graphs, like the path graph itself and connected trees, with $delta(G) ge 2$ but which don’t have any cycles. I found this question on the same proposition, asking to prove it. The accepted answers there seem to quote Diestel’s proof verbatim, assuming G just has a cycle. I’m pretty sure I’m missing something, so I wonder why one would choose this formulation or whether I’m simply misunderstanding the proposition. Is it assumed that graphs are cyclic unless stated otherwise? Might this be specific to the context in a way I managed to overlook? As a reminder, $delta(G)$ is the minimum degree, taken over all vertices of $G$.
Asked By : Fasermaler
Answered By : orlp
Best Answer from StackOverflow
Question Source : http://cs.stackexchange.com/questions/47258