Idris2Doc : Control.Category.Records.Cocartesian

Control.Category.Records.Cocartesian

(source)

Definitions

recordCocartesianR : Type
  A monoidal category is *cocartesian* if its tensor product
coincides with the categorical coproduct. This automatically
implies that it is symmetric (see `Braided`).

See `Cocartesian` for required laws.

Totality: total
Visibility: public export
Constructor: 
MkCocartesianR : (hom : Homobj) -> (tensor : (obj->obj->obj)) -> (unit : obj) ->Cocartesianhomtensorunit=>CocartesianR

Projections:
.assoc : (rec : CocartesianR) ->rec.hom (rec.tensor (rec.tensorab) c) (rec.tensora (rec.tensorbc))
  The left-biased associator. This must be the inverse of `(.assoc')`.
.assoc' : (rec : CocartesianR) ->rec.hom (rec.tensora (rec.tensorbc)) (rec.tensor (rec.tensorab) c)
  The right-biased associator. This must be the inverse of `(.assoc)`.
.braid : (rec : CocartesianR) ->rec.hom (rec.tensorab) (rec.tensorba)
  The braiding of the category.
.braid' : (rec : CocartesianR) ->rec.hom (rec.tensorba) (rec.tensorab)
  The inverse of `(.braid)`, the braiding of the category.
.braidedR : CocartesianR->BraidedR
  Convert this into a `BraidedR`.
.categoryR : CocartesianR->CategoryR
  Convert this into a `CategoryR`.
.cocartesianR : CocartesianR->CocartesianR
  Convert this into a `CocartesianR`.
.comp : (rec : CocartesianR) ->rec.hombc->rec.homab->rec.homac
  Binary right-to-left composition of morphisms.
.coprod : (rec : CocartesianR) ->rec.homab->rec.homa'b->rec.hom (rec.tensoraa') b
  The universal property of the coproduct.
.hom : ({rec:0} : CocartesianR) ->Hom ({rec:0}.obj)
.id : (rec : CocartesianR) ->rec.homaa
  The identity morphism of an object `a`.
.impl : ({rec:0} : CocartesianR) ->Cocartesian ({rec:0}.hom) ({rec:0}.tensor) ({rec:0}.unit)
.injl : (rec : CocartesianR) ->rec.homa (rec.tensorab)
  The left injection of the coproduct.
.injr : (rec : CocartesianR) ->rec.homb (rec.tensorab)
  The right injection of the coproduct.
.intro : (rec : CocartesianR) ->rec.hom (rec.unit) a
  The unit of the universal monoid structure.
.merge : (rec : CocartesianR) ->rec.hom (rec.tensoraa) a
  The join of the universal monoid structure.
.monoidalR : CocartesianR->MonoidalR
  Convert this into a `MonoidalR`.
0.obj : CocartesianR->Type
.tensor : ({rec:0} : CocartesianR) ->{rec:0}.obj->{rec:0}.obj->{rec:0}.obj
.tensorR : (rec : CocartesianR) ->EndoBifunctorR (rec.categoryR)
  Return the tensor product as a `BifunctorR`.
.unit : ({rec:0} : CocartesianR) ->{rec:0}.obj
.unitl : (rec : CocartesianR) ->rec.hom (rec.tensor (rec.unit) a) a
  The left unitor.
.unitl' : (rec : CocartesianR) ->rec.homa (rec.tensor (rec.unit) a)
  The inverse of `(.unitl)`, the left unitor.
.unitr : (rec : CocartesianR) ->rec.hom (rec.tensora (rec.unit)) a
  The right unitor.
.unitr' : (rec : CocartesianR) ->rec.homa (rec.tensora (rec.unit))
  The inverse of `(.unitr)`, the right unitor.
