Theorems · Theorem · combinatorics
SimpleGraph.triangle_removal
∀ {α : Type u_1} [inst : DecidableEq α] [inst_1 : Fintype α] {G : SimpleGraph α} [inst_2 : DecidableRel G.Adj] {ε : ℝ},
↑(G.cliqueFinset 3).card < SimpleGraph.triangleRemovalBound ε * ↑(Fintype.card α) ^ 3 →
∃ G' ≤ G, ∃ x, ↑G.edgeFinset.card - ↑G'.edgeFinset.card < ε * ↑(Fintype.card α ^ 2) ∧ G'.CliqueFree 3Triangle Removal Lemma. If there are not too many triangles (on the order of (card α)^3)
then they can all be removed by removing a few edges (on the order of (card α)^2).
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Finsetstatement · cited by 13,712
- 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
- le_of_not_gtproof · cited by 430
- LT.lt.not_geproof · cited by 305
- SimpleGraph.edgeFinsetstatement and proof · cited by 116
- SimpleGraph.CliqueFreestatement and proof · cited by 70
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.