Theorems · Theorem · combinatorics
SimpleGraph.farFromTriangleFree_of_disjoint_triangles
∀ {α : Type u_1} {𝕜 : Type u_3} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] {G : SimpleGraph α}
{ε : 𝕜} [inst_3 : Fintype α] [inst_4 : DecidableRel G.Adj] [inst_5 : DecidableEq α],
∀ tris ⊆ G.cliqueFinset 3,
((↑tris).Pairwise fun x y => (↑x ∩ ↑y).Subsingleton) →
ε * ↑(Fintype.card α ^ 2) ≤ ↑tris.card → G.FarFromTriangleFree εIf there are ε * (card α)^2 disjoint triangles, then the graph is ε-far from being
triangle-free.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coestatement and proof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- LE.le.transproof · cited by 3,151
- SimpleGraphstatement and proof · cited by 3,072
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Finset.cardstatement and proof · cited by 2,327
- Fintype.cardstatement and proof · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.EdgeDisjointTriangles.farFromTriangleFreeproof · cited by 0
- SimpleGraph.TripartiteFromTriangles.farFromTriangleFreeproof · cited by 0