How do I apply Euler' theorem on a nonplanar graph?

1.1k Views Asked by At

How do I apply Euler's theorem (faces+vertices-edges=2) to a nonplanar graph to prove that it is nonplanar?

1

There are 1 best solutions below

0
On BEST ANSWER

Euler's characteristic is a function of the genus.

$$\chi=2-2g$$

Roughly speaking, the genus is the number of holes in a shape.

For example, for a plane, the genus is 0 (no holes), and thus $\chi_{plane}=2$

And any planar graph must satisfy $$|V|-|E|+|F|=\chi_{plane}=2$$

Lets take for example $k_5$ (the complete graph on 5 vertices) which is not planar.

But, we can draw it on a torus like this:

k5 on a torus

$$|V|-|E|+|F|=5-10+5=0$$

Which is exactly $\chi_{torus}=2-2*1=0$