In a connected simple graph every vertex has a degree at least $3$. Prove that the graph contains a cycle such that the graph remains connected when the edges of this cycle are deleted.
Source: https://www.komal.hu/verseny/2000-02/mat.e.shtml
I've tried this: Pull out of $G$ a cycle $C$ with smallest perimeter $p$.
Claim: No two nonconsecutive vertices in the circle $C$ are adjacent (else we could make smaller cycle then we already have).
Let $C_1,C_2,...,C_k$ be all components in $G-C$ and I want to prove $k=1$.
If $n_i = |V(C_i)|$ and $e_i= |E(C_i)|$, then we have $$e_i = {3n_i\over 2}-b_i$$ where $b_i$ is a number of edges between $C_i$ and $C$. Because $G$ is connected we have $b_i\geq 1$ for each $i$. Because of the claim we have: $$b_1+b_2+\cdots +b_k = p$$
I have no idea what to do now.
Edit: As Misha Lavrov pointed in a comment, this attempt is not correct.
Suppose $G$ to be a counterexample with a minimal number of edges.
$G$ has no isthmus $vw$.
Otherwise, contract edge $vw$ and consider a cycle $C$ of the reduced graph whose removal does not disconnect the reduced graph. Then $C$ is entirely within one of the components of $G$ produced by deleting $vw$ and so deleting it from $G$ does not disconnect $G$ and there is no counterexample after all.
No two adjacent points $v,w$ of $G$ can both have degree at least $4$.
Otherwise simply remove edge $vw$.
$G$ has no triangle $u,v,w$.
Otherwise, removing edges $uv,vw,wu$ must disconnect the graph. Without loss of generality we can assume that $u$ is then in a separate component from $v$ and $w$.
If $\rho (u)=3$, then let $x\in N(u)/\{v,w\}$. Then $xu$ is an isthmus.
So $\rho (u)>3$ and therefore $\rho (v)=\rho (w)=3$.
If $(N(v)\bigcap N(w))/\{u\}=\{ y\}$, then contracting all edges joining vertices in $\{u,v,w,y\}$ produces a simple connected graph with all vertices of degree at least $3$ and we can proceed using minimality as in the 'isthmus' proof.
Otherwise, we can assume $N(v)=\{ u,w,y\}$ and $N(w)=\{ u,v,z\}$ with $y\ne z$. Then contracting all edges joining vertices in $\{u,v,w\}$ produces a simple connected graph with all vertices of degree at least $3$ and we can again proceed using minimality.
G is 3-regular
Otherwise let $N(u)=\{x,y,v\}$ with $\rho (v)>3$. Reduce $G$ by removing $u$ and adding edge $xy$. The new graph has a cycle $C$ whose removal does not disconnect the graph. If $xy$ is in this cycle then replace it by $xuy$. Removing the possibly amended cycle $C$ does not disconnect $G$.
Proof
Let $N(u)=\{v,a,b\}$ and $N(v)=\{u,c,d\}$ . Delete $u$ and $v$ and add in edges $ab$ and $cd$. The new graph has a cycle $C$ whose removal does not disconnect the graph.
If neither $ab$ nor $cd$ is in $C$ then removing $C$ does not disconnect $G$.
If, say, $ab$ but not $cd$ is in $C$ then replace it in the cycle by $aub$. Removing the possibly amended cycle $C$ does not disconnect $G$ and again there is no counterexample.
Finally suppose both $ab$ and $cd$ are in $C$. Part of $C$ is a path from $a$ to say $c$ (or to $d$) which does not include $ab$ or $cd$. Combining this path with $auvc$ then gives a cycle which can be removed without disconnecting $C$.