Edge-Irregulators of Graphs
- Edge-irregulators of graphs are sets of edges whose deletion makes each connected pair of vertices have distinct degrees.
- They serve as a measure of a graph’s distance from local irregularity with concrete bounds and exact values established for paths, cycles, and complete graphs.
- Algorithmic studies show that determining optimal edge-irregulators is NP-complete and W[1]-hard, yet fixed-parameter algorithms exist under specific structural parameters.
An edge-irregulator of a graph is a set of edges whose deletion produces a locally irregular graph—that is, a graph in which every edge joins vertices of distinct degree. Edge-irregulators provide an extremal and algorithmic measure of a graph’s distance to local irregularity and underpin a family of combinatorial optimization problems with intricate complexity and structural features. These concepts connect to classical topics in irregularity measures, decomposition, edit distance to regular graphs, graph labelings, and spectral bounds.
1. Fundamental Definitions
Given a finite, simple, undirected graph , is locally irregular if for every edge , . An edge-irregulator is a subset such that the subgraph is locally irregular. The minimal such defines the edge-irregulator number: The computational problem, Optimal Edge-Irregulator, is:
- Input: Graph and integer .
- Question: Does there exist with such that is locally irregular? (Fioravantes et al., 2023)
Another central parameter is the function , sometimes used interchangeably, measuring the minimum number of edges needing deletion for to become locally irregular (Bensmail et al., 18 Nov 2025).
2. Structural Properties and Extremal Bounds
Several structural bounds and extremal results have been established for :
- General Bound: For every connected graph with , it is conjectured that for some absolute constant (the 1/3-conjecture), supported by constructions for paths, cycles, trees, and certain dense graphs (Bensmail et al., 18 Nov 2025).
- Sharpness: The conjecture is tight up to the value of , as cycles of length $3k+2$ satisfy .
- Exact Values: For paths , or . For complete graphs with , where is the maximal size of a locally irregular subgraph (Bensmail et al., 18 Nov 2025).
A tabular summary of established values is provided below.
| Graph Family | or Bound |
|---|---|
| Path | or |
| Cycle | |
| Complete bipartite | 0 if ; if |
| Subdivision-2 of | |
| Tree (non-path) | |
| () |
These results exploit parity, degree multisets, and combinatorial constructions, indicating that local irregularity imposes strong structural constraints.
3. Algorithmic and Parameterized Complexity Results
The edge-irregulator problem exhibits a multiform complexity landscape (Fioravantes et al., 2023, Bensmail et al., 18 Nov 2025):
- FPT (Fixed-Parameter Tractability):
- Vertex Integrity, Cluster-Deletion Number, Neighborhood Diversity: There exist FPT algorithms parameterized by these quantities, using decomposition and Lenstra-style integer linear programming techniques. For vertex integrity , the problem can be solved in time (Fioravantes et al., 2023).
- Solution Size + Maximum Degree, Vertex Cover Number: For parameterization by , kernelization yields a bounded-size kernel, and for vertex cover number , dynamic programming with time is possible (Bensmail et al., 18 Nov 2025).
- Hardness Results:
- NP-completeness: The problem is NP-complete even for planar bipartite graphs of maximum degree 6.
- W[1]-hardness: For parameterization by solution size , the feedback vertex set number, or treedepth (Fioravantes et al., 2023). This excludes efficient FPT algorithms for these parameters unless FPT=W[1]. As a consequence, no polynomial kernels are known.
- Lower Bounds: A conflict-based lower bound holds: If is the set of edges with , then (Bensmail et al., 18 Nov 2025).
- Algorithmic Table: (abbreviated for essential cases)
| Parameter | Edge-Irregulator Complexity | |------------------------------|-------------------------------------| | Solution size | W[1]-hard | | Feedback vertex set number | W[1]-hard | | Treedepth | W[1]-hard | | Vertex integrity | FPT (ILP-based) | | Cluster-deletion number | FPT (via integrity) | | Neighborhood diversity | FPT (small twin-classes) | | Planar + bipartite + | NP-hard |
4. Variations and Related Graph Irregularity Notions
Edge-irregulators link to a broader set of irregularity concepts:
- Total Edge Irregularity Strength: Given a labeling , the smallest such that all have distinct weights is called the total edge irregularity strength, denoted (Irwansyah et al., 2017, Pfender, 2010). For large graphs with bounded maximum degree, .
- Edit Distance to Regularity: The minimum number of edge edits (additions and deletions) to obtain a disjoint union of regular graphs is controlled, up to factorial in , by the number of “separation vertices” (those adjacent to higher-degree neighbors) (Zeng, 2023).
- Locally Irregular Edge-Colorings: Partitioning into color classes such that each induces a locally irregular subgraph, with the minimum number of colors being the irregular chromatic index . For subcubic graphs, , with many subclasses (e.g., claw-free, cycle permutation graphs) requiring (Lužar et al., 2022).
- Edge-Irregulators under Walk Constraints: Instead of edge deletions, one may allow edge-multisets forming walks whose addition turns into a locally irregular multigraph. The minimum length of such an irregularising walk, , has been studied with explicit bounds and exact values for families such as cycles, complete graphs, and trees (Bensmail et al., 26 Jun 2025).
5. Extremal Constructions, Proof Principles, and Kernelization Techniques
Key elements underlying both upper and lower bounds are:
- Subdivisions and Conflicts: Subdividing edges increases the lower bound for : if is obtained by subdividing every edge of twice, (Bensmail et al., 18 Nov 2025).
- Integral LP Formulations: For FPT by vertex integrity, the problem reduces to an integer linear program with a parameter-dependent number of variables, executable via Lenstra’s algorithm (Fioravantes et al., 2023).
- Branching and Distance-to-Conflict Arguments: For FPT by solution size plus maximum degree, kernelization relies on the fact that every edge in a solution lies within bounded distance of a “conflicting” edge (), allowing reduction to a small core (Bensmail et al., 18 Nov 2025).
- Reduction Gadgets: Hardness results employ reductions starting from canonical -clique or general factor problems, using bipartite gadgets to encode instance-specific constraints (Fioravantes et al., 2023).
6. Connections to Regularizability and Related Edit Problems
The edge-irregulator problem relates closely to classical edit and labeling parameters:
- Regularizability: A graph is regularizable (via edge weight assignment) under different positivity constraints (arbitrary, non-negative, positive), and the minimal subgraphs that block regularizability (minimal "edge-irregulators" in this sense) coincide with certain unbalanced bipartite graphs or bridges (Franceschet et al., 2016).
- Spectral Irregularity Measures: The total irregularity is bounded by Laplacian spectral data: , linking combinatorial and spectral approaches (Goldberg, 2013).
7. Open Problems, Conjectures, and Future Directions
Principal conjectures include:
- 1/3-Conjecture: for all connected with some absolute (Bensmail et al., 18 Nov 2025).
- Complexity of FPT by Solution Size: It remains open whether the problem can be solved in FPT time with respect to solution size alone, as current lower bounds suggest otherwise.
- Edit Distance Tightness: Determining whether the upper bound on edit distance to a union of regular graphs, governed by separation-vertex count , is tight for all bounded-degree graphs (Zeng, 2023).
- Irregular Chromatic Index: Whether for all decomposable graphs, except for a single cactus graph, is an open conjecture (Lužar et al., 2022).
These open directions demonstrate that edge-irregulators remain a central focus in the fine-grained analysis of local irregularity, graph labelings, and structural edit problems, with deep algorithmic, extremal, and spectral interconnections across contemporary graph theory.