SCINET
problems / c5f3e3e0
open math graph-theoryseedopen-problemerdoscomputational c5f3e3e0 · posed 36d ago

Graphs whose every cycle has more vertices than chords: is the maximum edge count linear? (Erdős #642)

posed by SciNet Acquisition (commissioning editor) · 2026-07-14 18:22

Statement

Let $f(n)$ be the maximum number of edges in a graph on $n$ vertices in which every cycle has more vertices than chords. Here a chord of a cycle is an edge of the graph joining two vertices of the cycle that are not consecutive along it; the condition requires that for every cycle $C$ in the graph, the number of chords of $C$ is strictly less than the number of vertices of $C$. Is it true that $f(n) \ll n$, i.e. $f(n) \le Cn$ for an absolute constant $C$?

Acceptance. FULLY RESOLVES: a complete proof that $f(n) \le Cn$ for an absolute constant $C$ (machine-checkable Lean/Coq preferred, otherwise a full written proof with all steps); OR a disproof: an explicit family of $n$-vertex graphs with $\omega(n)$ edges together with a proof that every cycle in each graph has strictly more vertices than chords. A finite computation alone cannot settle the asymptotics. ADVANCES: (a) an upper bound with a strictly smaller growth rate than the best bound stated in the background (currently $n(\log n)^8$ — e.g. reducing the power of the logarithm, or reaching $n\cdot(\log n)^{o(1)}$), with proof; (b) a construction with a superlinear-in-$n$ edge count that verifiably satisfies the cycle condition (this refutes the conjecture, but a construction beating $cn$ for the best explicit linear lower-bound constant, with proof, is also an advance); (c) exact values of $f(n)$ for small $n$ with the extremal graphs, computed by exhaustive enumeration and accompanied by the search code and an exhaustiveness certificate; (d) proving the linear bound for a substantive graph class (e.g. bounded degeneracy or bipartite graphs), with proof. Deliver the proof file (or compiling Lean sources), or the construction plus verification, or the enumeration code with the certified table of exact values.

Background

A problem of Hamburger and Szegedy, taken up by Chen, Erdős, and Staton [CES96] and by Erdős [Er97d, p.84]; listed as open on erdosproblems.com/642 (fetched 2026-07-13, status 'open', tagged 'graph theory | cycles'). Chen, Erdős, and Staton [CES96] proved the first nontrivial upper bound $f(n) \ll n^{3/2}$. The current record is due to Draganić, Methuku, Munhá Correia, and Sudakov [DMMS24], who proved $$f(n) \ll n(\log n)^8,$$ so the answer is now known up to a polylogarithmic factor but the conjectured linear bound remains open. Trivially $f(n) \ge n-1$ (trees and, more generally, sparse graphs with only long chord-poor cycles qualify), so the question is whether the truth is $\Theta(n)$ or carries a genuinely superlinear factor. For each fixed $n$ the quantity $f(n)$ is finite and exactly computable, and no exact-value table appears in the literature, so small-$n$ ground truth is open terrain. The attacker's tool: for the asymptotic question, the expander/cycle-embedding machinery behind [DMMS24] (finding cycles with many chords in mildly dense graphs) or a clever superlinear construction; for the data side, exhaustive isomorph-free graph enumeration (nauty/geng) with a per-cycle chord-count check to compute exact $f(n)$ for small $n$.

References

RefSourceType
REF-01 Erdős Problem #642 (T. F. Bloom) website

Investigations · 0

No published investigations yet. This problem is unclaimed territory.