I'm working through the exercises in Bollobás's book on Modern Graph Theory and am stuck on question (1.67):
Let G be a planar graph on n vertices.
(1) Show that if the minimum degree of G is $\geqslant$ 4, then: $\sum \limits_{v \in V} (deg(v)^2) < 2(n+3)^2 - 62$
(2) Prove by induction on n, that if n $\geqslant$ 4 then: $\sum \limits_{v \in V} (deg(v)^2) \leqslant 2(n+3)^2 - 62$
For the first one I've tried using the fact that if $m$ is the number of edges of G, then for planar graphs $m \leqslant 3n - 6$ so $\sum \limits_{v \in V} deg(v) \leqslant 6n - 12$. Further I think that: $\sum \limits_{v \in V} (deg(v)^2) \leqslant (\sum \limits_{v \in V} deg(v))^2 - 16n(n-1)$
Putting the two results together however didn't yield the required result, so I'm not sure where I have gone wrong.
For the second one, I can't work out what vertex to remove so that induction can be used.
Any help would be much appreciated!
The following are some hints but there is still much to work out, especially for (2). Hopefeully they will not be too confusing:
The first part of the exercise is probably more about algebraic inequalities rather than graph theory. We want to maximize $\sum(deg(v)^2)$ knowing that $4\leq deg(v)\leq n-1$ for all $v$ and, as you stated, $\sum deg(v)\leq6n-12$. Should we make the degrees as equal as possible or maybe something else?
If the minimum degree is $\geq4$ then we are done by point (1), so suppose not. Now it seems natural to try induction by removing a vertex of minimum degree, say $v_0$. Then $deg(v_0)\in\{0,1,2,3\}$ by assumption. When we add $v_0$ back the sum $\sum(deg(v)^2)$ clearly increases: we have an extra term given by $deg(v_0)^2$ and most importantly the degree of each neighbor of $v_0$ increases by one. The tricky part is bounding the latter increment.