Theorems · Definition · combinatorics
SimpleGraph.Path.mapEmbedding
{V : Type u} →
{V' : Type v} →
{G : SimpleGraph V} → {G' : SimpleGraph V'} → (f : G ↪g G') → {u v : V} → G.Path u v → G'.Path (f u) (f v)Given a graph embedding, map paths to paths.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Paths
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, 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.
- DFunLike.coestatement · cited by 62,936
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement · cited by 1,346
- SimpleGraph.Embeddingstatement and proof · cited by 41
- SimpleGraph.Pathstatement and proof · cited by 22
- SimpleGraph.Embedding.toHomproof · cited by 17
- SimpleGraph.Path.mapproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- SimpleGraph.Path.mapEmbedding_coestatement and proof · cited by 0
- SimpleGraph.Path.mapEmbedding_injectivestatement · cited by 0