Planar complete graphs

Let K n K_n denote the complete graph with n n vertices. Which of the following is true?

I. K 4 \hspace{1mm} K_4 is planar.
II. K 5 \hspace{1mm} K_5 is planar.
III. K 6 \hspace{1mm} K_6 is planar.

II only II and III only I, II, and III I and III only III only I and II only I only

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Dan Wilhelm
Jul 13, 2016

We will derive a necessary inequality for planar graphs ( E 3 n 6 E \leq 3n - 6 ), then show the inequality does not hold for K 5 K_5 and K 6 K_6 . ( K 4 K_4 is easily shown to be planar by sketching it.) Below, we will use n n , E E , and F F to denote the number of vertices, edges, and faces, respectively.

Consider K n K_n , a complete graph with n > 2 n > 2 vertices (and hence E 3 E \geq 3 ). To be fully enclosed, each face must be at least a triangle. So, at least 3 edges bound each face. To relate faces with edges, note that 3 F 3F will double-count the minimum number of edges, since each edge has two sides and hence bounds two faces. So, we must divide this count by two: E 3 F / 2 E \geq 3F/2 , or F 2 E / 3 F \leq 2E/3 .

Euler's formula holds for any planar graph: n E + F = 2 n - E + F = 2 . Substituting the above inequality into Euler's formula: F = 2 n + E 2 E / 3 F = 2 - n + E \leq 2E/3 .

Hence, a planar graph with n > 2 n > 2 and E 3 E \geq 3 implies that E 3 n 6 E \leq 3n - 6 .

Now, using this condition, let's see if K 4 K_4 , K 5 K_5 , and K 6 K_6 are planar. We know that the number of edges in K n K_n is ( n 2 ) = n ( n 1 ) / 2 \dbinom{n}{2} = n(n-1)/2 . So:

  • K 4 K_4 is planar , since we can easily draw by hand a planar graph with four vertices where each is connected to the others. Note that the inequality above is true for all planar graphs, including K 4 K_4 . But, it may also hold for non-planar graphs, so the inequality is not proof by itself that K 4 K_4 is planar.

  • K 5 K_5 : n = 5 , E 5 = ( 5 2 ) = 10 n = 5, E_5 = \dbinom{5}{2} = 10 . Is it planar? E 5 > 3 5 6 E_5 \gt 3 \cdot 5 - 6 , so K 5 K_5 cannot be planar .

  • K 6 K_6 : n = 6 , E 6 = ( 6 2 ) = 15 n = 6, E_6 = \dbinom{6}{2} = 15 . Is it planar? E 6 > 3 6 6 E_6 \gt 3 \cdot 6 - 6 , so K 6 K_6 cannot be planar .

What exactly is a planar graph

chioma Stella - 1 year, 1 month ago

A graph is planar if you can draw its vertices and edges on paper (i.e. a plane) without any of the edges crossing!

Dan Wilhelm - 1 year ago

Really didactic!!!! I applied brute force drawing them...

Paul Romero - 2 months, 3 weeks ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...