Let a graph $G = (V, E) $ such that $|V| \geq 2$.
G is a connected graph, and deleting one vertex from G will not change the fact that it is connected (for any vertex). Let $u,v \in V(G)$ such that they are distinct vertices. Prove that G has a cycle that both $u$ and $v$ are part of.
I'm trying to prove this and need some help. Any graph gurus out there?