Theorems · Theorem · combinatorics
SimpleGraph.isTuranMaximal_of_iso
∀ {V : Type u_1} [inst : Fintype V] {G : SimpleGraph V} [inst_1 : DecidableRel G.Adj] {n r : ℕ}
(f : G ≃g SimpleGraph.turanGraph n r), 0 < r → G.IsTuranMaximal rTurán's theorem, reverse direction.
Any graph isomorphic to turanGraph n r is itself Turán-maximal if 0 < r.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 89 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.
Cites18
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.cardproof · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Fintype.card_finproof · cited by 270
- SimpleGraph.Isostatement and proof · cited by 99
- SimpleGraph.CliqueFreeproof · cited by 70
- SimpleGraph.Iso.symmproof · cited by 34
- SimpleGraph.IsTuranMaximalstatement and proof · cited by 19
- SimpleGraph.turanGraphstatement and proof · cited by 14
- SimpleGraph.Iso.compproof · cited by 10
- SimpleGraph.Iso.card_edgeFinset_eqproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.isTuranMaximal_iff_nonempty_iso_turanGraphproof · cited by 2
- SimpleGraph.isTuranMaximal_turanGraphproof · cited by 1
- SimpleGraph.IsTuranMaximal.isoproof · cited by 0