Commit 2022-12-17 06:45 706d88f2
View on Github →feat(combinatorics/quiver/*): More edge reversal constructions (#17665) Move
quiver.symmetrify,quiver.has_reverse,quiver.has_involutive_reverse,quiver.reverse,quiver.path.reverse,quiver.symmetrify.of,quiver.lift,- associated lemmas,
from 
combinatorics/quiver/connected_component.leantocombinatorics/quiver/symmetrify.lean. Add - the class 
prefunctor.map_reversewitnessing that a prefunctor maps reverses to reverses, and change the lemmas taking this property as an explicit argument. prefunctor.symmetrifymapping a prefunctor to the prefunctor between symmetrifications,- associated lemmas,
to 
combinatorics/quiver/symmetrify.lean. Movequiver.hom.to_posandquiver.hom.to_negfromcategory_theory/groupoid/free_groupoid.leantocombinatorics/quiver/symmetrify.lean. Addmap_reverseinstance for functors between groupoids.