Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.Walk.transfer

{V : Type u} →
  {G : SimpleGraph V} → {u v : V} → (p : G.Walk u v) → (H : SimpleGraph V) → (∀ e ∈ p.edges, e ∈ H.edgeSet) → H.Walk u v

The walk p transferred to lie in H, given that H contains its edges.

Defined in
Mathlib.Combinatorics.SimpleGraph.Walk.Maps
Cited by
16 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites7

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

Cited by17

Results whose statement or proof uses this declaration.