Suppose a graph $G$ is connected with $n$ vertices and $e$ edges. If $n \ge 3$ and $G$ has exactly one cycle, prove that $e = n$.
2026-04-04 15:21:31.1775316091
Suppose a graph $G$ is connected with $n$ vertices and $e$ edges. If $n \geq 3$ and $G$ has exactly one cycle, prove that $e=n$.
291 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $C$ be the only cycle in $G$. Consider any two adjacent vertices $u$ & $v$ that belong to $C$. Even if I remove the edge between $u$ & $v$, $G$ will remain connected. Let $G'$ be the new graph after removing the edge $uv$. $G'$ is connected, and has no cycle (bcoz we removed the $uv$ edge), hence $G'$ is a tree. $G'$ has $n-1$ edges $\implies$ $G$ has $n$ edges.