Planar complete tripartite graphs

5.3k Views Asked by At

For which values of $r$, $s$, and $t$ is the complete tripartite graph $K_{r,s,t}$ planar?


Obviously I want to look for either a $K_5$ or a $K_{3,3}$ in order to show that a specific graph is non-planar. If a graph doesn't have either of these than it is planar. However, I'm unsure how to approach this in the general case without drawing out every possible tripartite graph until I find some non-planar ones.

2

There are 2 best solutions below

3
On BEST ANSWER

Without loss of generality assume $r\ge s\ge t$.

If $r\ge 3$, and $s+t\ge 3$ then the graph is not planar (why?)

In the cases $r\le 2$ or $s+t\le 2$, you should be able to find a strategy to draw the graph in a plane.

0
On

As noted in Henning Makholm answer, we have the following cases:

a) $r \geq 3$, $s+t \leq 2$

b)$r \leq 2$, $s+t \leq 4$.

In both the cases you can show that the graph is planar.