Documentation

Mathlib.CategoryTheory.Monoidal.Rigid.OfEquivalence

Transport rigid structures over a monoidal equivalence. #

Given candidate data for an exact pairing, which is sent by a faithful monoidal functor to an exact pairing, the equations holds automatically.

Equations
Instances For
    noncomputable def CategoryTheory.ExactPairing.ofFullyFaithful {C : Type u_1} {D : Type u_2} [Category.{u_3, u_1} C] [Category.{u_4, u_2} D] [MonoidalCategory C] [MonoidalCategory D] (F : Functor C D) [F.Monoidal] [F.Full] [F.Faithful] (X Y : C) [ExactPairing (F.obj X) (F.obj Y)] :

    Given a pair of objects which are sent by a fully faithful functor to a pair of objects with an exact pairing, we get an exact pairing.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[deprecated CategoryTheory.ExactPairing.ofFaithful (since := "2025-10-17")]

      Alias of CategoryTheory.ExactPairing.ofFaithful.


      Given candidate data for an exact pairing, which is sent by a faithful monoidal functor to an exact pairing, the equations holds automatically.

      Equations
      Instances For
        @[deprecated CategoryTheory.ExactPairing.ofFullyFaithful (since := "2025-10-17")]

        Alias of CategoryTheory.ExactPairing.ofFullyFaithful.


        Given a pair of objects which are sent by a fully faithful functor to a pair of objects with an exact pairing, we get an exact pairing.

        Equations
        Instances For

          Pull back a left dual along an equivalence.

          Equations
          Instances For

            Pull back a right dual along an equivalence.

            Equations
            Instances For

              Pull back a left rigid structure along an equivalence.

              Equations
              Instances For

                Pull back a right rigid structure along an equivalence.

                Equations
                Instances For

                  Pull back a rigid structure along an equivalence.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For