edited by
25,748 views
60 60 votes
The minimum number of colours that is sufficient to vertex-colour any planar graph is ________.

6 Answers

Best answer
95 95 votes

Four color theorem is a famous result and it says that any planar graphs can be colored with only $4$ colors.

Ref: https://en.wikipedia.org/wiki/Four_color_theorem

Note for confused people  😄

Here ANY is used in sense of FOR ALL $x$. i.e., ANY means literally any one of graph can be selected !
Any man alive is gonna die $\Rightarrow$ All men are gonna die and not any specific one.

Hope this clears thing a bit !

edited by
11 11 votes

For PLANAR  GRAPHS There are........ 

vertex colouring for vertices 

map colouring for regions 

and 

edge colouring for edges 

IN THE QUESTION planar graph requires ( MINIMUM ) vertex colouring . 

1) 

DRAW A GRAPH WITH 2 VERTICES AND ONE EDGE 

( ie.,  v=2 , e = 1 , f =1 )  IS  A PLANAR GRAPH . 

AND IT SATISFIES EULER FORMULA  .( v - e + f  = 2 ) 

The  minimum Colours  it require = 2. 

2) 

Take a rectangle with out diagonals . 

Is a planar graph  AND   by vertex colouring it requires  2  colors .

THE MINIMUM NO OF COLOURS SUFFICIENT  TO  This  planar graph  = 2

ALSO 

In any planar graph ,

consider a tree 

 every tree is a planar grapgh and it is triangle free graph 

a tree with n vertices requires 2 colours.

for example 

 a tree with 100 vertices having 99 edges , it requires minimum 2 (two ) colours.

3)

consider a triangle  with 3 vertices & 3 edges

it requires  minimum 3 colours 

4)

consider a wheel graph of 4 vertices 

it requires  minimum 4 colours 

5)

cosider  a complete graph of 4 vertices  (k4)

it requires  minimum 4 colours 

6)cosider  a complete graph of 5 vertices  (k5)

it requires  minimum 5 colours with respect to vertex colour , but  k5 is NON PLANAR 

IN THE GIVEN QUESTION 

ANY plannar graph  Means we need to find the maximum no. of vertex-color among all the planner graphs And that maximum no will be the minimum no of color that is sufficient to vertex-color any planer graph.

SO

                              answer is 4

edited by
5 5 votes
If we talk about minimum no. of colors that is sufficient to vertex-color in any planar graph which means a planar graph with any no. of vertices. However, in some cases, 3 colors are suffcient to vertex-color in a planar graph like triangle whereas in some cases 4 colors are suffcient to vertex-color in a planar graph . But is has been proved that 4 colors are sufficient to vertex-color every planar graph. It is called as the four color theorem. So, the answer will be 4.
2 2 votes
Note that we have asked about the sufficient condition ie the worst case condition hence for determining minimum colours sufficient for any planar graph we would find the first non-planar graph.

According to Kuratowski's first non-planar graph is a complete graph having 5 vertices ie K5 and all the prior graphs like K4,K3,..  are all planar .

Hence we know that max colouring number for a graph appears to the equal to number of vertices in graph ie in worst case we can have max colouring number equal to number of vertices and not more than that which is only possible in complete graph.

So max colouring number in any planar graph will be 4 which will be in K4.

Hence answer is 4
0 0 votes

Can i give reasoning like this ? @Akash Kanase 

The maximum complete graph with planarity is K4.

And to color K4 we need 4 vertices.

Now if we take 5 colors then it is also able to color K5 which is non planar.

Since we are only considering this for planar graphs the maximum number of colors we need is 4.

Answer:
Position:
Show:

Related questions

4 4 votes
2 answers 2 answers
982
982 views
go_editor asked May 27, 2016
982 views
Suppose each edge of an undirected graph is coloured using one of three colours — red, blue or green. Consider the following property of such graphs: if any vertex is the...
16 16 votes
3 answers 3 answers
5.7k
5.7k views
Akash Kanase asked Feb 12, 2016
5,711 views
Find the odd one in the following group of words.mock, deride, praise, jeerMockDeridePraiseJeer
23 23 votes
5 5 answers
13.6k
13.6k views
Arjun asked Feb 16, 2024
13,617 views
The chromatic number of a graph is the minimum number of colours used in a proper colouring of the graph. The chromatic number of the following graph is __________.
141 141 votes
15 answers 15 answers
40.0k
40.0k views
Akash Kanase asked Feb 12, 2016
39,969 views
Suppose the functions $F$ and $G$ can be computed in $5$ and $3$ nanoseconds by functional units $U_{F}$ and $U_{G}$, respectively. Given two instances of $U_{F}$ and two...