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 statement2 of 2

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_1037.variants.cambie_chan_hunter6 linesExact file
C,  ∀ᶠ (n : ℕ) in Filter.atTop,G,      (∀ (d : ℕ), {v | (G.neighborSet v).ncard = d}.ncard ≤ 2) ∧        3 / 4 * ↑n ≤ ↑(Set.range fun v => (G.neighborSet v).ncard).ncard          ∀ (s : Set (Fin n)), Erdos1037.IsTrivialSet G s → ↑s.ncardC * Real.logn
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page