530 views
2 votes
2 votes

Can someone plz explain Relative Complement of   graph and also check the validity of the statement "If G is simple n vertex graph with min degree >= (n-1)/2  then G is Connected "

1 Answer

Best answer
2 votes
2 votes

Relative Complement:-

if A is a set then complement is A'

relative means we have to compare two sets let A and B

the relative complement of B = B-A

the relative complement of A = A-B

reference https://en.wikipedia.org/wiki/Complement_(set_theory)#Relative_complement

 

it is applicable to graphs also

if there a graph G, let it's subset is H

then the relative complement of G w.r.to H = G-H ( i mean delete those edges from G which are in H)

reference http://www-math.ucdenver.edu/~wcherowi/courses/m4408/gtaln2.html



If G is simple n vertex graph with min degree ≥ $\frac{(n-1)}{2}$  then G is Connected

proof by contradiction :-

let the graph is disconnected, therefore atleast two components exist.

let K1 and K2 are components with N1 and N2 vertices respectively, ( N1 + N2 = N )

given that every vertex degree ≥ $\frac{(n-1)}{2} $ ===> for minimum consider every vertex degree = $\frac{(n-1)}{2}$

in a simple graph with n vertices have maximum degree 'n-1' ===> if a vertex degree = n-1 then there exist atleast n vertices

 

in K1, every vertex degree = $\frac{(n-1)}{2}$ ===> there should exist atleast $\frac{(n-1)}{2} + 1 $ vertices

∴ N1 = $\frac{(n-1)}{2} + 1 $ = $\frac{(n+1)}{2} $

 

in K2, every vertex degree = $\frac{(n-1)}{2}$ ===> there should exist atleast $\frac{(n-1)}{2} + 1 $ vertices

∴ N2 = $\frac{(n-1)}{2} + 1 $ = $\frac{(n+1)}{2} $

 

N = N1+N2

   = $\frac{(n+1)}{2} $ + $\frac{(n+1)}{2} $

N   = N+1 ======> which leads to contradiction ==> there can't exist atleast 2 components ===> exist only 1 component ==>  Graph G should be connected

selected by

Related questions

0 votes
0 votes
1 answer
1
shuham kumar asked Nov 18, 2022
422 views
how many subgraph with atleast 1 vertex does k2 have? (graph theory question)
2 votes
2 votes
1 answer
2
jugnu1337 asked Dec 17, 2021
544 views
complete directed graph with 8 vertices has 28 edges this statement is true or falseplese explain?
0 votes
0 votes
0 answers
3
Psnjit asked Jan 20, 2019
191 views
What is the relation between cut set and edge connectivity?
0 votes
0 votes
0 answers
4
adeemajain asked Jan 19, 2019
213 views
whenever cut edges exist, cut vertices also exist because at least one vertex of a cut edge is a cut vertex.I think this is wrong as this statemnt is nit valid for graph...