Theorems · Theorem · combinatorics
SimpleGraph.triangle_counting
∀ {α : Type u_1} (G : SimpleGraph α) [inst : DecidableRel G.Adj] {ε : ℝ} {s t u : Finset α} [inst_1 : DecidableEq α]
[inst_2 : Fintype α],
2 * ε ≤ ↑(G.edgeDensity s t) →
G.IsUniform ε s t →
Disjoint s t →
2 * ε ≤ ↑(G.edgeDensity s u) →
G.IsUniform ε s u →
Disjoint s u →
2 * ε ≤ ↑(G.edgeDensity t u) →
G.IsUniform ε t u →
Disjoint t u → (1 - 2 * ε) * ε ^ 3 * ↑s.card * ↑t.card * ↑u.card ≤ ↑(G.cliqueFinset 3).cardThe Triangle Counting Lemma. If G is a graph and s, t, u are disjoint sets of
vertices such that each pair is ε-uniform and 2 * ε-dense, then G contains at least
(1 - 2 * ε) * ε ^ 3 * |s| * |t| * |u| triangles.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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 and proof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Set.ofPredproof · cited by 6,101
- LE.le.transproof · cited by 3,151
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardstatement · cited by 2,327
- Disjointstatement and proof · cited by 2,201
- SProd.sprodproof · cited by 1,750
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Finset.filterproof · cited by 949
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.