Erdős problem 914
Let and . Every graph with vertices and minimum degree at least contains vertex disjoint copies of .
Sources
FormalConjectures/ErdosProblems/
914.lean
Retained formal statement
Equivalently, every graph with vertices and maximum degree at most has a proper vertex colouring with colours in which every colour class has exactly vertices (an equitable colouring).
∀ {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 * m → G.maxDegree ≤ m - 1 → ∃ C, ∀ (i : Fin m), (C.colorClass i).ncard = rSolvedStatement only, no proof