@[simp]
theorem
SimpleGraph.IsIndepSet.subset
{V : Type u_1}
{t s : Set V}
{G : SimpleGraph V}
(h : t ⊆ s)
:
G.IsIndepSet s → G.IsIndepSet t
@[simp]
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')
:
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')
:
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
- SimpleGraph.Iso.compl G G' iso = { toEquiv := ↑iso, map_rel_iff' := ⋯ }
Instances For
@[simp]
theorem
SimpleGraph.cliqueNum_pos
{α : Type u_2}
[Fintype α]
[ne : Nonempty α]
(G : SimpleGraph α)
:
@[simp]
@[simp]
@[simp]
theorem
SimpleGraph.exists_isNClique_of_le_cliqueNum
{α : Type u_2}
[Fintype α]
{G : SimpleGraph α}
{n : ℕ}
(h : n ≤ G.cliqueNum)
:
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.cliqueNum_lt_iff_cliqueFree
{α : Type u_2}
[Fintype α]
{x : ℕ}
(G : SimpleGraph α)
:
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)
: