Theorems · Theorem · combinatorics
SimpleGraph.reachable_iff_reflTransGen
∀ {V : Type u} {G : SimpleGraph V} (u v : V), G.Reachable u v ↔ Relation.ReflTransGen G.Adj u v- Cited by
- 3 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.Adjstatement and proof · cited by 1,346
- SimpleGraph.Walkproof · cited by 915
- SimpleGraph.Reachablestatement and proof · cited by 141
- Relation.ReflTransGenstatement and proof · cited by 104
- Relation.ReflTransGen.singleproof · cited by 26
- Relation.ReflTransGen.transproof · cited by 12
- SimpleGraph.Reachable.transproof · cited by 11
- SimpleGraph.Reachable.reflproof · cited by 10
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.reachable_eq_reflTransGenproof · cited by 1
- SimpleGraph.hasse_preconnected_of_succproof · cited by 1
- SimpleGraph.hasse_preconnected_of_predproof · cited by 0