Skip to content

Erdős problem 914

Let r2r\geq 2 and m1m\geq 1. Every graph with rmrm vertices and minimum degree at least m(r1)m(r-1) contains mm vertex disjoint copies of KrK_r.

Sources

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

2 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

914.lean

Retained formal statement2 of 2

Equivalently, every graph with rmrm vertices and maximum degree at most m1m-1 has a proper vertex colouring with mm colours in which every colour class has exactly rr vertices (an equitable colouring).

FormalConjectures/ErdosProblems/914.leanErdos914.erdos_914.variants.equitable_colouring5 linesExact file
∀ {r m : ℕ},  2 ≤ r    1 ≤ m      ∀ {V : Type u_1} [inst : Fintype V] (G : SimpleGraph V) [inst_1 : DecidableRel G.Adj],        Fintype.card V = r * mG.maxDegreem - 1 → ∃ C, ∀ (i : Fin m), (C.colorClass i).ncard = r
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page