I'm not sure how to show that the graph G contains a cycle if the minimum degree delta ≥ 2 for the following question
Show that if G is a graph with minimum degree ≥ 2, then G contains a cycle.
I'm not sure how to show that the graph G contains a cycle if the minimum degree delta ≥ 2 for the following question
Show that if G is a graph with minimum degree ≥ 2, then G contains a cycle.
Hint:
Consider a path $v_1,v_2,\ldots,v_h$ of maximum length. (Here, by path, we mean explicitly not a cycle.) Now, you've used only one edge incident to $v_h$, but we know by assumption that there are at least two.
What could possibly keep this second edge incident to $v_h$, which we have not yet used in the path, from forming a path of longer length (which would be a contradiction to the assumption that our path is as long as possible)?
I would do a proof by contradiction. Suppose that $G$ has $\delta(G) \geq 2$ but does not contain a cycle. Then $G$ is either a tree or a forest. If $G$ is a tree (the maximal case of acyclicity), then $G$ has $V - 1$ edges. From there, I would use a handshake lemma argument to get that there are at least $2V$ edges.