Theorems · Theorem · combinatorics
SimpleGraph.eventually_isContained_of_card_edgeFinset
∀ {W : Type u_1} (H : SimpleGraph W) {ε : ℝ},
0 < ε →
∀ᶠ (n : ℕ) in Filter.atTop,
∀ {G : SimpleGraph (Fin n)} [inst : DecidableRel G.Adj],
↑G.edgeFinset.card ≥ (H.turanDensity + ε) * ↑(n.choose 2) → H.IsContained GSimple graphs on n vertices having at least (turanDensity H + o(1)) * n ^ 2 edges contain
H, for sufficiently large n.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 156 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Set.ofPredproof · cited by 6,101
- LE.le.transproof · cited by 3,151
- Filter.Eventuallystatement · cited by 3,134
- SimpleGraphstatement and proof · cited by 3,072
- Set.Nonemptyproof · cited by 2,627
- Filter.atTopstatement · cited by 2,405
- Finset.cardstatement and proof · cited by 2,327
- Nat.cast_zeroproof · cited by 1,870
- Fintype.cardproof · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.isContained_of_card_edgeFinsetproof · cited by 0