Theorems · Theorem · combinatorics
SimpleGraph.IsFiveWheelLike.minDegree_le_of_cliqueFree_fiveWheelLikeFree_succ
∀ {α : Type u_1} {G : SimpleGraph α} {r k : ℕ} {v w₁ w₂ : α} {s t : Finset α} [inst : DecidableEq α],
G.IsFiveWheelLike r k v w₁ w₂ s t →
G.CliqueFree (r + 2) →
∀ [inst_1 : DecidableRel G.Adj] [inst_2 : Fintype α],
G.FiveWheelLikeFree r (k + 1) → G.minDegree ≤ (2 * r + k) * Fintype.card α / (2 * r + k + 3)If G is a Kᵣ₊₂-free graph with n vertices containing a Wᵣ,ₖ but no Wᵣ,ₖ₊₁
then G.minDegree ≤ (2 * r + k) * n / (2 * r + k + 3)
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites58
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- mul_oneproof · cited by 3,885
- Finset.univproof · cited by 3,473
- SimpleGraphstatement and proof · cited by 3,072
- Compl.complproof · cited by 2,925
- add_zeroproof · cited by 2,707
- Finset.cardproof · cited by 2,327
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
- le_reflproof · cited by 2,061
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.colorable_of_cliqueFree_lt_minDegreeproof · cited by 0