diff src/CCC.agda @ 1114:ce23d2b47c5e

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 02 Jul 2024 08:34:33 +0900
parents 45de2b31bf02
children
line wrap: on
line diff
--- a/src/CCC.agda	Sun Feb 11 11:25:40 2024 +0900
+++ b/src/CCC.agda	Tue Jul 02 08:34:33 2024 +0900
@@ -285,6 +285,14 @@
      Monik : {a : Obj A} (h : Hom A a Ω)  → Mono A (equalizer (Ker h))
      Monik h = record { isMono = λ f g → monic (Ker h ) } 
 
+--  Nat as iniitla object (1→ ℕ → ℕ)
+--
+--     0     s
+--  1 -→  ℕ --→ ℕ 
+--  |     |h    |h
+--  + --→ A --→ A  
+--     a     f
+
 record NatD {c₁ c₂ ℓ : Level} (A : Category c₁ c₂ ℓ)  ( 1 : Obj A) : Set ( suc c₁  ⊔  suc c₂ ⊔ suc ℓ ) where
      field
          Nat   : Obj A