Prove that if $G$ is planar, then $G'e$ is planar too.

502 Views Asked by At

I need to prove that if graph $G$ is planar, then a graph created from it by joining two vertices $v,u$ on edge $e$ and connecting to a newly created vertex all others that were connected to either $v,u$ (and creating $G'e$ in the process) is planar too. Here's and example: enter image description here

How in the world should I prove that? It's obvious that a graph created this way satisfies the Euler formula for planar graphs, but is it indeed planar?

1

There are 1 best solutions below

1
On BEST ANSWER

Hint: use Kuratowski's theorem to prove that you can't induce some $K_5$ or $K_{3,3}$ in $G/e$.