Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.map

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

Given a function, there is a covariant induced map on graphs by pushing forward the adjacency relation. This is injective when the function is (see SimpleGraph.map_injective).

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

Around this declaration

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

Cites3

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

Cited by54

Results whose statement or proof uses this declaration.