Let G be a graph with minimum degree $\ge2$. The minimum degree of G is denoted by $\delta(G)$
Show that G has a path of $\delta(G)$
Ok first we know that the graph must at least be a triangle cycle because the minimum degree is greater than 2.
So let P be a be a max path from $v1,v2,...,vk$ it must have all of the neighbors of v1 to be a max path and all the neighbors of v1 are $\delta(G)$
Hence the max path must be $P=\delta(g)+1$ the one is the graph the plus 1 coming from the $v1vk$ edge the final edge.
I am not sure this is true I am new to the graph theory.