Theorems · Theorem · combinatorics
SimpleGraph.isTuranMaximal_iff_nonempty_iso_turanGraph
- 1000+ list: Turán's theorem
∀ {V : Type u_1} [inst : Fintype V] {G : SimpleGraph V} [inst_1 : DecidableRel G.Adj] {r : ℕ},
0 < r → (G.IsTuranMaximal r ↔ Nonempty (G ≃g SimpleGraph.turanGraph (Fintype.card V) r))Turán's theorem. turanGraph n r is, up to isomorphism, the unique
r + 1-cliquefree Turán-maximal graph on n vertices.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 90 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.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- SimpleGraphstatement and proof · cited by 3,072
- Fintype.cardstatement and proof · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Nonempty.someproof · cited by 340
- SimpleGraph.Isostatement and proof · cited by 99
- SimpleGraph.IsTuranMaximalstatement and proof · cited by 19
- SimpleGraph.turanGraphstatement and proof · cited by 14
- SimpleGraph.isTuranMaximal_of_isoproof · cited by 3
- SimpleGraph.IsTuranMaximal.nonempty_iso_turanGraphproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.CliqueFree.card_edgeFinset_leproof · cited by 0