Documentation

Ramsey2lemmas.SimpleGraph

@[simp]
theorem SimpleGraph.induce_compl {V✝ : Type u_1} {G : SimpleGraph V✝} (f : Set V✝) :
theorem SimpleGraph.IsIndepSet.subset {V : Type u_1} {t s : Set V} {G : SimpleGraph V} (h : t s) :
@[simp]
theorem SimpleGraph.isNIndepSet_one {V : Type u_1} {s : Finset V} {G : SimpleGraph V} :
G.IsNIndepSet 1 s ∃ (a : V), s = {a}
theorem SimpleGraph.Iso.IsClique {V : Type u_1} (G : SimpleGraph V) {W : Type u_2} (G' : SimpleGraph W) {s : Set V} (iso : G ≃g G') :
G.IsClique s G'.IsClique (iso.toEquiv '' s)
theorem SimpleGraph.Iso.IsIndepSet {V : Type u_1} (G : SimpleGraph V) {W : Type u_2} (G' : SimpleGraph W) {s : Set V} (iso : G ≃g G') :
G.IsIndepSet s G'.IsIndepSet (iso.toEquiv '' s)
theorem SimpleGraph.Iso.IsNClique {V : Type u_1} (G : SimpleGraph V) {W : Type u_2} (G' : SimpleGraph W) {n : } {s : Finset V} (iso : G ≃g G') :
theorem SimpleGraph.Iso.IsNIndepSet {V : Type u_1} (G : SimpleGraph V) {W : Type u_2} (G' : SimpleGraph W) {n : } {s : Finset V} (iso : G ≃g G') :
theorem SimpleGraph.Iso.cliqueNum {V : Type u_1} (G : SimpleGraph V) {W : Type u_2} (G' : SimpleGraph W) (iso : G ≃g G') :
theorem SimpleGraph.Iso.indepNum {V : Type u_1} (G : SimpleGraph V) {W : Type u_2} (G' : SimpleGraph W) (iso : G ≃g G') :
def SimpleGraph.Iso.compl {V : Type u_1} (G : SimpleGraph V) {W : Type u_2} (G' : SimpleGraph W) (iso : G ≃g G') :
Equations
Instances For
    theorem SimpleGraph.fintype_cliqueNum_bddAbove {α : Type u_2} [Fintype α] (G : SimpleGraph α) :
    BddAbove {n : | ∃ (s : Finset α), G.IsNClique n s}
    theorem SimpleGraph.fintype_indepNum_bddAbove {α : Type u_2} [Fintype α] (G : SimpleGraph α) :
    BddAbove {n : | ∃ (s : Finset α), G.IsNIndepSet n s}
    @[simp]
    theorem SimpleGraph.cliqueNum_pos {α : Type u_2} [Fintype α] [ne : Nonempty α] (G : SimpleGraph α) :
    @[simp]
    theorem SimpleGraph.indepNum_pos {α : Type u_2} [Fintype α] [ne : Nonempty α] (G : SimpleGraph α) :
    @[simp]
    theorem SimpleGraph.cliqueNum_bot {α : Type u_2} [Fintype α] [Nonempty α] :
    @[simp]
    theorem SimpleGraph.indepNum_top {α : Type u_2} [Fintype α] [Nonempty α] :
    theorem SimpleGraph.exists_isNClique_of_le_cliqueNum {α : Type u_2} [Fintype α] {G : SimpleGraph α} {n : } (h : n G.cliqueNum) :
    ∃ (S : Finset α), G.IsNClique n S
    theorem SimpleGraph.exists_isNIndset_of_le_indepNum {α : Type u_2} [Fintype α] {G : SimpleGraph α} {n : } (h : n G.indepNum) :
    ∃ (S : Finset α), G.IsNIndepSet n S
    theorem SimpleGraph.Embedding.indepNum_mono {α β : Type} [Fintype α] {G : SimpleGraph α} {G' : SimpleGraph β} (h : G' ↪g G) :
    theorem SimpleGraph.Embedding.cliqueNum_mono {α β : Type} [Fintype α] {G : SimpleGraph α} {G' : SimpleGraph β} (h : G' ↪g G) :