Let $G$ be a graph such that $\delta(G) \geq k$.
Prove that $G$ has a path of length at least $k$.
Solution: We know that $\delta(G) = \min\lbrace \deg(v) \mid v \in V(G) \rbrace$
If $\delta(G) = k$ then there exists some $v \in V(G)$ such that $\deg(v) = k$. This means all other vertices $u \in V(G)$ have $\deg(u) \geq k$.
Now I know this must be part of the proof. How would I prove that there exists a path of at least $k$?
If $k \geq 2$, prove that $G$ has a cycle of length at least $k+1$.
b) consider a path $v_0\dots v_k$ of length $k$ (existing for part a) and for Chandru's construction) such that $v_i \neq v_j$ $\forall i\neq j$.