Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.IsTuranMaximal.nonempty_iso_turanGraph

∀ {V : Type u_1} [inst : Fintype V] {G : SimpleGraph V} [inst_1 : DecidableRel G.Adj] {r : ℕ},
  G.IsTuranMaximal r → Nonempty (G ≃g SimpleGraph.turanGraph (Fintype.card V) r)

Turán's theorem, forward direction. Any r + 1-cliquefree Turán-maximal graph on n vertices is isomorphic to turanGraph n r.

Defined in
Mathlib.Combinatorics.SimpleGraph.Extremal.Turan
Cited by
3 results in Mathlib
Foundations
Depth 88 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.

Cites30

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.