Commit 2024-02-07 10:11 3eb9163a
View on Github →refactor: move natural isomorphisms involving inverses of equivalences (#10278)
- Move all results from
CategoryTheory/Functor/InvIsos.leantoCategoryTheory/Equivalence.leanand delete the former file - Replace use of
eqToIso (Functor.comp_id G)withG.rightUnitor - Move into
Isonamespace to enable dot notation - Add analogous results stated in terms of
Equivalenceinstead ofIsEquivalence