Theorems · Theorem · combinatorics
SimpleGraph.isNClique_map_iff
∀ {α : Type u_1} {β : Type u_2} {G : SimpleGraph α} {n : ℕ},
1 < n →
∀ {t : Finset β} {f : α ↪ β}, (SimpleGraph.map (⇑f) G).IsNClique n t ↔ ∃ s, G.IsNClique n s ∧ Finset.map f s = t- Defined in
- Mathlib.Combinatorics.SimpleGraph.Clique
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 68 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.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardproof · cited by 2,327
- Function.Embeddingstatement and proof · cited by 988
- Finset.mapstatement and proof · cited by 747
- LE.le.not_gtproof · cited by 189
- Finset.card_mapproof · cited by 114
- SimpleGraph.IsCliqueproof · cited by 76
- SimpleGraph.IsNCliquestatement and proof · cited by 64
- SimpleGraph.mapstatement and proof · cited by 49
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.cliqueFree_map_iffproof · cited by 0