E Evidence Press

Press release · 24 September 2026 · version 0.1.0-candidate

Seymour's second neighbourhood conjecture at order 2δ+3: structure of counterexamples, a certified 18-vertex lower bound, and a refutation of DeVos's conjecture as recorded in Sullivan's survey

A candidate study of the densest open case of Seymour's conjecture proves structural limits, certifies that every counterexample has at least 18 vertices, and refutes DeVos's conjecture as printed in Sullivan's survey.

Listen to this briefingNarrated summary · OpenAI API synthetic voice (fable) · MP3 · download

Summary

In a directed network, each point sends arrows to some others: follower relations, say, or who-beats-whom in a tournament. Paul Seymour conjectured in 1990 that every such network, if no two points point at each other, has a point that reaches at least as many new points in two steps as it does in one. This is the second neighbourhood conjecture. It is one of the best-known open problems about directed graphs. It is proved for tournaments, where every pair is connected, and for networks where every point has at most seven outgoing arrows, although the seven case is claimed only in a recent unrefereed preprint.

This release studies the densest case that remains open: networks with exactly $2\delta+3$ points, where $\delta$ is the smallest number of outgoing arrows. It does not settle that case. It proves strong restrictions on what a counterexample would have to look like, and uses them to make a large computer search feasible. The search rules out a counterexample with 17 points, so any counterexample must have at least 18. A separate part of the paper shows that a natural route to a general proof cannot work. That route extends the classical tournament proof by weighting points with a probability distribution. The same examples show that a stronger conjecture, attributed to DeVos in a 2006 survey, is false as printed there.

The decisive qualification: Seymour's conjecture remains open, and so does the case $n = 2\delta+3$. This is an unrefereed candidate, checked by the producing workflow, not by independent mathematicians.

Summary for specialists

Let $D$ be an oriented graph with $n$ vertices and minimum out-degree $\delta$. Let $N^{++}(v)$ be the set of vertices at directed distance exactly two from $v$. A counterexample is an oriented graph in which $|N^{++}(v)| < |N^+(v)|$ for every vertex. Brukhman (2026) excluded counterexamples with $n \le 2\delta+2$. For a counterexample with $n = 2\delta+3$ the release proves the following:

  • there are at least four perfect vertices, that is, vertices of out-degree $\delta$ adjacent to every other vertex (Theorem 4.3);
  • every vertex has at least $\max\{1, \lceil(\delta-10)/27.5\rceil\}$ in-neighbours of out-degree $\delta$ when $\delta \ge 3$ (Theorems 5.2 and 5.5);
  • at least $n/4$ vertices have out-degree $\delta$ (Theorem 6.1).

Using these as constraints, a cube-and-conquer SAT computation excludes $(n,\delta) = (17,7)$. With Kaneko–Locke ($\delta \le 6$) and Brukhman, every counterexample therefore has at least 18 vertices, without relying on the $\delta = 7$ preprint (Theorem 7.1). Certified small cases add that at $n = 2\delta+3$ some vertex of out-degree $\delta$ is Seymour for $\delta \le 5$. For $\delta \le 4$ this already follows from Bai, Li and Park, so the new case is $\delta = 5$.

The negative results are these:

  • For $k \ge 2$ and $t \ge 1$, the oriented graph $D_{k,t}$ has a unique losing density, and its average surplus $\sum_v p(v)(|N^{++}(v)|-d(v))$ equals $(3-t)/(2k+1)$. For $k \ge 3$ its directed girth is $2k-1$ (Proposition 8.4).
  • Out-regular graphs of arbitrarily large degree exist in which every losing density is supported on non-Seymour vertices (Proposition 8.5).
  • DeVos's Conjecture 6.28, as printed in Sullivan's survey, is therefore false, at every directed girth (Corollary 8.6). Explicit counterexamples on 6 and 8 vertices also refute the three sign variants of the statement, and the 8-vertex one also refutes the weaker reading that imposes the second condition only on the support. The survey's separate remark about averaging over arbitrary distributions is equivalent to Seymour's conjecture and is not refuted.
  • Lemma 3.1 of Glover's unrefereed claimed proof (arXiv:2501.00614v14) is false as literally stated (Section 9).

