Documentation

Mathlib.CategoryTheory.Monoidal.Hopf_

The category of Hopf monoids in a braided monoidal category. #

TODO #

A Hopf monoid in a braided category C is a bimonoid object in C equipped with an antipode.

Instances
    @[deprecated CategoryTheory.HopfObj (since := "2025-09-14")]

    Alias of CategoryTheory.HopfObj.


    A Hopf monoid in a braided category C is a bimonoid object in C equipped with an antipode.

    Equations
    Instances For

      The antipode is an endomorphism of the underlying object of the Hopf monoid.

      Equations
      Instances For

        The antipode is an endomorphism of the underlying object of the Hopf monoid.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          structure CategoryTheory.Hopf (C : Type u₁) [Category.{v₁, u₁} C] [MonoidalCategory C] [BraidedCategory C] :
          Type (max u₁ v₁)

          A Hopf monoid in a braided category C is a bimonoid object in C equipped with an antipode.

          • X : C

            The underlying object in the ambient monoidal category

          • hopf : HopfObj self.X
          Instances For
            @[deprecated CategoryTheory.Hopf (since := "2025-09-15")]
            def CategoryTheory.Hopf_ (C : Type u₁) [Category.{v₁, u₁} C] [MonoidalCategory C] [BraidedCategory C] :
            Type (max u₁ v₁)

            Alias of CategoryTheory.Hopf.


            A Hopf monoid in a braided category C is a bimonoid object in C equipped with an antipode.

            Equations
            Instances For

              A Hopf monoid is a bimonoid.

              Equations
              Instances For
                @[deprecated CategoryTheory.Hopf.toBimon (since := "2025-09-15")]

                Alias of CategoryTheory.Hopf.toBimon.


                A Hopf monoid is a bimonoid.

                Equations
                Instances For

                  Morphisms of Hopf monoids intertwine the antipodes.

                  The antipode is an antihomomorphism with respect to both the monoid and comonoid structures. #

                  Auxiliary calculation for antipode_comul. This calculation calls for some ASCII art out of This Week's Finds.

                     |   |
                     n   n
                    | \ / |
                    |  /  |
                    | / \ |
                    | | S S
                    | | \ /
                    | |  /
                    | | / \
                    \ / \ /
                     v   v
                      \ /
                       v
                       |
                  

                  We move the left antipode up through the crossing, the right antipode down through the crossing, the right multiplication down across the strand, reassociate the comultiplications, then use antipode_right then antipode_left to simplify.

                  Auxiliary calculation for mul_antipode.

                         |
                         n
                        /  \
                       |   n
                       |  / \
                       |  S S
                       |  \ /
                       n   /
                      / \ / \
                      |  /  |
                      \ / \ /
                       v   v
                       |   |
                  

                  We move the leftmost multiplication up, so we can reassociate. We then move the rightmost comultiplication under the strand, and simplify using antipode_right.

                  In a commutative Hopf algebra, the antipode squares to the identity.