edited by
757 views

2 Answers

Best answer
2 votes
2 votes

Let G be a graph with n vertices and if every vertex has a degree of at least (n−1) / 2 then G is connected.

Proof : Take any two vertex A and B ( suppose n = 3 ) , if A and B is not adjacent then at least (n-1) edges can join them to the remaining vertices. Because both A and B have a degree at least (n-1)/2  .

As total number of vertex is n , if we leave A and B there now (n-2) other vertices exists ..The Pigeonhole principle implies that one of those (n-2) vertices must be adjacent to A and B . Now , every pair of vertex have common neighbor so the graph must be connected. 

Example:

n=3,  so A have degree 1 , B have also degree 1 , if A and B is not adjacent ( means not have a direct edge between them ) then at least 3-1=2 edges can join A and B together.

A     B

 \     /

    C

Diagram 

 

So here in this question,  n = 8  and D = (n-1)/2

so , D =  ⌈  7/2 ⌉   = ⌈ 3.5 ⌉  = 4 

Hence , the minimum value of D must be 4

edited by
1 votes
1 votes
considering counter example . Take example of two disjoint K4,K4 and then K4 union K4 (still disconnected) and then +1 to degree.
Answer:

Related questions

5 votes
5 votes
2 answers
3
Bikram asked May 24, 2017
595 views
Let $S$ be the set $\{1,2,3, \dots ,8\}$. Let $n$ be the number of sets of two non-empty disjoint subsets of $S$. The value of $n$ is _______.
5 votes
5 votes
1 answer
4
Bikram asked May 24, 2017
501 views
Total number of ways we can fill a $4 \times 4$ matrix by $0$ and $1$’s such that every row and column contains odd no of $0$'s and $1$'s is ________.