Theorems · Theorem · combinatorics
SimpleGraph.is3Clique_iff
∀ {α : Type u_1} {G : SimpleGraph α} {s : Finset α} [inst : DecidableEq α],
G.IsNClique 3 s ↔ ∃ a b c, G.Adj a b ∧ G.Adj a c ∧ G.Adj b c ∧ s = {a, b, c}- Defined in
- Mathlib.Combinatorics.SimpleGraph.Clique
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.IsNCliquestatement and proof · cited by 64
- SimpleGraph.IsNClique.card_eqproof · cited by 17
- Finset.card_eq_threeproof · cited by 4
- SimpleGraph.is3Clique_triple_iffproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.TripartiteFromTriangles.is3Clique_iffproof · cited by 2