Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.CliqueFree.comap

∀ {α : Type u_1} {β : Type u_2} {G : SimpleGraph α} {n : ℕ} {H : SimpleGraph β},
  H.IsContained G → G.CliqueFree n → H.CliqueFree n

If a graph is cliquefree, any graph that is contained in it is also cliquefree.

Defined in
Mathlib.Combinatorics.SimpleGraph.Clique
Cited by
2 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.