Library UniMath.CategoryTheory.Categories.Type.Limits
Limits in the precategory of types
Contents:
- Terminal object (TerminalType)
- Binary products (BinProductsType)
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.Terminal.
Require Import UniMath.CategoryTheory.Limits.BinProducts.
Require Import UniMath.CategoryTheory.Categories.Type.Core.
Lemma TerminalType : Terminal type_precat.
Proof.
apply (make_Terminal (unit : ob type_precat)).
exact iscontrfuntounit.
Defined.
Proof.
apply (make_Terminal (unit : ob type_precat)).
exact iscontrfuntounit.
Defined.