EquivFunctor
instances #
We derive some EquivFunctor
instances, to enable equiv_rw
to rewrite under these functions.
Equations
- EquivFunctorUnique = { map := fun {α β : Type ?u.7} (e : α ≃ β) => ⇑e.uniqueCongr, map_refl' := EquivFunctorUnique._proof_2, map_trans' := EquivFunctorUnique._proof_3 }
Equations
- EquivFunctorPerm = { map := fun {α β : Type ?u.7} (e : α ≃ β) (p : Equiv.Perm α) => (e.symm.trans p).trans e, map_refl' := EquivFunctorPerm._proof_4, map_trans' := @EquivFunctorPerm._proof_5 }
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.