Theorems · Theorem · combinatorics
SimpleGraph.colorable_of_cliqueFree_lt_minDegree
∀ {α : Type u_1} {G : SimpleGraph α} {r : ℕ} [inst : Fintype α] [inst_1 : DecidableRel G.Adj],
G.CliqueFree (r + 1) → (3 * r - 4) * Fintype.card α / (3 * r - 1) < G.minDegree → G.Colorable rAndrásfai-Erdős-Sós theorem
If G is a Kᵣ₊₁-free graph with n vertices and (3 * r - 4) * n / (3 * r - 1) < G.minDegree
then G is r + 1-colorable, e.g. if G is K₃-free and 2 * n / 5 < G.minDegree then G
is 2-colorable.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeDecidableRel
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- Bot.botproof · cited by 4,720
- mul_oneproof · cited by 3,885
- LE.le.transproof · cited by 3,151
- SimpleGraphstatement and proof · cited by 3,072
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- mul_commproof · cited by 2,262
- mul_assocproof · cited by 1,667
- MulZeroClass.zero_mulproof · cited by 1,625
- Fintype.cardstatement and proof · cited by 1,386
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.