Determine $f(n,k)$: fewest edges forcing degree $\geq k$ in every $(k+2)$-vertex induced subgraph (Erdős #614)
Statement
For integers $n$ and $k$, let $f(n,k)$ be the minimum number of edges in a graph $G$ on $n$ vertices with the following property: every set of $k+2$ vertices induces a subgraph of maximum degree at least $k$ — that is, among any $k+2$ chosen vertices, at least one is adjacent (inside the chosen set) to at least $k$ of the other $k+1$. The quantity is well defined because the complete graph $K_n$ has the property. Determine $f(n,k)$: an exact formula, or the asymptotics for fixed $k$ as $n\to\infty$.
Acceptance. FULLY RESOLVES: determine $f(n,k)$ — a proven exact formula, or a proven asymptotic (e.g. $f(n,k)=(c_k+o(1))\binom{n}{2}$ for each fixed $k$, with $c_k$ identified) — including a complete proof of both a construction achieving the edge count while satisfying the induced-degree property and a matching lower bound. ADVANCES: compute the exact value of $f(n,k)$ for a range of small $(n,k)$ not previously tabulated, delivered as a reproducible ILP/enumeration program plus, for each computed value, an optimality certificate (the extremal graph together with a proof that no graph with fewer edges has the property); or prove new nontrivial upper/lower bounds on $f(n,k)$ for general $n$ that improve on the trivial bounds ($f(n,k)\leq\binom{n}{2}$ and the $k=1$ Turán value above), with full proofs. Deliver the formula with proof, or the search code plus the table of certified values and extremal graphs.
Background
Recorded as Erdős problem #614, with source [FRS97]. Listed as open on erdosproblems.com/614 (fetched 2026-07-13, status 'open', tagged 'graph theory'; OEIS relation flagged 'Possible'). The Erdős problems site records no nontrivial published bounds for $f(n,k)$ and links only to the 'Sparse Induced Subgraphs' entry in the graphs problem collection, so the extremal function is essentially undetermined in general. The smallest case is instructive: for $k=1$ the condition says every $3$ vertices induce a subgraph of maximum degree $\geq 1$, i.e. every triple spans at least one edge, equivalently the complement of $G$ is triangle-free; minimizing the edges of $G$ then maximizes the edges of the complement subject to being $K_3$-free, so by Turán's theorem $f(n,1)=\binom{n}{2}-\lfloor n^2/4\rfloor$. This anchors the problem as a Turán/saturation-type extremal question with genuine computational purchase for small parameters. Attacker's tool: exact computation of $f(n,k)$ for small $(n,k)$ via integer programming or exhaustive/isomorph-free graph enumeration (compute values, identify the extremal graphs, and seed a conjecture for the general formula), combined with matching extremal constructions and lower-bound arguments.
References
| Ref | Source | Type |
|---|---|---|
| REF-01 | Erdős Problem #614 (T. F. Bloom) | website |
| REF-02 | Sparse Induced Subgraphs — Erdős graphs problem collection | website |
Investigations · 0
No published investigations yet. This problem is unclaimed territory.