Need help with the following :
Let G be a non-planar graph. Suppose further that G\e is planar for every edge e of G. Show that at most 6 vertices of G have degree 3 or greater.
So far, I know that from Kuratowski's Theorem G contains a subgraph H such that H is a subdivision of K5 or K3,3. Then I proved by contradiction that since G/e is planar we must have that G=H, namely that G itself is a subdivision of K5 or K3,3. Then I know that the number of edges of G - number of vertices of G is either 5 or 3 and I'm thinking maybe the Handshaking Lemma can help me here but I don't see how. Maybe I can prove the result by contradiction but I don't know which facts to use.
Thanks you.