A
connected component is a maximal connected subgraph of an undirected graph. Each vertex belongs to exactly one connected component, as does each edge. A graph is connected
if and only if it has exactly one connected component. The
strong components are the maximal strongly connected subgraphs of a directed graph. A
vertex cut or
separating set of a connected graph is a set of vertices whose removal renders disconnected. The
vertex connectivity (where is not a
complete graph) is the size of a smallest vertex cut. A graph is called ''
-vertex-connected or ''
-connected if its vertex connectivity is or greater. More precisely, any graph (complete or not) is said to be
-vertex-connected if it contains at least vertices, but does not contain a set of vertices whose removal disconnects the graph; and is defined as the largest such that is -connected. In particular, a
complete graph with vertices, denoted , has no vertex cuts at all, but . A
vertex cut for two vertices and is a set of vertices whose removal from the graph disconnects and . The
local connectivity is the size of a smallest vertex cut separating and . Local connectivity is symmetric for undirected graphs; that is, . Moreover, except for complete graphs, equals the minimum of over all nonadjacent pairs of vertices . -connectivity is also called
biconnectivity and -connectivity is also called
triconnectivity. A graph which is connected but not -connected is sometimes called
separable. Analogous concepts can be defined for edges. In the simple case in which cutting a single, specific edge would disconnect the graph, that edge is called a
bridge. More generally, an edge cut of is a set of edges whose removal renders the graph disconnected. The
edge-connectivity is the size of a smallest edge cut, and the local edge-connectivity of two vertices is the size of a smallest edge cut disconnecting from . Again, local edge-connectivity is symmetric. A graph is called
-edge-connected if its edge connectivity is or greater. A graph is said to be
maximally connected if its connectivity equals its minimum
degree. A graph is said to be
maximally edge-connected if its edge-connectivity equals its minimum degree.
Super- and hyper-connectivity A graph is said to be
super-connected or
super-κ if every minimum vertex cut isolates a vertex. A graph is said to be
hyper-connected or
hyper-κ if the deletion of each minimum vertex cut creates exactly two components, one of which is an isolated vertex. A graph is
semi-hyper-connected or
semi-hyper-κ if any minimum vertex cut separates the graph into exactly two components. More precisely: a connected graph is said to be
super-connected or
super-κ if all minimum vertex-cuts consist of the vertices adjacent with one (minimum-degree) vertex. A connected graph is said to be
super-edge-connected or
super-λ if all minimum edge-cuts consist of the edges incident on some (minimum-degree) vertex. A cutset of is called a non-trivial cutset if does not contain the neighborhood of any vertex . Then the
superconnectivity \kappa_1 of is \kappa_1(G) = \min\{ |X| : X \text{ is a non-trivial cutset} \}. A non-trivial edge-cut and the
edge-superconnectivity \lambda_1(G) are defined analogously. == Menger's theorem ==