Theorems · Theorem · combinatorics
SimpleGraph.IsNClique.of_induce
∀ {α : Type u_1} {G : SimpleGraph α} {S : G.Subgraph} {F : Set α} {s : Finset { x // x ∈ F }} {n : ℕ},
(S.induce F).coe.IsNClique n s → G.IsNClique n (Finset.map { toFun := Subtype.val, inj' := ⋯ } s)If a set of vertices A is an n-clique in subgraph of G induced by a superset of A,
its embedding is an n-clique in G.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Clique
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 57 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.
- Setstatement and proof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- Set.Elemstatement · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- Finset.mapstatement · cited by 747
- SimpleGraph.Subgraphstatement and proof · cited by 326
- Subtype.val_injectivestatement and proof · cited by 232
- SimpleGraph.Subgraph.vertsstatement · cited by 210
- Finset.coe_mapproof · cited by 114
- Finset.card_mapproof · cited by 114
- SimpleGraph.Subgraph.coestatement and proof · cited by 89
- SimpleGraph.IsCliqueproof · cited by 76
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.