Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.Walk.drop

{V : Type u} → {G : SimpleGraph V} → {u v : V} → (p : G.Walk u v) → (n : ℕ) → G.Walk (p.getVert n) v

The walk obtained by removing the first n darts of a walk.

Defined in
Mathlib.Combinatorics.SimpleGraph.Walk.Operations
Cited by
30 results in Mathlib
Foundations
Depth 10 from the axioms · uses no axioms

Around this declaration

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

Cites4

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

Cited by31

Results whose statement or proof uses this declaration.