Optimal Outerthickness-t Graphs
- Optimal outerthickness-t graphs are graphs whose edges are partitioned into t maximal outerplanar subgraphs, exactly meeting the edge bound |E| = t(2n–3).
- They are constructed via systematic vertex insertions and cyclic labeling, ensuring each layer is maximal outerplanar with edge-disjointness and, in power-of-2 cases, low maximum degree.
- These graphs underpin foundational work in graph decomposition, aiding the separation of edge density bounds from 1-planarity and informing extremal graph theory.
An optimal outerthickness- graph is a graph on vertices whose edge set can be partitioned into edge-disjoint maximal outerplanar graphs and which attains the edge-count bound . Such graphs achieve the minimum possible (outerthickness) for their edge count and are foundational in the study of graph decompositions, combinatorial design, and extremal graph theory. The existence, construction, and properties of these graphs are established in explicit detail for all and all (Okada et al., 9 Jan 2026).
1. Key Definitions and Metric Bounds
- An outerplanar graph admits a plane embedding with all vertices on the outer face and without edge crossings.
- A maximal outerplanar graph on vertices contains exactly $2n-3$ edges and a unique outer (Hamiltonian) cycle.
- The outerthickness of a graph is the minimum integer such that can be partitioned into outerplanar subgraphs:
- A graph is optimal outerthickness- if and each layer is maximal outerplanar.
- Maximal outerthickness- requires that no edge can be added without increasing .
The bound is both necessary and sufficient: for , it is impossible to pack edge-disjoint maximal outerplanar graphs onto fewer than $4t$ vertices, as shown by quadratic inequality derivations.
2. Edge-Disjoint Maximal Outerplanar Packings: General Construction
For every , the following construction yields edge-disjoint maximal outerplanar graphs on $4t$ vertices:
- Vertices are labeled cyclically.
- A base outerplanar graph (following Guy & Nowakowski (1990)) arranges vertices on the sides of a square, joining corners with fans of chords to triangulate the figure.
- For each shift , translate the indices of the base graph modulo $4t$ to obtain pairwise edge-disjoint copies.
- In each shifted graph, add one diagonal to guarantee maximality.
Each layer has maximum degree . The union of these layers yields exactly edges.
3. Extension to Arbitrary Vertex Counts
The initial construction is bootstrapped to arbitrary sizes via repeated vertex insertions:
- For graphs on vertices, select (greedily) an edge on the outer cycle for each layer such that the chosen edges form a matching.
- Add a new vertex per increment; in each graph, replace a matched edge by edges and , maintaining maximal outerplanarity.
- Repeating this for each new vertex, a family of edge-disjoint maximal outerplanar graphs is achieved for every .
4. Recursive Constructions with Logarithmic Maximum Degree (Power-of-2 Case)
For , a recursive construction leverages cyclic group labeling to obtain layers with low maximum degree :
- Vertices are labeled by for .
- Outer cycles use odd generators of the group.
- Inductive doubling and chord subdivision introduce new layers while preserving edge-disjointness and outerplanarity.
- The maximum degree increases by 2 with each step, yielding degree at stage .
This construction enables optimal outerthickness- graphs with maximum degree logarithmic in the number of vertices, facilitating analysis on complete graphs and potential resolution of open cases for with .
5. Optimality, Tightness, and Separation from 1-Planarity
- The lower bound is proved tight: it is impossible to fit maximal outerplanar layers for on fewer vertices.
- For and , the union of constructed edge-disjoint maximal outerplanar graphs achieves and saturates the edge-count bound.
A comparison with $1$-planarity highlights separation:
- 1-planar graphs on vertices have at most $4n-8$ edges, but optimal outerthickness-$2$ graphs have $4n-6$ edges for .
- Thus, an infinite family of outerthickness-$2$ graphs is known that are not 1-planar.
6. Maximal Versus Optimal Outerthickness- Graphs
- Maximal outerthickness- graphs may have fewer than $4t$ vertices; for instance, complete graphs on $4t-4$, $4t-3$, $4t-2$ vertices can have without attaining the optimal edge count.
- It follows that maximal and optimal outerthickness- are distinct notions for ; optimality is equivalent to precisely hitting the edge bound, while maximality concerns augmentability without exceeding outerthickness.
7. Applications and Open Problems
- These constructions decompose minus a perfect matching into maximal outerplanar graphs.
- The power-of-2 construction, by producing logarithmic maximum degree in layered decompositions, offers a promising avenue for analyzing the outerthickness of complete graphs, especially in arithmetic cases left open by Guy & Nowakowski’s earlier methods.
- The precise characterization of optimal outerthickness- graphs enables broader explorations in graph layering, edge-partition extremal problems, and potential algorithmic applications where maximum degree constraints are relevant.
These results establish both constructions and tightness criteria for optimal outerthickness- graphs for all , providing foundational tools for subsequent work in graph decompositions and outerplanar coverings (Okada et al., 9 Jan 2026).