Library UniMath.CategoryTheory.Categories.Type.Colimits
Colimits in the precategory of types
Contents:
- Initial object (InitialType)
- Binary coproducts (BinCoproductsType)
Require Import UniMath.Foundations.PartA.
Require Import UniMath.Foundations.PartD.
Require Import UniMath.CategoryTheory.Core.Categories.
Require Import UniMath.CategoryTheory.Core.Functors.
Require Import UniMath.CategoryTheory.Limits.Initial.
Require Import UniMath.CategoryTheory.Limits.BinCoproducts.
Require Import UniMath.CategoryTheory.Categories.Type.Core.
Lemma InitialType : Initial type_precat.
Proof.
apply (make_Initial (empty : ob type_precat)).
exact iscontrfunfromempty.
Defined.
Proof.
apply (make_Initial (empty : ob type_precat)).
exact iscontrfunfromempty.
Defined.