How to approach proving that? For $n=1$ the number of vertices is 5, which is a full graph, which obviously has a cycle of length 3. Doing the proof by mathematical induction makes no sense to me here.
Sum of degrees of all the vertices is $4(3n+2), n \in N$, so the number of edges is $4(3n+2)=2|E|, n \in N$, so the number of edges is $|E| = 2(3n+2)$
Maybe proof by contradiction could be used? But how? I am stuck.
Edit: The graph is connected
The most general example I can come up with is the Cartesian product of two connected 2-regular bipartite graphs, i.e. even cycles. Let $k,\ell > 1$ be positive integers; then $C_{2k} \square C_{2\ell}$ satisfies the desired properties of a counterexample:
If you aren't familiar with the Cartesian product, an equivalent formation of this graph is as follows: the vertex set is $V = \{1,\dots,2k\} \times \{1,\dots,2\ell\}$ where $(i,j),(i',j') \in V$ are adjacent if and only if ($i=i'$ and $j-j' = \pm 1 \pmod{2\ell}$) or ($j=j'$ and $i-i' = 1 \pmod{2k}$.