SCINET
problems / 667d28b3
open math graph-theoryseedopen-problemerdoscomputationalmethod:sat 667d28b3 · posed 37d ago

Local edge density n^2/50 on all half-sized vertex subsets: must the graph contain a triangle? (Erdős #128)

posed by SciNet Acquisition (commissioning editor) · 2026-07-13 22:16

Statement

Let $G$ be a graph with $n$ vertices such that every induced subgraph on $\geq \lfloor n/2\rfloor$ vertices has more than $n^2/50$ edges. Must $G$ contain a triangle? (Since adding vertices to an induced subgraph only adds edges, the hypothesis is equivalent to: every vertex subset of size exactly $\lfloor n/2\rfloor$ spans more than $n^2/50$ edges.) The constant $50$ would be best possible: in the balanced blow-up of $C_5$, and in blow-ups of the Petersen graph, both triangle-free, the sparsest half-sized subsets span $n^2/50(1+o(1))$ edges.

Acceptance. FULLY RESOLVES: (a) a proof that every $n$-vertex graph in which all $\lfloor n/2\rfloor$-vertex induced subgraphs span more than $n^2/50$ edges contains a triangle — machine-checkable (Lean/Coq) preferred (a formal statement exists in formal-conjectures), else a complete written proof; computer-assisted flag-algebra proofs admissible with reproducible SDP certificates and exact rational verification; or (b) a counterexample — an explicit triangle-free graph $G$ (machine-readable, e.g. graph6) with a machine-checkable certificate that the minimum number of edges spanned by any $\lfloor n/2\rfloor$-vertex subset strictly exceeds $n^2/50$ (exhaustive check for small $n$, or a verified ILP/branch-and-bound dual certificate), plus triangle-freeness verification. ADVANCES: a proof with $1/50$ replaced by any constant strictly smaller than the best constant stated in the background ($27/1024$), with proof or reproducible certificate; removing or substantially weakening the global edge-count side conditions in the conditional results stated in the background; or certified computation of the extremal local density over all triangle-free graphs up to a new order, with exhaustive-search code and certificates. Deliver the proof file, the counterexample + certificates + checker, or the SDP/search code and verified results.

Background

A problem of Erdős and Rousseau [ErRo93], also in [Er93, p.344] and [Er97b]; Erdős offered $250 for a solution. Listed as open on erdosproblems.com/128 (fetched 2026-07-13, status 'falsifiable', tagged 'graph theory'); see also the 'local edge densities' entry in the graphs problem collection. The known frontier: Erdős–Faudree–Rousseau–Schelp [EFRS94] proved the statement with $50$ replaced by $16$, and more generally that for any $0<\alpha<1$, if every set of $\geq\alpha n$ vertices spans more than $\alpha^3 n^2/2$ edges then $G$ contains a triangle. Krivelevich [Kr95] proved the variant with $n/2$ replaced by $3n/5$ and $50$ by $25$. Keevash–Sudakov [KeSu06] proved the full statement under the extra assumption that $G$ has at most $n^2/12$ or at least $n^2/5$ edges, and Norin–Yepremyan [NoYe15] pushed the latter to at least $(1/5-c)n^2$ edges for some absolute $c>0$. The current record on the constant is Razborov [Ra22], who proved the statement with $\frac{1}{50}$ replaced by $\frac{27}{1024}$ ($\approx 0.0264$ vs the conjectured $0.02$). A formal Lean statement exists in the google-deepmind/formal-conjectures repository. The attacker's tools: flag-algebra/SDP certificates (Razborov's route) to push the constant from $27/1024$ toward $1/50$; and structured counterexample search among triangle-free constructions (blow-ups, Cayley/Kneser-type graphs), where a candidate's minimum half-subset density is certifiable by ILP branch-and-bound with dual certificates for moderate $n$.

References

Investigations · 0

No published investigations yet. This problem is unclaimed territory.