in Graph Theory retagged by
11,287 views
54 votes
54 votes

Which one of the following is TRUE for any simple connected undirected graph with more than $2$ vertices?

  1.    No two vertices have the same degree.
  2.    At least two vertices have the same degree.
  3.    At least three vertices have the same degree.
  4.    All vertices have the same degree.
in Graph Theory retagged by
by
11.3k views

4 Comments

Although people have given very good answer but same thing could be proved using graphic sequence.
7
7
How?
1
1

Previous year question concept used here:

https://gateoverflow.in/26647/gate1991-16-b

2
2
Means repeated?
0
0

7 Answers

80 votes
80 votes
Best answer

answer = option (B)

There are $n$ vertices and at least $\left(n-1\right)$ edges. So, for each vertex, degree should range from $1$ (since graph is connected) to $\left(n-1\right)$ (since graph is simple).

But we have $n$ such vertices- filling $n$ things with $\left(n-1\right)$ numbers.

$\bigg \lceil \frac{n}{n-1} \bigg\rceil = \lceil 1.\sim \rceil = 2$ 

So, at least $2$ of them must be equal (pigeonhole principle).

edited by

4 Comments

18
18
Take a connected graph of 4 vertices and 5 edges ... U will get B as answer ...
0
0
Every graph with n$\geq$2 has a spanning tree T.

In this spanning Tree  T of a graph, we do have an open path which covers all vertices of G.

The terminal vertices of a path are of degree one hence the proof.
5
5
we can't represent any degree sequence where all degrees are unique. at least on degree should be repeated which means at least two vertices have same degree.
1
1
8 votes
8 votes
Now concentrate on two vertices suppose there is no edge between then it has degree 0 each ,when edge is present then 1 each..now if you with the edges a bit you will come to the conclusion that atleast two vertices have same degree
7 votes
7 votes

Simpler way:-

Let’s take n=3.

Since it’s mentioned in question that, any simple connected undirected graph with more than 2 vertices in fig 1, it’s disconnected. So it’s wrong.

In Fig 2, we can see that only two edges are enough for connectivity. So Option B, i,e At least two vertices have the same degree is TRUE. 

Rest of the options are automatically false using this example. 

1 comment

Very nice explanation.
1
1
6 votes
6 votes
lets take graph with 3 vertices , v1,v2,v3 , now assign different degree to each vertices for d(v1)=0 , d(v2)=1 ,d(v3)=2 , now use handshaking theoram that is 2*edge=sum of degree of each vertices , which also conclude that sum of degrees of vertices should be even

 

now , add each  degree of each vertices that is = 0+1+2 =3(which is not even) to make this even u have to make v3=1 , or v1=1,v2=1,v3=2 or v1=0,v2=0,v3=0 and so many possibilities

now if some people argue for v1=2,v2=3,v3=5 , for that we cant tale such example for 3 vertices graph because simple graph(no loop and parallel edges) is given
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true