Theorems · Definition · combinatorics
SimpleGraph.Reachable
{V : Type u} → SimpleGraph V → V → V → PropTwo vertices are reachable if there is a walk between them.
This is equivalent to Relation.ReflTransGen of G.Adj.
See SimpleGraph.reachable_iff_reflTransGen.
- Cited by
- 141 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 4 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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.Walkproof · cited by 915
Cited by147
Results whose statement or proof uses this declaration.
- SimpleGraph.ConnectedComponentproof · cited by 86
- SimpleGraph.Preconnectedproof · cited by 49
- SimpleGraph.connectedComponentMkproof · cited by 40
- SimpleGraph.IsBridgeproof · cited by 30
- SimpleGraph.IsEdgeReachableproof · cited by 24
- SimpleGraph.Adj.reachablestatement · cited by 17
- SimpleGraph.Reachable.symmstatement and proof · cited by 15
- SimpleGraph.Reachable.mapstatement and proof · cited by 14
- SimpleGraph.Reachable.transstatement and proof · cited by 11
- SimpleGraph.Reachable.monostatement and proof · cited by 10
- SimpleGraph.Reachable.reflstatement · cited by 10
- SimpleGraph.ConnectedComponent.soundstatement · cited by 9