Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.Walk.endpoint_notMem_support_takeUntil

∀ {V : Type u} {G : SimpleGraph V} {u v w : V} [inst : DecidableEq V] {p : G.Walk u v},
  p.IsPath → ∀ (hw : w ∈ p.support), v ≠ w → v ∉ (p.takeUntil w hw).support

Taking a strict initial segment of a path removes the end vertex from the support.

Defined in
Mathlib.Combinatorics.SimpleGraph.Paths
Cited by
1 results in Mathlib
Foundations
Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEq

Around this declaration

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

Cites13

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

Cited by1

Results whose statement or proof uses this declaration.