Theorems · Theorem · combinatorics
SimpleGraph.isExtremal_free_iff
∀ {V : Type u_1} {W : Type u_2} {G : SimpleGraph V} {H : SimpleGraph W} [inst : Fintype V]
[inst_1 : DecidableRel G.Adj],
G.IsExtremal H.Free ↔ H.Free G ∧ G.edgeFinset.card = SimpleGraph.extremalNumber (Fintype.card V) HH-free extremal graphs are H-free simple graphs having extremalNumber (card V) H many
edges.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 77 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.
Cites14
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
- Finset.cardstatement and proof · cited by 2,327
- Fintype.cardstatement and proof · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Sym2statement · cited by 737
- SimpleGraph.edgeFinsetstatement and proof · cited by 116
- ge_of_eqproof · cited by 67
- SimpleGraph.Freestatement and proof · cited by 39
- SimpleGraph.extremalNumberstatement and proof · cited by 23
- eq_of_le_of_geproof · cited by 16
- SimpleGraph.IsExtremalstatement · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.card_edgeFinset_of_isExtremal_freeproof · cited by 1