Let $G$ be a simple planar graph (without assuming "conneceted").
Then, without assuming connectedness, is it still true that $e\le3v-6$ when $v\ge3$?
Certain problem states just "simple planar".
But, its solution uses the inequality $e\le3v-6$ when $v\ge3$.
Give some advice. Thank you.
Let there be $k$ components, $k\ge1$, and $e,v$ edges and vertices in totality respectively. Let the $i^{th}$ component have $e_i$ edges and $v_i$ vertices. Since the graph is simple and planar, each component is simple and planar and the relation $e_i\le3v_i-6$ holds for each component. Thus,$$\sum_{i=1}^ke_i\le\sum_{i=1}^k(3v_i-6)\\\implies e\le3n-6k\le3n-6$$