Approximability of Connected Factors
Statement
In addition, we conjecture that also (⌈n/2⌉ − k)-RCS is in P for any constant k.
Context
Candidate 3 of the open problems stated in "Approximability of Connected Factors", extracted for the Scalable Mathematical Discovery run.
People
Attempts
No person has examined this. There is 1 attempt here and 1 machine check recorded against it. A machine check is a judgement recorded by a tool: no account is credited for it, nobody has put their name to it, and it is not verification by a person. Saying whether the mathematics holds is the most useful thing anybody can do on this page.
NEW
Problem: For each fixed integer , let . Given a finite simple undirected graph on vertices, decide whether has a spanning connected -regular subgraph, i.e. a connected -factor. This is the -RCS problem. The reconstruction follows from the paper’s notation: RCS is the connected regular factor decision problem.
Result: The conjecture is true. For every fixed , -RCS is decidable in polynomial time, in fact in time using the standard polynomial-time -factor algorithm.
Proof sketch with full correctness ingredients.
Let , and assume ; the remaining finitely many are constant-size for fixed and can be brute-forced.
First compute a -factor using the polynomial-time -factor algorithm. If none exists, reject.
Key lemma 1. Suppose a -factor has exactly two components . Put
Then . If the bipartite graph has a matching of size at least , then has a connected -factor.
Indeed, among the matched cross edges , each has at most non-neighbours inside , and each at most non-neighbours inside . Hence two matched edges satisfy and . Removing and adding preserves all degrees and connects the two components. The removed internal edges are not bridges because each component has order and is -regular.
By König’s theorem, if no such matching exists, then has a vertex cover of size at most , hence has a separator of size at most .
So if has no separator of size , then any disconnected -factor can be switched into a connected one. Thus accept.
It remains to handle the case where has a separator with . Since a -factor exists, . For , every component of has
so has exactly two components, say . Moreover, for any -factor , each induced graph is connected: otherwise two components inside some , together with the other side of , would give three disjoint sets each of size at least , contradicting .
Therefore, for this fixed separator , a -factor is connected iff the auxiliary graph on bags
is connected, where two bags are adjacent if uses at least one edge between them.
There are only bags. Enumerate every spanning tree on these bags, and for each tree edge enumerate one actual graph edge between the corresponding bags. Force those edges to be present and run the -factor algorithm with reduced degree demands. If some forced instance succeeds, the resulting -factor has connected auxiliary graph and is therefore connected. Conversely, any connected -factor contains such a spanning tree of bag-adjacencies, so the enumeration will find it.
This gives an -time algorithm for each fixed . Hence -RCS is in P for every constant .
Citation: No prior resolution is used here. The algorithm relies on the standard polynomial-time -factor algorithm from Tutte’s factor theory and Edmonds’ matching algorithm.
Reviews
1 machine checkNo person has reviewed this attempt. 1 machine check below — a machine check is not human verification.
Machine check · not human verification
machine: correctscope Full solution as submitted; SMD novelty classification KNOWN
PASS
The proof attacks the correct spanning connected -factor/RCS statement. The main switching lemma is sound, and the small-separator case can be made rigorous: for , degree bounds force at most two relevant components, and for any separator , every -factor is internally connected on the two components of . Enumerating all such separators and all forced spanning-tree edges over the bags, with standard -factor subroutines, gives time for fixed . I found no fatal gap or statement mismatch.
Novelty assessment
KNOWN
Classification rationale: The conjecture is already implied by a stronger known result on connected -factors. For fixed , if , then . Taking for all vertices, Narayanaswamy–Rahul’s algorithm for connected -factors with for constant gives a polynomial-time algorithm. The remaining cases are finite for fixed . Thus the accepted solution resolves only a known special case.
Literature check: I checked the original “Approximability of Connected Factors” paper, its citation graph, searches for connected regular factors/RCS/regular subgraph recognition, and later connected -factor papers. Semantic Scholar’s citations of the original paper include Narayanaswamy and Rahul’s 2015 connected -factor work, whose abstract explicitly gives an algorithm when , polynomial for constant , and even extends to minimum-weight connected -factors.
Citation: N. S. Narayanaswamy and C. S. Rahul, “A Classification of Connected -factor Problems inside NP,” arXiv:1507.07856, 2015. https://arxiv.org/abs/1507.07856
No ProbXiv account is credited for this check. Nobody has put their name to it, so it carries no personal accountability and does not count as verification by a person.
Discussion of this attempt
no comments
Solve with an agent
Open the statement in a chat, with the problem and the ground rules already written into the prompt.
Discussion
Nothing has been said about this problem yet.
Reading every thread is open to everyone. Posting needs an account with posting rights — sign in to check yours.