Separating Matchings in Cubic Graphs
Pith reviewed 2026-05-10 06:30 UTC · model grok-4.3
The pith
Cubic graphs that admit a separating matching always have one of size at least n/2 minus 2.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Every cubic graph G on n vertices that admits a separating matching satisfies mms(G) greater than or equal to n/2 minus 2. For bipartite cubic graphs, assuming a conjecture, the problem reduces to a recursively defined class for which mms(G) is at least n/2 minus 1 up to four exceptional graphs. Every claw-free cubic graph satisfies mms(G) equal to n/2.
What carries the argument
A separating matching, defined as a matching whose removal increases the number of connected components, with mms(G) tracking its maximum possible size in G.
If this is right
- All subcubic graphs except eight specific ones possess separating matchings.
- Claw-free cubic graphs achieve a maximum separating matching of size exactly n/2.
- Bipartite cubic graphs satisfy a bound of n/2 minus 1 under an additional assumption, aside from four exceptions.
- The size guarantees apply directly to the study of matching cuts and disconnected 2-factors in cubic graphs.
Where Pith is reading between the lines
- The same approach of bounding maximum separating matchings could be tested on graphs with maximum degree four or higher.
- The eight exceptional subcubic graphs may indicate minimal structures that force small separating matchings.
- Algorithms for constructing large separating matchings in cubic graphs could follow from the classification used in the proofs.
- The results connect to questions about how matchings affect edge-connectivity in regular graphs.
Load-bearing premise
The lower bound applies only to cubic graphs that already possess at least one separating matching.
What would settle it
A cubic graph on n vertices that admits a separating matching but whose largest separating matching has size smaller than n/2 minus 2 would disprove the main result.
Figures
read the original abstract
We study separating matchings in graphs, that is, matchings whose removal increases the number of connected components, and focus on determining the maximum size of such a matching in a graph $G$, denoted by $\mathrm{mms}(G)$. We show that every subcubic graph admits a separating matching, except for exactly eight graphs, which allows us to focus on bounding $\mathrm{mms}(G)$ for cubic graphs. Our main results show that every cubic graph $G$ on $n$ vertices that admits a separating matching satisfies $\mathrm{mms}(G) \ge n/2 - 2$. For bipartite cubic graphs, assuming a conjecture of Funk, the problem reduces to a recursively defined class $\mathcal{F}$, for which we prove that $\mathrm{mms}(G) \ge n/2 - 1$, up to four exceptional graphs. In contrast, we show that every claw-free cubic graph satisfies $\mathrm{mms}(G) = n/2$. These results extend previous work on matching cuts and disconnected $2$-factors, and provide the first systematic study of maximum separating matchings.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript studies separating matchings (matchings whose removal increases the number of connected components) and the function mms(G) giving the maximum size of such a matching. It first classifies all subcubic graphs and proves that exactly eight lack any separating matching. For every cubic graph G on n vertices that admits at least one separating matching, the paper proves mms(G) ≥ n/2 − 2. Stronger results are given for two subclasses: every claw-free cubic graph satisfies mms(G) = n/2, while for bipartite cubic graphs, assuming Funk’s conjecture, mms(G) ≥ n/2 − 1 holds up to four exceptional graphs after reduction to a recursively defined class F. The work extends earlier results on matching cuts and disconnected 2-factors.
Significance. If the proofs are correct, the paper supplies the first systematic treatment of maximum separating matchings in cubic graphs. The explicit classification of the eight exceptional subcubic graphs, the uniform n/2 − 2 lower bound for all other cubic graphs, the equality result for claw-free graphs, and the conditional improvement for bipartite graphs (via reduction to class F) are concrete advances. These bounds are falsifiable and directly extend prior work on matching cuts, making the manuscript a useful reference for further research in matching theory and cubic graph structure.
major comments (2)
- [§3] §3 (Classification theorem): the claim that precisely eight subcubic graphs lack separating matchings is load-bearing for the main bound; the case analysis must explicitly rule out all other small or low-connectivity configurations, and the proof should state whether the eight graphs were found by exhaustive enumeration or by structural argument.
- [§5] §5 (Bipartite case, reduction to F): the recursive definition of class F and the appeal to Funk’s conjecture are central to the n/2 − 1 claim; the manuscript should verify that the four exceptional graphs in F are indeed the only ones and that the induction step does not inadvertently assume the conjecture outside the stated scope.
minor comments (4)
- [Abstract] The abstract states the bipartite bound holds “up to four exceptional graphs” but does not name or reference them; adding a short table or explicit list in the abstract or §5 would improve clarity.
- [§1] Notation for mms(G) and separating matching is introduced in the abstract but not repeated at the start of §1; a one-sentence definition in the introduction would aid readers.
- [References] The citation for Funk’s conjecture is missing from the bibliography; please supply the full reference.
- [§3] If the eight exceptional graphs are illustrated, ensure the figures are cross-referenced in the text of §3 and that vertex counts are consistent with the n/2 − 2 statement.
Simulated Author's Rebuttal
We thank the referee for the careful reading of our manuscript and the constructive comments. We address each major comment below and will incorporate the suggested clarifications to improve the exposition.
read point-by-point responses
-
Referee: [§3] §3 (Classification theorem): the claim that precisely eight subcubic graphs lack separating matchings is load-bearing for the main bound; the case analysis must explicitly rule out all other small or low-connectivity configurations, and the proof should state whether the eight graphs were found by exhaustive enumeration or by structural argument.
Authors: The classification in Section 3 proceeds by structural case analysis on the connectivity and block structure of subcubic graphs, rather than exhaustive enumeration. We partition into cases according to the presence of bridges, cut-vertices, and the 2-connected components, showing in each case either that a separating matching exists or that the graph must contain one of the eight exceptions as a subgraph. Low-connectivity configurations are handled explicitly by reducing to smaller components or by constructing a matching that separates a leaf block. We will revise the section to state this structural nature upfront and add a short paragraph summarizing the exhaustive coverage of low-connectivity cases. revision: yes
-
Referee: [§5] §5 (Bipartite case, reduction to F): the recursive definition of class F and the appeal to Funk’s conjecture are central to the n/2 − 1 claim; the manuscript should verify that the four exceptional graphs in F are indeed the only ones and that the induction step does not inadvertently assume the conjecture outside the stated scope.
Authors: The reduction to class F is constructed so that every graph in F either belongs to one of the four listed exceptions or admits a recursive decomposition to which the induction hypothesis applies directly. Funk’s conjecture is invoked only on the base cases of the recursion (which are explicitly checked) and never on graphs outside the reduced class. We will add a clarifying paragraph in Section 5 that (i) confirms the four exceptions are the only ones by outlining the verification for the finite base of the recursion and (ii) states that the induction step remains within the scope where the conjecture is assumed. revision: yes
Circularity Check
No significant circularity detected
full rationale
The paper first exhaustively classifies all subcubic graphs and proves that exactly eight lack any separating matching; this classification is independent of the subsequent size bound. For the remaining cubic graphs that admit at least one separating matching, the lower bound mms(G) ≥ n/2 - 2 is obtained via direct structural arguments on cubic graphs (case analysis on bridges, cut-vertices, and matching extensions). The claw-free case is handled by a separate equality proof, and the bipartite case is reduced to an external conjecture of Funk plus a recursive class F whose bound is proved by induction. No step equates a derived quantity to a fitted parameter, renames a known result, or relies on a self-citation whose content is itself unverified; the derivation chain is self-contained against external graph-theoretic benchmarks.
Axiom & Free-Parameter Ledger
axioms (1)
- standard math Standard graph-theoretic definitions of matchings and connected components.
Reference graph
Works this paper leans on
-
[1]
J. A. Bondy and U. S. R. Murty.Graph Theory, volume 244 ofGraduate Texts in Mathe- matics. Springer, 2008
work page 2008
-
[2]
V. Bouquet and C. Picouleau. The complexity of the perfect matching-cut problem.J. Graph Theory, 108(3):432–462, 2025
work page 2025
-
[3]
V. Chvátal. Recognizing decomposable graphs.J. Graph Theory, 8(1):51–53, 1984
work page 1984
-
[4]
Diestel.Graph theory, volume 173 ofGraduate Texts in Mathematics
R. Diestel.Graph theory, volume 173 ofGraduate Texts in Mathematics. Springer, Berlin, fifth edition, 2018. 15
work page 2018
-
[5]
A. Diwan. Disconnected 2-factors in planar cubic bridgeless graphs.J. Combin. Theory Ser. B, 84(2):249–259, 2002
work page 2002
-
[6]
M. Funk, B. Jackson, D. Labbate, and J. Sheehan. 2-factor Hamiltonian graphs.J. Combin. Theory Ser. B, 87(1):138–144, 2003
work page 2003
- [7]
-
[8]
R. Graham. On primitive graphs and optimal vertex assignments.Ann. New York Acad. Sci., 175:170–186, 1970
work page 1970
-
[9]
D. König. über Graphen und ihre Anwendung auf Determinantentheorie und Mengenlehre. Math. Ann., 77(4):453–465, 1916
work page 1916
-
[10]
M. Las Vergnas. A note on matchings in graphs.Cahiers du Centre d’Études de Recherche Opérationnelle, 17(2-3-4):257–260, 1975. Colloque sur la Théorie des Graphes (Paris, 1974)
work page 1975
- [11]
- [12]
-
[13]
Maximizing matching cuts, 2023
Van Bang Le, Felicia Lucke, Daniël Paulusma, and Bernard Ries. Maximizing matching cuts, 2023
work page 2023
- [14]
- [15]
-
[16]
A. Moshi. Matching cutsets in graphs.J. Graph Theory, 13(5):527–536, 1989
work page 1989
-
[17]
S. Oum. Perfect matchings in claw-free cubic graphs.Electron. J. Combin., 18(1):Paper 62, 6, 2011
work page 2011
-
[18]
M. Patrignani and M. Pizzonia. The complexity of the matching-cut problem. InGraph- theoretic concepts in computer science (Boltenhagen, 2001), volume 2204 ofLecture Notes in Comput. Sci., pages 284–295. Springer, Berlin, 2001
work page 2001
- [19]
-
[20]
D. P. Sumner. Graphs with 1-factors.Proceedings of the American Mathematical Society, 42(1):8–12, 1974. 16
work page 1974
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.