Theorems · Theorem · combinatorics
SimpleGraph.IsTuranMaximal.not_adj_trans
∀ {V : Type u_1} [inst : Fintype V] {G : SimpleGraph V} [inst_1 : DecidableRel G.Adj] {r : ℕ} {s t u : V},
G.IsTuranMaximal r → ¬G.Adj t s → ¬G.Adj s u → ¬G.Adj t uIn a Turán-maximal graph, non-adjacency is transitive.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 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.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardproof · cited by 2,327
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Finset.extproof · cited by 565
- Iff.notproof · cited by 489
- Finset.card_singletonproof · cited by 144
- SimpleGraph.edgeFinsetproof · cited by 116
- SimpleGraph.degreeproof · cited by 112
- SimpleGraph.neighborFinsetproof · cited by 72
- SimpleGraph.CliqueFreeproof · cited by 70
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.IsTuranMaximal.equivalence_not_adjproof · cited by 0