Theorems · Theorem · combinatorics
SimpleGraph.Reachable.coe_subgraphMap
∀ {V : Type u} {G : SimpleGraph V} {G' : G.Subgraph} {G'' : G'.coe.Subgraph} (f : G'.coe →g G) {u v : ↑G''.verts},
G''.coe.Reachable u v → (SimpleGraph.Subgraph.map f G'').coe.Reachable ⟨f ↑u, ⋯⟩ ⟨f ↑v, ⋯⟩- Cited by
- 2 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Subtype.propstatement and proof · cited by 505
- Set.mem_image_of_memstatement and proof · cited by 371
- SimpleGraph.Subgraphstatement and proof · cited by 326
- SimpleGraph.Subgraph.vertsstatement and proof · cited by 210
- SimpleGraph.Reachablestatement and proof · cited by 141
- SimpleGraph.Homstatement and proof · cited by 139
- SimpleGraph.Subgraph.coestatement and proof · cited by 89
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.Subgraph.Preconnected.mapproof · cited by 2
- SimpleGraph.Reachable.coe_coeSubgraphproof · cited by 0