TheHoTTGame/Trinitarianism/AsCats.agda

16 lines
428 B
Agda
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module Trinitarianism.AsCats where
{-
Here are some things that we could like to have in a category
(in which we want to do maths e.g. the category of sets)
* Initial objects (empty set)
* Terminal objects (singleton)
* Sums
* Products
* Cartesian closed (for two objects A B, maps A → B
are also an object in the category)
* Natural numbers object (the natural numbers in Set)
* and maybe more
-}