.hom : ({rec:0} : CocartesianR) ->Hom ({rec:0}.obj)
Totality: total
Visibility: public export
.tensor : ({rec:0} : CocartesianR) ->{rec:0}.obj->{rec:0}.obj->{rec:0}.obj
Totality: total
Visibility: public export
.unit : ({rec:0} : CocartesianR) ->{rec:0}.obj
Totality: total
Visibility: public export
.impl : ({rec:0} : CocartesianR) ->Cocartesian ({rec:0}.hom) ({rec:0}.tensor) ({rec:0}.unit)
Totality: total
Visibility: public export
PreCocartesianR : Type
  See `PreMonoidal`.

Totality: total
Visibility: public export
.categoryR : CocartesianR->CategoryR
  Convert this into a `CategoryR`.

Totality: total
Visibility: public export
.id : (rec : CocartesianR) ->rec.homaa
  The identity morphism of an object `a`.

Totality: total
Visibility: public export
.comp : (rec : CocartesianR) ->rec.hombc->rec.homab->rec.homac
  Binary right-to-left composition of morphisms.

Totality: total
Visibility: public export
.tensorR : (rec : CocartesianR) ->EndoBifunctorR (rec.categoryR)
  Return the tensor product as a `BifunctorR`.

Totality: total
Visibility: public export
.monoidalR : CocartesianR->MonoidalR
  Convert this into a `MonoidalR`.

Totality: total
Visibility: public export
.assoc : (rec : CocartesianR) ->rec.hom (rec.tensor (rec.tensorab) c) (rec.tensora (rec.tensorbc))
  The left-biased associator. This must be the inverse of `(.assoc')`.

Totality: total
Visibility: public export
.assoc' : (rec : CocartesianR) ->rec.hom (rec.tensora (rec.tensorbc)) (rec.tensor (rec.tensorab) c)
  The right-biased associator. This must be the inverse of `(.assoc)`.

Totality: total
Visibility: public export
.unitl : (rec : CocartesianR) ->rec.hom (rec.tensor (rec.unit) a) a
  The left unitor.

Totality: total
Visibility: public export
.unitl' : (rec : CocartesianR) ->rec.homa (rec.tensor (rec.unit) a)
  The inverse of `(.unitl)`, the left unitor.

Totality: total
Visibility: public export
.unitr : (rec : CocartesianR) ->rec.hom (rec.tensora (rec.unit)) a
  The right unitor.

Totality: total
Visibility: public export
.unitr' : (rec : CocartesianR) ->rec.homa (rec.tensora (rec.unit))
  The inverse of `(.unitr)`, the right unitor.

Totality: total
Visibility: public export
.braidedR : CocartesianR->BraidedR
  Convert this into a `BraidedR`.

Totality: total
Visibility: public export
.braid : (rec : CocartesianR) ->rec.hom (rec.tensorab) (rec.tensorba)
  The braiding of the category.

Totality: total
Visibility: public export
.braid' : (rec : CocartesianR) ->rec.hom (rec.tensorba) (rec.tensorab)
  The inverse of `(.braid)`, the braiding of the category.

Totality: total
Visibility: public export
.cocartesianR : CocartesianR->CocartesianR
  Convert this into a `CocartesianR`.

Totality: total
Visibility: public export
.injl : (rec : CocartesianR) ->rec.homa (rec.tensorab)
  The left injection of the coproduct.

Totality: total
Visibility: public export
.injr : (rec : CocartesianR) ->rec.homb (rec.tensorab)
  The right injection of the coproduct.

Totality: total
Visibility: public export
.coprod : (rec : CocartesianR) ->rec.homab->rec.homa'b->rec.hom (rec.tensoraa') b
  The universal property of the coproduct.

Totality: total
Visibility: public export
.merge : (rec : CocartesianR) ->rec.hom (rec.tensoraa) a
  The join of the universal monoid structure.

Totality: total
Visibility: public export
.intro : (rec : CocartesianR) ->rec.hom (rec.unit) a
  The unit of the universal monoid structure.

Totality: total
Visibility: public export