Theorems · Theorem · combinatorics
SimpleGraph.Walk.IsTrail.isEdgeReachable_two_of_isEdgeReachable_two
∀ {V : Type u_1} {G : SimpleGraph V} {u v x y : V} {w : G.Walk u v},
w.IsTrail → G.IsEdgeReachable 2 u v → x ∈ w.support → y ∈ w.support → G.IsEdgeReachable 2 x yVertices of a trail with 2-edge reachable endpoints are 2-edge reachable.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 102 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.
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Walkstatement and proof · cited by 915
- SimpleGraph.Walk.supportstatement and proof · cited by 307
- SimpleGraph.Walk.IsTrailstatement and proof · cited by 62
- SimpleGraph.IsEdgeReachablestatement and proof · cited by 24
- SimpleGraph.IsEdgeReachable.symmproof · cited by 2
- SimpleGraph.IsEdgeReachable.transproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.Walk.IsTrail.isEdgeReachable_twoproof · cited by 1