Let $G$ be a connected, planar, simple graph with $v$ vertices, and $e$ edges.
Prove that if every face is isomorphic to $C_k$ then $e = \dfrac{k(v-2)}{k-2}$
$C_k$ is the cycle of $k$ vertices where $k\geq3$
Here is what I have so far:
Since every face,$f$, is isomorphic to $C_k$, then each face has $k$ vertices and $k$ edges, and every vertex has a degree of $2$.
I'm thinking about using Euler's formula, $v-e+f=2$, but I couldn't fit this formula into my proof.
Any hints about how should I proceed?