Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.Hom.map_adj

∀ {V : Type u_1} {W : Type u_2} {G : SimpleGraph V} {G' : SimpleGraph W} (f : G →g G') {v w : V},
  G.Adj v w → G'.Adj (f v) (f w)
Defined in
Mathlib.Combinatorics.SimpleGraph.Maps
Cited by
21 results in Mathlib
Foundations
Depth 6 from the axioms · uses no axioms

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 by21

Results whose statement or proof uses this declaration.