EquivFunctor
instances #
We derive some EquivFunctor
instances, to enable equiv_rw
to rewrite under these functions.
Equations
- EquivFunctorUnique = { map := fun {α β : Type ?u.8} (e : α ≃ β) => ⇑e.uniqueCongr, map_refl' := EquivFunctorUnique.proof_1, map_trans' := EquivFunctorUnique.proof_2 }
Equations
- EquivFunctorPerm = { map := fun {α β : Type ?u.8} (e : α ≃ β) (p : Equiv.Perm α) => (e.symm.trans p).trans e, map_refl' := EquivFunctorPerm.proof_1, map_trans' := @EquivFunctorPerm.proof_2 }
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.