Technical account

The structural results rest on Brukhman's fixed-target double count, sharpened into an exact identity. For every oriented graph,

$$k - \mathcal D = B + n(2\delta+3-n),$$ where $k$ counts vertices $x$ with $q(x) = 0$, $\mathcal D \ge 0$ is a sum of local capacity defects, and $B = \sum_v (d(v)-1-|N^{++}(v)|)$ is non-negative in a counterexample. At $n = 2\delta+3$ this becomes $k = B + \mathcal D$: each perfect vertex costs exactly one unit of slack. Deleting an odd set of vertices lowers the order to $2\delta'+2$, where Brukhman's count applies. A new odd-set deletion identity (Lemma 5.1) transports that count back to $2\delta+3$. A source-restricted version of it, a lemma on non-adjacent targets (Lemma 5.4) and a three-way charging argument give the linear in-neighbour bound.

The 18-vertex bound is a computation. The constraints C1–C6, C8 and C9 encode the proved necessary conditions and symmetry reductions, alongside the non-Seymour condition. Two split variables per vertex of one group give an exact partition into 379 cubes. CaDiCaL refuted each cube with an LRAT proof, and every proof is retained.

The negative results are exact. In $D_{k,t}$, summing the losing inequalities over the cycle forces the added vertices to carry zero weight, and oddness forces uniformity on the cycle. The surplus is then negative once $t \ge 4$. Because DeVos's pointwise condition implies the averaged one, the same graphs refute the conjecture as printed. For the 8-vertex example the argument is short: the graph is Eulerian, so every losing inequality is an equality. That forces a weight of $1/8$ on one vertex, where the second condition then fails. The classical inputs are Fisher's losing-density argument, Brukhman's count, the product constructions of Guo–Kang–Zwaneveld and the equivalences of Seacrest and Lim. They are credited in the paper's Table 1. Correctness, novelty and priority are recorded separately.

Evidence, assurance and limitations

  • Written proofs. The universal theorems rest on the written proofs in the 20-page paper. Exact scripts check the underlying identities exhaustively on all 59,809 oriented graphs with at most 5 vertices, and on random samples. They cannot check statements that are only about counterexamples.
  • Theorem 7.1. Its 379 LRAT proofs, and 25 small-case proofs, were accepted by two independently written checkers. One of them, cake_lpr, has a checking core that is formally verified in CakeML. The reduction from graph statement to CNF, including the theorems used as constraints, is justified in writing. It is tested against independently computed properties up to $(17,7)$, but it is not formally verified.
  • Negative controls. Semantic negative controls show that every verifier rejects corrupted inputs, in both normal and optimised Python.
  • Replay. A 42-step replay from a fresh extraction of the released archive passed. It regenerates every formula byte for byte, and it runs the negative controls from a read-only copy.
  • Review. An internal five-role editorial review requested minor revisions. Four of them narrowed or credited claims, and all were made. The confirmation round was waived by the publisher.
  • Limits. All of this is producer-side. There is no independent reproduction, specialist review or journal peer review, and no theorem is formalised in a proof assistant. Novelty rests on a bounded search: we found no earlier unconditional 18-vertex bound and no earlier refutation of DeVos's conjecture, but Sullivan's 2008 thesis was not consulted.

Relationship to earlier work

