Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.comap

{V : Type u_1} → {W : Type u_2} → (V → W) → SimpleGraph W → SimpleGraph V

Given a function, there is a contravariant induced map on graphs by pulling back the adjacency relation. This is one of the ways of creating induced graphs. See SimpleGraph.induce for a wrapper. This is surjective when f is injective (see SimpleGraph.comap_surjective).

Defined in
Mathlib.Combinatorics.SimpleGraph.Maps
Cited by
29 results in Mathlib
Foundations
Depth 10 from the axioms · uses propext, Quot.sound

Around this declaration

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

Cites2

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

Cited by37

Results whose statement or proof uses this declaration.