Theorems · Theorem · combinatorics
SimpleGraph.Walk.IsCycle.map
∀ {V : Type u} {V' : Type v} {G : SimpleGraph V} {G' : SimpleGraph V'} {f : G →g G'} {u : V} {p : G.Walk u u},
Function.Injective ⇑f → p.IsCycle → (SimpleGraph.Walk.map f p).IsCycleAlias of the reverse direction of SimpleGraph.Walk.isCycle_map_iff_of_injective.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Paths
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement · cited by 1,346
- SimpleGraph.Walkstatement and proof · cited by 915
- SimpleGraph.Homstatement and proof · cited by 139
- SimpleGraph.Walk.IsCyclestatement · cited by 91
- SimpleGraph.Walk.mapstatement · cited by 66
- SimpleGraph.Walk.isCycle_map_iff_of_injectiveproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.IsAcyclic.comapproof · cited by 4
- SimpleGraph.IsContained.egirth_leproof · cited by 2
- SimpleGraph.Walk.IsHamiltonianCycle.mapproof · cited by 1