This release starts where Brukhman's dense-case theorem stops. The counterexample-order bounds known before it were 17 unconditionally and 19 conditionally on the $\delta = 7$ preprint. If that preprint is confirmed, the 18-vertex bound is superseded as an order bound, but the (17,7) certificate and the structural results remain. Fisher's tournament proof averages over a losing density. Fisher himself remarked that one losing density on the directed 4-cycle fails the pointwise condition; here every losing density fails, and so does the averaged inequality, at any girth. Seacrest and Lim showed that related weighted strengthenings fail in other settings: arc-weighted tournaments, and a two-digraph generalisation. Havet and Thomassé had already shown that median orders fail for weighted digraphs; Proposition 8.2 is an unweighted instance at $n = 2\delta+3$. The failed local lemma at $\delta = 6$ (Proposition 8.1) sits beside Sadhukhan–Sandeep–Sen's radius-two local statement: radius one does not suffice.

Who should care, and why

AudiencePotential useRequired caution
Researchers on the second neighbourhood conjectureStructural constraints at $n = 2\delta+3$; a certified 18-vertex bound; a list of shortcuts that are now known to fail, including DeVos's conjecture as printedNothing here proves the conjecture or the $2\delta+3$ case. Check the written proofs, especially Theorem 5.5, and the reading of DeVos's statement being refuted.
SAT and proof-checking researchersAn encoding with symmetry reductions, an exact cube partition, a stricter LRAT checker with 25 controls, and dual checking with cake_lprOnly the checker core is verified. The encoding bridge is not.
Research agents and tool buildersThe machine-readable claims, AI index, replay receipts and negative controlsPreserve the version, scope and non-claims recorded in CLAIMS.json.
Interested non-specialistsA worked example of how far careful computation can push a famous open problem, and where it stopsCandidate status is not established consensus.

Why the problem matters

