Erdős problem 1037
Let be a graph on vertices in which every degree occurs at most twice, and the number of distinct degrees is . Must contain a trivial (empty or complete) subgraph of size 'much larger' than ?
Sources
FormalConjectures/ErdosProblems/
1037.lean
Retained formal statement
Let be a graph on vertices in which every degree occurs at most twice, and the number of distinct degrees is . Must contain a trivial (empty or complete) subgraph of size 'much larger' than ?
A question of Chen and Erdős.
The answer is no - Cambie, Chan, and Hunter have in the comment section given a simple construction of a graph on vertices with at least distinct degrees, every degree appears at most twice, and the largest trivial subgraph has size .
False ↔ ∀ (ε : ℝ), 0 < ε → ∀ (C : ℝ), ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (G : SimpleGraph (Fin n)), (∀ (d : ℕ), {v | (G.neighborSet v).ncard = d}.ncard ≤ 2) → (1 / 2 + ε) * ↑n < ↑(Set.range fun v => (G.neighborSet v).ncard).ncard → ∃ s, Erdos1037.IsTrivialSet G s ∧ C * Real.log ↑n < ↑s.ncard