Theorems · Theorem · combinatorics
SimpleGraph.IsTuranMaximal.card_parts
∀ {V : Type u_1} [inst : Fintype V] {G : SimpleGraph V} [inst_1 : DecidableRel G.Adj] {r : ℕ} (h : G.IsTuranMaximal r)
[inst_2 : DecidableEq V], h.finpartition.parts.card = min (Fintype.card V) rThere are min n r parts in a graph on n vertices satisfying G.IsTuranMaximal r.
min handles the n < r case, when G is complete but still r + 1-cliquefree
for having insufficiently many vertices.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- SetLike.coeproof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Set.Elemproof · cited by 7,166
- Finset.univstatement and proof · cited by 3,473
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardstatement and proof · cited by 2,327
- le_antisymmproof · cited by 2,068
- Fintype.cardstatement and proof · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Sym2proof · cited by 737
- Finset.mem_univproof · cited by 361
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.IsTuranMaximal.nonempty_iso_turanGraphproof · cited by 3