Theorems · Theorem · combinatorics
SimpleGraph.extremalNumber_le_iff
∀ {V : Type u_1} {W : Type u_2} [inst : Fintype V] (H : SimpleGraph W) (m : ℕ),
SimpleGraph.extremalNumber (Fintype.card V) H ≤ m ↔
∀ ⦃G : SimpleGraph V⦄ [inst_1 : DecidableRel G.Adj], H.Free G → G.edgeFinset.card ≤ mextremalNumber (card V) H is at most x if and only if every H-free simple graph G has
at most x edges.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Fintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Set.Elemproof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardstatement and proof · cited by 2,327
- Fintype.cardstatement · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Sym2statement and proof · cited by 737
- SimpleGraph.edgeSetproof · cited by 199
- SimpleGraph.edgeFinsetstatement and proof · cited by 116
- SimpleGraph.Freestatement and proof · cited by 39
- SimpleGraph.extremalNumberstatement · cited by 23
Cited by4
Results whose statement or proof uses this declaration.
- SimpleGraph.extremalNumber_le_iff_of_nonnegproof · cited by 2
- SimpleGraph.isExtremal_free_iffproof · cited by 2
- SimpleGraph.extremalNumber_congrproof · cited by 1
- SimpleGraph.IsContained.extremalNumber_leproof · cited by 0