Functors related to the OverColor category #
def
IndexNotation.OverColor.map
{C D : Type}
(f : C → D)
:
CategoryTheory.Functor (OverColor C) (OverColor D)
The monoidal functor from OverColor C
to OverColor D
constructed from a map
f : C → D
.
Equations
Instances For
The functor map f
is lax-monoidal.
Equations
- One or more equations did not get rendered due to their size.
The functor map f
is lax-monoidal.
def
IndexNotation.OverColor.tensor
(C : Type)
:
CategoryTheory.Functor (OverColor C × OverColor C) (OverColor C)
The tensor product on OverColor C
as a monoidal functor.
Equations
Instances For
The functor tensor is lax-monoidal.
Equations
- One or more equations did not get rendered due to their size.
The functor tensor is monoidal.
The constant monoidal functor from OverColor C
to itself landing on 𝟙_ (OverColor C)
.
Equations
Instances For
The functor const C
is lax monoidal.
Equations
- One or more equations did not get rendered due to their size.
The functor const C
is monoidal.
def
IndexNotation.OverColor.contrPair
(C : Type)
(τ : C → C)
:
CategoryTheory.Functor (OverColor C) (OverColor C)
The monoidal functor from OverColor C
to OverColor C
taking f
to f ⊗ τ_* f
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
instance
IndexNotation.OverColor.contrPair_laxMonoidal
(C : Type)
(τ : C → C)
:
(contrPair C τ).LaxMonoidal
The functor contrPair
is lax-monoidal.
Equations
- One or more equations did not get rendered due to their size.
The functor contrPair
is monoidal.