I am stuck with this question. Any help is appreciated.
Let the minimum degree of a plane graph $G$ be at least $3.$ Prove that there are a face $f$ and a vertex $v ∈ f$ such that either $\deg(v) = 3$ and $\deg(f) ≤ 5$ or $\deg(v) ≤ 5$ and $\deg(f) = 3$.
I am aware of the Euler formula and a few conditions regarding edges when there is no $3$-cycle. and I think these condition should suffice for solving the mentioned numerical but I am not still able to make any progress.
You will have to assume that $G$ is finite; otherwise the graphs of the regular tilings are counterexamples.
There is a "trick" to it, which once you've seen you'll probably remember. Basically we take multiples of Euler's formula and replace the edge term with various combinations of vertex degrees and face degrees.
Let $v_i$ be the number of vertices of degree $i$, $f_j$ the number of faces of degree $j$, and $e$ the number of edges. Then $$ 2e = \sum_{i \geq 3} i \, v_i \\ 2e = \sum_{j \geq 3} j \, f_j $$
Adding these equations together, we can get $$ 4e = \sum_{i \geq 3} i\, v_i + \sum_{j \geq 3} j\, f_j, $$ and substitute it into four times Euler's formula $4v - 4e + 4f = 8$: $$ \sum_{i \geq 3} 4 v_i - \sum_{i \geq 3} i\, v_i - \sum_{j \geq 3} j\, f_j + \sum_{j \geq 3} 4 f_j = 8 $$ or $$ \sum_{i \geq 3} (4 - i) v_i + \sum_{j \geq 3} (4 - j) f_j = 8. $$ The only positive contributions on the left hand side come from either vertices or faces of degree 3, so we see there must be at least eight elements of degree 3.
Similar rearrangements using $$ 6e = \sum_{i \geq 3} 2 i\, v_i + \sum_{j \geq 3} j\, f_j $$ into six times Euler's formula gives $$ 2 \sum_{i \geq 3} (3 - i) v_i + \sum_{j \geq 3} (6 - j) f_j = 12. $$ This shows that some faces have degree $j \leq 5$ (otherwise the LHS would be zero or negative.)
And using $6e = \sum_{i \geq 3} i\, v_i + \sum_{j \geq 3} 2 j\, f_j$ will show some vertices have degree $i \leq 5$.