The conjecture is a simple statement about local growth in directed networks. It would imply the case of the Caccetta–Häggkvist conjecture in which every in- and out-degree is at least $n/3$ (Sullivan's survey, §3), and it has resisted tournament-style proofs for three decades. Knowing which natural strengthenings are false, and how small a counterexample could be, narrows the space in which a proof, or a counterexample, has to be found.

How to inspect or reproduce the recorded checks

From the research repository (Python 3.10+ with NumPy and SciPy), run python scripts/exhaustive_identities.py 5, then each verifier in scripts/, then python scripts/negative_controls.py. All exit non-zero on failure. For the SAT certificate, compile frontier/lratcheck.c and unpack the three proof archives from the release. Then run python frontier/replay.py cert_d7_C1C2C3C4C5C6C8C9 6 and python frontier/replay_small.py. The encoding tests are frontier/test_encoding.py, test_encoding_scaled.py and test_small_encoders.py. The expected outputs are in REPLAY_RECEIPT.md and the receipts under frontier/. The pinned environment is in ENVIRONMENT.txt.

What is in the evidence package

  • Manuscript: the paper as PDF, LaTeX source and accessible Markdown.
  • Verifiers: the exact scripts and negative controls, and the witness graphs.
  • SAT pipeline: the encoder with its label map and tests, including a recorded positive control at $(17,7)$; four versions of the proof checker with their controls; the certification, replay, determinism and cake_lpr records; the 404 retained LRAT proofs, released as three archives with SHA-256 sums.
  • Records: a machine-readable claim index and AI index; the assurance, provenance, licence and citation-audit records; the internal editorial-gate reports, decision and response matrix.

What would improve the result next

  • An independent rerun of the 379 retained LRAT refutations, and specialist checking of the written proofs of Theorems 4.3, 5.2 and 6.1, which the SAT reduction relies on.
  • A machine-checked version of the reduction from the graph statement to the formula.
  • The case $(19,8)$. The same encoding gives 631 cubes, some of them slow. If the $\delta = 7$ preprint is confirmed, excluding $(19,8)$ would give an order bound of 20.
  • A pointwise bound on minimum-degree in-neighbours close to the average $\delta/4$.

Media

The audio briefing is provided in the header above. Download the MP3 briefing · read the transcript.

Open directions for follow-up research

Also available in machine-readable form for research agents and follow-up projects.

  1. Obtain unaffiliated specialist examination of the written proofs behind the SAT constraints, and an independent rerun of the 379 LRAT refutations.
  2. Raise the pointwise bound on minimum-degree in-neighbours towards the average δ/4 and test whether, with k = B + 𝒟, it excludes counterexamples at n = 2δ+3.
  3. Decide whether the support-restricted reading of DeVos's conjecture fails at every girth.
  4. Extend the certified exclusion to (19, 8); the same encoding yields 631 cubes, some of them slow.

Research process, metrics and reusable methods

Prospective process metadata under the Evidence Press operating model and research-metrics policy. It records the intended handoff, measured scope and claim boundary; it is not evidence that the method accelerated this work.

Work ID
ep-work:seymour-second-neighbourhood-2delta3
Attempt and metric receipts
  • ep-attempt:seymour-second-neighbourhood-2delta3-publication — published / positive

    Measurement scope
    assurance-through-publication — Prospective assurance-through-publication from this registration: deterministic publication-readiness baseline, the mandatory five-role internal editorial gate with repairs and one confirmation round, research repository and immutable GitHub/Zenodo identity (including a ~3 GB certificate archive), Evidence Press page, media and canonical readback. Discovery, the earlier proof and computation work, the earlier external AI review and its revision, and the DeVos-refutation addition before this registration are left-censored and are not reconstructed. No acceleration comparison.
    Frozen target
    Internal editorial acceptance, immutable public research assets (GitHub release and published Zenodo DOI with byte-identical assets) and canonical Evidence Press availability.
    Fermi active-time forecast
    240 minutes; plausible interval 150–420; expected unattended wait 75. Reference class: Reviewed mathematical candidate publication with a multi-gigabyte certificate archive (n=0) — Procedural prior only; no acceleration comparison..
    • Deterministic readiness baseline and research-package assembly: 1 × 30/50/80 minutes (low/central/high) — Procedural prior; no comparative acceleration claim.
    • Five-role internal editorial gate, repairs and one confirmation round: 1 × 30/50/90 minutes (low/central/high) — Procedural prior; no comparative acceleration claim.
    • GitHub repository, DOI reservation, tag, release and Zenodo publication with ~3 GB of assets: 1 × 30/45/90 minutes (low/central/high) — Procedural prior; upload waiting counted separately as unattended.
    • Evidence Press page, explanatory art, OG card, thumbnail and audio: 1 × 40/60/100 minutes (low/central/high) — Procedural prior; no comparative acceleration claim.
    • Two-commit seals, CI, guarded deployment and two readback cycles: 1 × 20/35/60 minutes (low/central/high) — Procedural prior; no comparative acceleration claim.
    Tractability forecast
    Within 420 active minutes: positive signal 0.9; target closure 0.75. Stop rule: Timing is telemetry, not a cap; continue unless integrity, rights or provider access blocks publication.
    Observed clocks
    190 active-agent; unknown active-human; unknown substantive-compute; 24 unattended-wait; 0 blocked; 20 rework minutes. Calendar elapsed: 214 minutes.
    Research search
    Cycles: 0 positive, 0 negative, 0 inconclusive. Falsification gates: 42. Candidate architectures: 1 tested, 0 rejected.
    Agent and review load
    5 agent runs; maximum parallelism 5; 6 model turns; unknown deduplicated model tokens; 1 substantive review rounds; P0/P1 findings 0/4; pre-publication claim corrections 4.
    Result and calibration
    target-closed — Five-role internal gate returned Minor Revision; all 18 required repairs applied (4 material: DeVos scope by reading, Fisher 1996, Bai-Li-Park Thm 1.4, SSS Thm 1.1 credit). Confirmation round waived by the publisher. 42-gate deterministic run passed; GitHub/Zenodo byte parity verified by independent download; canonical page read back. Positive signal: true; target reached: true. Active-time error -50 minutes; actual/forecast 0.7917; inside interval: true. Brier score: positive signal 0.01; target closure 0.0625. Variance: Active minutes estimated from session timestamps (registration 19:15Z to first readback 22:49Z) less ~24 min of logged upload/download waiting; the repair batch dominated. Confirmation round waived by publisher instruction. No speed or impact comparison. modelTurns is a lower bound (distinct root and reviewer invocations), not a per-sampling count.
    Missing telemetry
    activeHumanMinutes — Human effort not instrumented.; computeMinutes — No separately instrumented total.; deduplicatedModelTokens — Fork-aware runtime counter unavailable.; uncachedInputTokens — Runtime token/cache accounting unavailable.
Prospective work ledger · metrics policy
Intended aims
science
Artifact roles
research-output, evidence-assessment, communication
Decision object
bound — Every counterexample to Seymour's second neighbourhood conjecture has at least 18 vertices; structural necessary conditions at n = 2δ+3; a refutation of DeVos's conjecture as printed in Sullivan's survey. Scope: Finite oriented graphs; the order bound relies on Kaneko–Locke (δ ≤ 6, as reported) and a re-derived dense-case count, not on the δ = 7 preprint.
Reusable methods
Structural compression (structural-compression); Adversarial scientific controls (adversarial-controls); Assurance as a vector (assurance-vector); Agent-readable research objects (agent-readable-research-object) · registry
Targeted clocks
assurance, publication
Semantic bridge
explicit — Written proofs of Theorems 4.3, 5.2 and 6.1 justify the constraints C1–C6, C8, C9; the encoding is tested against independently computed properties up to (17, 7); two checkers accept every retained refutation. Remaining risks: The graph-to-formula reduction is not machine-checked.; Kaneko–Locke is used as reported, not read in the original.; The confirmation round for the material repairs was waived..
Human judgement gates
  • Assess the written proofs behind the SAT constraints.
  • Preserve the survey scope of the DeVos result and the candidate status.
  • Publication is authorised; external review is a separate dimension.
Next assurance action
Independently rerun the LRAT refutations and examine the written reduction; external review is not a publication prerequisite. Claim ceiling: Unrefereed candidate. The conjecture and its case n = 2δ+3 remain open; formal verification of the reduction, external review and unconditional priority are not established.
Aim-scoped impact evidence
  • science: NO_IMPACT_EVIDENCE — Inspectable order bound and refutation in Producer-coordinated mathematical publication. Design: none; comparator: None.; estimand: No acceleration or impact effect estimated.. No real-world effect evidence is asserted.

Verification status

Unrefereed candidate. Seymour's conjecture and its case n = 2δ+3 remain open. The reduction to the SAT formula rests on written proof and is not machine-checked; independent reproduction, specialist and journal review, and unconditional novelty are not established.

Reviews and assessments

Internal five-role editorial assessment

editorial-assessment · 2026-09-24 · recommendation: Minor Revision

Five roles reviewed one frozen target (Minor Revision; no fatal defect). All 18 required repairs were applied, four of them material to claim scope or credit, and recorded in a response matrix. The publisher waived the confirmation round, so the repairs were checked by the author and a 42-gate deterministic run only.

Read the structured review

Cite

Anonymous (2026). Seymour's second neighbourhood conjecture at order 2δ+3: structure of counterexamples, a certified 18-vertex lower bound, and a refutation of DeVos's conjecture as recorded in Sullivan's survey. Version 0.1.0-candidate. Evidence Press. 10.5281/zenodo.22947147.
BibTeX
@misc{seymoursecondneighbourhood2delta32026,
  title        = {Seymour's second neighbourhood conjecture at order 2δ+3: structure of counterexamples, a certified 18-vertex lower bound, and a refutation of DeVos's conjecture as recorded in Sullivan's survey},
  author       = {Anonymous},
  year         = {2026},
  doi          = {10.5281/zenodo.22947147},
  url          = {https://doi.org/10.5281/zenodo.22947147},
  version      = {0.1.0-candidate},
  howpublished = {Zenodo},
  note         = {Unrefereed; internally replayed evidence package. Press page: https://evidencepress.org/releases/seymour-second-neighbourhood-2delta3/}
}

Also: cite.bib · paper.json · this page as Markdown