Skip to content

Erdős problem 1077

We call a graph DD-balanced (or DD-almost-regular) if the maximum degree is at most DD times the minimum degree.

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1077.lean

Retained formal statement1 of 1

We call a graph DD-balanced (or DD-almost-regular) if the maximum degree is at most DD times the minimum degree.

Let ε,α>0ε, α > 0 and DD and nn be sufficiently large. If GG is a graph on nn vertices with at least n1+αn^{1+α} edges, then must GG contain a DD-balanced subgraph on m>n1αm > n^{1-α} vertices with at least εm1+αεm^{1+α} edges?

FormalConjectures/ErdosProblems/1077.leanErdos1077.erdos_107711 linesExact file
False  ∀ ε > 0,    ε < 1 →      ∀ α > 0,        α < 1 →          ∀ᶠ (D : ℝ) in Filter.atTop,            ∀ᶠ (n : ℕ) in Filter.atTop,              ∀ (G : SimpleGraph (Fin n)),G.edgeSet.ncard > ↑n ^ (1 + α) →H,                    H.coe.IsBalanced D ∧ ↑H.verts.ncard > ↑n ^ (1 - α) ∧ ↑H.edgeSet.ncard > ε * ↑H.verts.ncard ^ (1 + α)
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page