If graph G is a planar graph with less than 30 edges: $|E| \lt 30$, prove that the minimum degree in G is: $δ(G) \le 4$.
I was thinking to somehow combine:
- if graph is planar $\Rightarrow |E| \le 3* |V| - 6$
- $2 * |E| =$ sum of degrees in G
If graph G is a planar graph with less than 30 edges: $|E| \lt 30$, prove that the minimum degree in G is: $δ(G) \le 4$.
I was thinking to somehow combine:
Indeed, if $\delta(G)\ge 5$, then $$ \tag12|E|=\sum_{v\in V}\rho(v)\ge \delta(G)|V|\ge 5|V|$$ combined with $$\tag2 3|V|-6\ge |E|$$ gives us $3(1)+5(2)$: $$6|E|+15|V|-30\ge 15|V|+5|E|$$ or after cancellation,$$|E|\ge 30. $$