Does a graph with $6$ vertices where each vertex degree is $4$ have to be planar? I can draw a graph that is none planar, and another one which is planar. furthermore, there are $12$ arcs (can get it from $6*4 = 2$*arcs) so according to a known theory $12 \leq 3n - 6$ so it might be planar. but it doesn't have to be.
Thanks.
Yes it must be planar, if $G$ is required to be simple. Otherwise such a graph would have to have $K_{3,3}$ as a subgraph or $K_5$ as a subminor.
There is no such simple graph that contains $K_{3,3}$ as a subgraoh though.
So now it remains to show that $K_5$ cannot be a minor of such a graph. Then let us write the vertex-set of $G$ as $\{x_1,x_2,\ldots, x_6\}$ and suppose that $K_5$ is a subminor of $G$ where the vertices $v_1,v_2,,v_3,v_4,v_5$ of $K_5$ map to $x_1,x_2,x_3,x_4,x_5$, with $v_i$ mapping to $x_i$. Then each edge $v_iv_j$ in $K_5$ must map to $x_ix_j$ or $x_ix_6x_j$, there is only one such pair $i,j$ such that edge $v_iv_j$ may map to $x_ix_6x_j$. Thus, as $K_5$ has 10 edges, the induced subgraph of $G$ on $\{x_1,x_2,x_3,x_4,x_5\}$ must have at least 10-1=9 edges. This is impossible though, due to the fact thatr $x_6$ has degree 4 in $G$ and so does every vertex in $\{x_1,x_2,x_3,x_4,x_5\}$ i.e., 4 of $x_1,x_2,x_3,x_4,x_5$ have only 3 neighbours in $x_1,x_2,x_3,x_4,x_5$ so the induced subgraph of $G$ on $\{x_1,x_2,x_3,x_4,x_5\}$ has only $(4+ 3 \times 4)/2=8$ edges.