recategorized by
495 views
0 votes
0 votes

Why is the vertex connectivity of a graph always less than or equal to its edge connectivity?

recategorized by

2 Answers

2 votes
2 votes
A vertex can be corresponds to many edges. When we remove one vertex there is high probability that graph become disconnected . On other side a edge is only corresponds to two vertex , which has less probability of making graph disconnected .
1 votes
1 votes

@raja11sep

The vertex-connectivity of a graph is less than or equal to its edge-connectivity…

That is, κ(G) ≤ λ(G)....

Both are less than or equal to the minimum degree of the graph, since deleting all neighbors of a vertex of minimum degree will disconnect that vertex from the rest of the graph...

 

1. https://gateoverflow.in/26307/That-edge-connectivity-less-equal-minimum-degree-vertex-graph 

 

2. https://en.wikipedia.org/wiki/Connectivity_(graph_theory)

 

 

Related questions

0 votes
0 votes
1 answer
1
Cristine asked Jan 27, 2019
2,640 views
what is the diameter and radius of the complete bipartite graph?
0 votes
0 votes
0 answers
2