Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.Walk.rotate

{V : Type u} → {G : SimpleGraph V} → {v : V} → [DecidableEq V] → (c : G.Walk v v) → (u : V) → u ∈ c.support → G.Walk u u

Rotate a loop walk such that it is centered at the given vertex.

Defined in
Mathlib.Combinatorics.SimpleGraph.Walk.Decomp
Cited by
25 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext
Assumes
DecidableEq

Around this declaration

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

Cites6

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

Cited by25

Results whose statement or proof uses this declaration.