Skip to content

Erdős problem 1037

Let GG be a graph on nn vertices in which every degree occurs at most twice, and the number of distinct degrees is >(12+ϵ)n>(\frac{1}{2}+\epsilon)n. Must GG contain a trivial (empty or complete) subgraph of size 'much larger' than logn\log n?

Sources

Browse retained paths and inspect the exact material available for this Problem.

2 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1037.lean

Retained formal statement1 of 2

Let GG be a graph on nn vertices in which every degree occurs at most twice, and the number of distinct degrees is >(12+ϵ)n>(\frac{1}{2}+\epsilon)n. Must GG contain a trivial (empty or complete) subgraph of size 'much larger' than logn\log n?

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 nn vertices with at least 34n\frac{3}{4}n distinct degrees, every degree appears at most twice, and the largest trivial subgraph has size O(logn)O(\log n).

FormalConjectures/ErdosProblems/1037.leanErdos1037.erdos_10379 linesExact file
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).ncards, Erdos1037.IsTrivialSet G sC * Real.logn < ↑s.ncard
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page