recategorized by
415 views
1 votes
1 votes
Prove that every graph with n vertices and k components has atleast n-k edges.
recategorized by

1 Answer

Best answer
2 votes
2 votes

let there are 'n' nodes and k connected components.

let component1 have n1 vertices, and component2 have n2 vertices, and ...componentk have nk vertices

∴ n1+n2+...nk = n

we know that, minimum no.of edges requires to a connected graph with n vertices = n-1

if component1 have n1 vertices ( and note that each component is connected. ) then minimum edges possible  = n1-1

if component2 have n2 vertices then minimum edges possible  = n2-1

.

.

.

if componentk have nk vertices then minimum edges possible  = nk-1

 

total edges in the graph ( minimum ) = $\sum_{i=1}^{k} Edges\: in\: Component_{i}$ = (n1-1) + (n2-1) + .... +(nk-1) = (n1+n2+...+nk) - (1+1+....+1) = n - k

selected by

Related questions

3 votes
3 votes
0 answers
2
1 votes
1 votes
0 answers
3
Prince Sindhiya asked Aug 22, 2018
329 views
$\text{Prove that : the union of any two subgroup of 'G' is not subgroup of 'G'}$$\text{Prove that : the intersection of any two subgroup of 'G' is also a subgroup of 'G'...
0 votes
0 votes
1 answer
4
yahba asked Oct 27, 2023
191 views
And what will be the answer using operand forwarding ?