Theorems · Theorem · combinatorics
SimpleGraph.IsEdgeReachable.trans
∀ {V : Type u_1} {G : SimpleGraph V} {k : ℕ} {u v w : V},
G.IsEdgeReachable k u v → G.IsEdgeReachable k v w → G.IsEdgeReachable k u w- Cited by
- 1 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setproof · cited by 53,352
- SimpleGraphstatement and proof · cited by 3,072
- Sym2proof · cited by 737
- Set.encardproof · cited by 327
- SimpleGraph.IsEdgeReachablestatement and proof · cited by 24
- SimpleGraph.Reachable.transproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.Walk.IsTrail.isEdgeReachable_two_of_isEdgeReachable_twoproof · cited by 1