Skip to content

Commit

Permalink
fix proof
Browse files Browse the repository at this point in the history
  • Loading branch information
morel committed Jan 1, 2025
1 parent c1b8a01 commit 96911cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Mathlib/CategoryTheory/Adjunction/Opposites.lean
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ Note: it is generally better to use `Adjunction.natIsoEquiv`, see the file `Adju
-/
def natIsoOfLeftAdjointNatIso {F F' : C ⥤ D} {G G' : D ⥤ C}
(adj1 : F ⊣ G) (adj2 : F' ⊣ G') (l : F ≅ F') : G ≅ G' :=
NatIso.removeOp (natIsoOfRightAdjointNatIso (op _ F' adj2)
(op _ _ adj1) (NatIso.op l))
NatIso.removeOp (natIsoOfRightAdjointNatIso (op adj2) (op adj1) (NatIso.op l))

end CategoryTheory.Adjunction

0 comments on commit 96911cb

Please sign in to comment.