Monoidal opposites #
We write Cᵐᵒᵖ
for the monoidal opposite of a monoidal category C
.
The type of objects of the opposite (or "reverse") monoidal category.
Use the notation Cᴹᵒᵖ
.
- mop :: (
- unmop : C
The object of
C
represented byx : MonoidalOpposite C
. - )
Instances For
The type of objects of the opposite (or "reverse") monoidal category.
Use the notation Cᴹᵒᵖ
.
Equations
Instances For
Equations
The identity functor on C
, viewed as a functor from C
to its monoidal opposite.
Equations
Instances For
The identity functor on C
, viewed as a functor from the monoidal opposite of C
to C
.
Equations
Instances For
An isomorphism in C
gives an isomorphism in Cᴹᵒᵖ
.
Equations
Instances For
An isomorphism in Cᴹᵒᵖ
gives an isomorphism in C
.
Equations
Instances For
Equations
Equations
The (identity) equivalence between C
and its monoidal opposite.
Equations
Instances For
The (identity) equivalence between Cᴹᵒᵖ
and C
.
Equations
Instances For
The equivalence between C
and its monoidal opposite's monoidal opposite.
Equations
Instances For
Equations
Equations
The identification mop X ⊗ mop Y = mop (Y ⊗ X)
as a natural isomorphism.
Equations
Instances For
The identification X ⊗ - = mop (- ⊗ unmop X)
as a natural isomorphism.
Equations
Instances For
The identification mop X ⊗ - = mop (- ⊗ X)
as a natural isomorphism.
Equations
Instances For
The identification unmop X ⊗ - = unmop (mop - ⊗ X)
as a natural isomorphism.
Equations
Instances For
The identification - ⊗ X = mop (unmop X ⊗ -)
as a natural isomorphism.
Equations
Instances For
The identification - ⊗ mop X = mop (- ⊗ unmop X)
as a natural isomorphism.
Equations
Instances For
The identification - ⊗ unmop X = unmop (X ⊗ mop -)
as a natural isomorphism.
Equations
Instances For
Equations
Equations
Equations
Equations
Alias of CategoryTheory.monoidalOpOp_ε
.
Alias of CategoryTheory.monoidalOpOp_η
.
Alias of CategoryTheory.monoidalUnopUnop_ε
.
Alias of CategoryTheory.monoidalUnopUnop_η
.
Alias of CategoryTheory.monoidalOpOp_μ
.
Alias of CategoryTheory.monoidalOpOp_δ
.
Alias of CategoryTheory.monoidalUnopUnop_μ
.
Alias of CategoryTheory.monoidalUnopUnop_δ
.