Kuratowski’s Theorem in Discrete Mathematics

Kuratowski established the theorem establishing a necessary and sufficient condition for planarity in 1930. The theorem states that –

"If G is non planar if and only if G contains a sub-graph that is a subdivision
 of either K3,3 or K5."

Kuratowski’s Theorem Definition

Kuratowski’s Theorem characterizes planar graphs. It states that a graph is planar if and only if it does not contain a subgraph that is a subdivision of either K5​ (complete graph on five vertices) or K3,3​ (complete bipartite graph on six vertices, three of which connect to each of the other three).

To prove this theorem, we’ll go through some definitions and make sure that both K3,3 and K5 are non-planar. Let’s have a look at K3,3

Proposition 1  – K3,3 is not planar.

Proof:

Now, we will prove it by contradiction.  
Say, to the contrary, that K3,3 is planar.  Then there is a plane embedding of K3,3 satisfying :
Then, by Euler’s Formula : v − e + f = 2, where  v = total vertices, e = no of edges , f = total faces.
 

(a) K3,3 Graph (b) K5 Graph

In figure (a), the bi-partite graph : v= 6 and e= 9. 

As K3,3 is bipartite, there are no 3-cycles in it(odd cycles can be there in it).  
So, each face of the embedding must be bounded by at least 4 edges from K3,3. 
Moreover, each edge is counted twice among the boundaries for faces.  
Hence, we must have :  f ≤2 *e/4 
⇒ f ≤ e/2  
⇒ f ≤ 4.5.
Now put this data in the Euler’s formula :we get : 2 =v−e+f
⇒ 2 ≤ 6−9 + 4.5 
⇒ 2 ≤ 1.5, which is obviously false.  
So, we can say that  K3,3 is a non-planar graph.

Proposition 2 – K5 is not planar.

Proof:

Every planar graph must follow  : e ≤ 3v − 6 (corollary of Euler’s formula)
For graph (b) in the above diagram, e = 10 and v = 5. 
LHS : e = 10
RHS : 3*v – 6 = 15 – 6 = 9
⇒ 10 ≤ 9, which is not true.
So, we can say that  K5 is a non-planar graph.

Example – Kuratowski’s Theorem

1. Prove that : A planar graph’s sub-graphs are all planar.

Proof:

Let G be the graph & P be its sub-graph.
There exists a planar embedding of G, if G is planar. In the planar embedding of G, we can locate the vertices and edges of every sub-graph P of G.
This is how a planar embedding of P is created.

2. A non-planar graph’s subdivisions are all non-planar.

Proof:

Assume that for G, a planar embedding of its subdivision, P, exists. 
We acquire a planar embedding of G and find G planar when we remove the vertices formed in edge-subdivisions and reconstruct the original edge (without affecting the shape and position of the path).
As a result, if G is non-planar, so is every subdivision (P) of G.

Four Color Theorem and Kuratowski’s Theorem in Discrete Mathematics

The Four Color Theorem and Kuratowski’s Theorem are two fundamental results in discrete mathematics, specifically in the field of graph theory. Both theorems address the properties of planar graphs but from different perspectives.

In this article, we will understand about Four Color Theorem and Kuratowski’s Theorem in Discrete Mathematics, their definition, examples, and semantic differences between them.

Table of Content

  • Four Color Theorem in Discrete Mathematics
    • Four Color Theorem Definition
  • How to color?
    • Example – Four Color Theorem
  • Kuratowski’s Theorem in Discrete Mathematics
    • Kuratowski’s Theorem Definition
    • Example – Kuratowski’s Theorem
  • Semantic Difference between Four Color Theorem and Kuratowski’s Theorem

Similar Reads

Four Color Theorem in Discrete Mathematics

In 1852, Francis Guthrie, a student of Augustus De Morgan, a notable British mathematician and logician, proposed the 4-color problem. He defined the problem in terms of maps that meet specific requirements, such as not having any holes and connecting every region (e.g. country or state) so that no region exists in two or more non-contiguous sections....

How to color?

Take any map and divide it into a set of connected regions: R1, R2 … Rn with continuous boundaries.There must be some way to assign each region Ri  -> in the set {R, G, B, Y}, such that if two regions Ri and  Rj are “touching” (i.e. they share some nonzero length of the boundary between them), they must receive different colors....

Kuratowski’s Theorem in Discrete Mathematics

Kuratowski established the theorem establishing a necessary and sufficient condition for planarity in 1930. The theorem states that –...

Semantic Difference between Four Color Theorem and Kuratowski’s Theorem

Feature Four Color Theorem Kuratowski’s Theorem Main Focus Coloring of planar graphs Characterization of planar graphs Historical Significance First major theorem proven using computers Fundamental characterization of planarity in graphs Applications Map coloring, frequency assignment, circuit design Planarity testing, graph drawing, topological studies Graph Type Applies to all planar graphs Identifies non-planar graphs by forbidden subgraphs Proof Method Proof by exhaustion using computer assistance Combinatorial and structural proof...

FAQs on Four Color Theorem and Kuratowski’s Theorem

What is the Four Color Theorem?...