Theorems · Theorem · combinatorics
SimpleGraph.isClique_insert
∀ {α : Type u_1} {G : SimpleGraph α} {s : Set α} {a : α},
G.IsClique (insert a s) ↔ G.IsClique s ∧ ∀ b ∈ s, a ≠ b → G.Adj a b- Defined in
- Mathlib.Combinatorics.SimpleGraph.Clique
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.IsCliquestatement · cited by 76
- Set.pairwise_insert_of_symmproof · cited by 10
- SimpleGraph.symmproof · cited by 8
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.