Sir i recently started graph theory. Pls clarify my doubt. I understood the reason why edge connectivity is less than min degree(remove all vertices incident to min degree vertex). I have doubt in 2nd part of proof when given graph is not complete graph. Here Pls see case 2 in this link. https://www.imsc.res.in/~vikram/DiscreteMaths/2011/connectivity.pdf (in page num 2)
If graph is not complete then there exists x, y are vertices in S,S' respectively, so that xy is not edge. If that is the case why x and y are in edge set. In proof he says there is indirect path between x,y (x to x neighbour in S and then to y or x or y neighbour in S' and then to y). In this case, my edge set should consist of x neighbour(instead of x) in S to y or x to y-neighbour in S' instead of y. So x,y will not be part of S, S'. Edge set [S,S'] i am assuming as edges between S to S'. Actually i am confused here. Pls clarify my doubt
$\qquad$Let $G = (V,E)$ be a connected noncomplete graph. A vertex connectivity of graph $G$, denoted by $\kappa(G)$, is a minimum number of vertices in a vertex cut. An edge connectivity of graph $G$, denoted by $\lambda(G)$, is a minimum number of edges in an edge cut. We need to show for graph $G$ $$\kappa(G) \leq\lambda(G) $$ is true.
$\qquad$ We assume the opposite, $\kappa(G) >\lambda(G) $ , is true. Assume that we want to remove a single vertex to disconnect our graph $G$. Based our assumption we must remove $0$ edge. If such a vertex exists, then our original graph $G$ is not a connected graph. That is, the final statement leads to the contradiction, because we defined $G$ to be a connected graph.