Ideally Connected Graphs
- Ideally connected graphs are defined so that for every pair of distinct vertices, the number of internally disjoint paths equals the minimum of their degrees.
- They play a vital role in extremal connectivity problems, establishing tight bounds on average connectivity and characterizing key graph classes like cographs and chordal graphs.
- Their structural analysis leverages decomposition techniques such as cotree and clique-cut decompositions, with significant implications for fault-tolerant network routing.
An ideally connected graph is a graph in which the local connectivity between every two distinct vertices is as large as the endpoint degrees permit. If denotes the maximum number of internally disjoint – paths in a graph , then a classical consequence of Menger’s theorem gives . The graph is ideally connected when equality holds for every pair of distinct vertices. In that sense, it realizes the “best-possible” local connectivity allowed by degree constraints. The notion also appears under the names maximally locally connected and strongly Menger–connected, and it has been studied both structurally and in connection with extremal average-connectivity problems and routing in fault-tolerant networks (Jordaan, 17 Sep 2025).
1. Definition and immediate consequences
Let be a simple graph and let be vertices of . The parameter
is the maximum number of internally disjoint –0 paths in 1. In the broader multigraph setting one also considers
2
the maximum number of edge-disjoint 3–4 paths. The standard inequality chain is
5
for all distinct 6 (Casablanca et al., 2018).
A graph is ideally connected if
7
Analogously, a graph is ideally edge-connected if
8
An ideally connected graph is therefore automatically ideally edge-connected (Casablanca et al., 2018).
The condition is local in formulation but global in force. It requires every pair of vertices to admit a saturating family of internally disjoint paths, so the graph cannot have even a single pair for which the degree bound is not attained. This is the feature that makes the class rigid enough to admit exact characterizations inside several hereditary graph classes (Jordaan, 17 Sep 2025).
2. Extremal role in average connectivity
Ideal connectedness is closely tied to average-connectivity extremal problems. For a graph 9 of order 0, the average connectivity is
1
and the average edge-connectivity is
2
To compare these quantities with the degree sequence, one defines the potential
3
If 4 has degree sequence 5, then
6
with equality if and only if 7 is ideally connected (Casablanca et al., 2018).
This converts ideal connectedness into an extremal equality case for a natural degree-based upper bound. The same work shows that among all nonnegative integer sequences with fixed total sum, the unique maximizer of the potential is a nearly regular sequence. Moreover, for every integer pair
8
there exists a simple nearly regular graph of order 9, size 0, and which is ideally connected (Casablanca et al., 2018).
These facts underpin the structure of extremal minimally 1-connected graphs. Every minimally 2-connected graph of order 3 with largest average connectivity is bipartite, with the set of vertices of degree 4 and the set of vertices of degree at least 5 being the partite sets. The universal bound
6
holds for every minimally 7-connected graph, it is asymptotically tight, and every extremal graph of order 8 is obtained from some ideally connected nearly regular graph on roughly 9 vertices and 0 edges by subdividing every edge (Casablanca et al., 2018). An analogous statement holds for average edge-connectivity in minimally 1-edge-connected graphs.
3. Cographs
A cograph is a 2-free graph; equivalently, it is the smallest class containing the single-vertex graph and closed under disjoint union and complete join. Within this class, ideal connectedness admits an exact forbidden-subgraph characterization: a cograph 3 is ideally connected if and only if 4 is 5-free (Jordaan, 17 Sep 2025).
The proof proceeds by induction on the unique cotree decomposition of the cograph. In the join-case, if 6, then 7 and 8 are ideally connected if and only if 9 is ideally connected. The forward direction uses the paths already present in each side together with length-0 detours through the opposite side; the reverse direction shows that ideal connectedness of the join restricts back to ideal connectedness of each factor. In the union-case, if 1 and 2 is ideally connected, then one of 3 must be edgeless; otherwise vertices chosen from different components would satisfy 4 while both have positive degree (Jordaan, 17 Sep 2025).
The obstruction 5 is minimal and transparent. If 6 and 7 lie on different edges of an induced 8, then 9 but 0, so the degree bound fails. Conversely, the decomposition analysis shows that forbidding induced 1 is sufficient inside the cograph class (Jordaan, 17 Sep 2025).
4. Chordal graphs and threshold structure
A graph is chordal if every induced cycle of length at least 2 has a chord. In this class, the ideally connected graphs are precisely the threshold graphs (Jordaan, 17 Sep 2025). A threshold graph is one built from 3 by repeatedly adding either an isolated vertex or a dominating vertex. Equivalently, it is exactly the class of 4-free graphs, or equivalently split graphs whose independent side has nested neighborhoods (Jordaan, 17 Sep 2025).
The two main exact classifications can be summarized as follows.
| Graph class | Ideally connected members | Equivalent description |
|---|---|---|
| Cographs | Exactly the 5-free cographs | No induced 6 (Jordaan, 17 Sep 2025) |
| Chordal graphs | Exactly the threshold graphs | 7-free split graphs with nested neighborhoods (Jordaan, 17 Sep 2025) |
The chordal proof uses clique-cut decompositions. Dirac’s theorem implies that in a noncomplete chordal graph every minimum vertex-cutset is a clique. Writing such a cutset as 8 with 9, the decomposition of 0 along 1 into 2-attached chordal subgraphs is constrained sharply by ideal connectedness: exactly one 3-subgraph has connectivity at least 4 and is itself ideally connected and chordal, while every other 5-subgraph consists of 6 plus one extra vertex 7 with 8 (Jordaan, 17 Sep 2025).
This forces a split decomposition with nested neighborhoods, hence threshold structure. The converse is immediate from the cograph result, since every threshold graph is a 9-free cograph and therefore ideally connected (Jordaan, 17 Sep 2025).
5. Examples, non-examples, and local path geometry
Several standard graph families illustrate the definition sharply. Any complete graph 0 is trivially ideally connected. Any star 1 is ideally connected. At the opposite extreme, 2 is a cograph but not ideally connected, and a split graph whose independent vertices have non-nested neighborhoods is chordal but not ideally connected (Jordaan, 17 Sep 2025).
The contrast between threshold and non-threshold chordal graphs is especially instructive. A threshold graph admits a recursive construction by isolated and dominating vertices, and this recursive simplicity is reflected in its path structure. In fact, threshold graphs are not only ideally connected: between any two vertices 3 the required 4 internally disjoint paths can all be found of length at most 5 (Jordaan, 17 Sep 2025).
This short-path property gives a concrete interpretation of the equality 6. In threshold graphs, saturation of the smaller endpoint degree does not require long detours or globally complicated routing; the graph’s nested neighborhood structure realizes the disjoint path system in a highly compressed form. By contrast, the presence of non-nested neighborhoods in a split graph creates exactly the kind of interference that prevents simultaneous saturation for all vertex pairs (Jordaan, 17 Sep 2025).
6. Proof methods, terminology, and related directions
The structural theory of ideally connected graphs in cographs and chordal graphs is driven by decomposition. For cographs, the central tools are the union and join operations together with induction on the cotree. For chordal graphs, the crucial ingredient is that every minimal separator is a clique, so clique-cut analysis reduces ideal connectedness to a single “big” piece plus simplicial attachments. In both settings, Menger’s theorem and saturation arguments control the equality cases in
7
and force the eventual forbidden-subgraph descriptions (Jordaan, 17 Sep 2025).
A recurrent source of confusion is terminological rather than mathematical. Ideally connected graphs concern local path connectivity. By contrast, distance ideals are algebraic invariants that generalize the Smith normal form and the spectrum of several distance matrices associated with a graph (Alfaro et al., 16 Apr 2025). Likewise, the 8-connected ideal of a graph is a square-free monomial ideal generated by the connected induced subgraphs with 9 vertices, and when 0 it coincides with the usual edge ideal (Chau et al., 5 Dec 2025). A related formulation studies an 1-connected ideal generated by connected induced subgraphs of size 2 (Ghosh et al., 6 Dec 2025). These are separate theories despite the overlap in vocabulary.
The current structural classifications also point to broader directions. Suggested extensions include larger super-classes of cographs, such as distance-hereditary graphs, parity graphs, or circle graphs, asking which members are ideally connected; further variants include strongly 3-Menger-connected versions and edge-versions of the problem (Jordaan, 17 Sep 2025). In this sense, the known cograph and chordal results serve both as exact classification theorems and as templates for a wider decomposition-based program in local connectivity theory.