0

Let $f_k$ denote the face degree of a cubic planar graph, then from Euler's Formula it follows that: $$ \sum_{k=1}^F f_k = 6F-12 \tag{1} $$ Now I tried to construct some graphs from that, so let $F=4$ and from $(1)$ we get: $6\cdot4-12=12=\sum f_k$ and so it follows that $f_k=3, \forall k$. Fine. Let's continue with $F=5$: One partition might look like $ 6\cdot 5 -12=18=3+3+3+3+6$. At this point I decided to draw the graphs:

$\hskip1.4in$enter image description here

The strange thing is that I had to include the outer face in a) but not in b). My reasoning seems to be broken. What did I miss?

draks ...
  • 18,449

2 Answers2

1

The graph (b) you have here has 6 faces, including the "outer" face, so the calculation should be $6\cdot 6-12=24.$ And since the outer face has also 6 edges, the other sum is $6+6+3+3+3+3=24.$

ADDED: I think what happens here is that, by not using the outer face, the number $F$ in $6F-12$ goes down by $1$, causing that expression to go down by $6$, and it just so happens in your example that your outer face has also $6$ edges, so that by not counting those, the "edge sum" also goes down by 6. So the two equalities both holding on inclusion or exclusion of the outer face can only happen provided the outer face happens to have six edges.

coffeemath
  • 29,884
  • 2
  • 31
  • 52
0

Thanks to Rahul:

$\hskip2.2in$enter image description here

draks ...
  • 18,449