Theorems · Theorem · combinatorics
SimpleGraph.Walk.snd_takeUntil
∀ {V : Type u} {G : SimpleGraph V} {v w u : V} [inst : DecidableEq V],
w ≠ u → ∀ (p : G.Walk u v) (h : w ∈ p.support), (p.takeUntil w h).snd = p.snd- Cited by
- 1 results in Mathlib
- Foundations
- Depth 23 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Walkstatement and proof · cited by 915
- SimpleGraph.Walk.supportstatement and proof · cited by 307
- SimpleGraph.Walk.lengthproof · cited by 212
- SimpleGraph.Walk.takeUntilstatement and proof · cited by 58
- SimpleGraph.Walk.sndstatement · cited by 56
- SimpleGraph.Walk.getVert_takeUntilproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.IsAcyclic.isPath_iff_isChainproof · cited by 1