Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.Walk.map_append

∀ {V : Type u} {V' : Type v} {G : SimpleGraph V} {G' : SimpleGraph V'} (f : G →g G') {u v w : V} (p : G.Walk u v)
  (q : G.Walk v w), SimpleGraph.Walk.map f (p.append q) = (SimpleGraph.Walk.map f p).append (SimpleGraph.Walk.map f q)
Defined in
Mathlib.Combinatorics.SimpleGraph.Walk.Maps
Cited by
2 results in Mathlib
Foundations
Depth 9 from the axioms · uses propext

Around this declaration

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

Cites9

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.