Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.CliqueFree.replaceVertex

∀ {α : Type u_1} {G : SimpleGraph α} {n : ℕ} [inst : DecidableEq α],
  G.CliqueFree n → ∀ (s t : α), (G.replaceVertex s t).CliqueFree n

Clique-freeness is preserved by replaceVertex.

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

Around this declaration

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

Cites17

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

Cited by3

Results whose statement or proof uses this declaration.