Documentation

Mathlib.CategoryTheory.Adjunction.Opposites

Opposite adjunctions #

This file contains constructions to relate adjunctions of functors to adjunctions of their opposites. These constructions are used to show uniqueness of adjoints (up to natural isomorphism).

Tags #

adjunction, opposite, uniqueness

If G.op is adjoint to F.op then F is adjoint to G.

Instances For

    If G is adjoint to F then F.op is adjoint to G.op.

    Instances For

      If F and F' are both adjoint to G, there is a natural isomorphism F.op ⋙ coyoneda ≅ F'.op ⋙ coyoneda. We use this in combination with fullyFaithfulCancelRight to show left adjoints are unique.

      Instances For

        If F and F' are both left adjoint to G, then they are naturally isomorphic.

        Instances For
          @[simp]

          If G and G' are both right adjoint to F, then they are naturally isomorphic.

          Instances For
            @[simp]

            Given two adjunctions, if the left adjoints are naturally isomorphic, then so are the right adjoints.

            Instances For

              Given two adjunctions, if the right adjoints are naturally isomorphic, then so are the left adjoints.

              Instances For