Skip to content

Commit 69afccd

Browse files
committed
generalize result to pointed categories
1 parent 0b71907 commit 69afccd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

database/data/005_implications/008_topos-theory-implications.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ VALUES
203203
FALSE
204204
),
205205
(
206-
'nno_additive_case',
207-
'["natural numbers object", "additive"]',
206+
'nno_pointed_case',
207+
'["natural numbers object", "pointed"]',
208208
'["trivial"]',
209-
'Let $(N,z,s)$ be a natural numbers object in an additive category. The morphism $z : 0 \to N$ must be the zero morphism. The universal property applied to $A=1$ implies that $s : N \to N$ is an initial object in the category of endomorphisms. This exists, it is given by the identity $0 \to 0$. Therefore, $N = 0$. The general universal property now becomes: For all $f : A \to X$, $g : X \to X$ there is a unique $\Phi : A \to X$ such that $\Phi(a) = f(a)$ and $\Phi(a)=g(\Phi(a))$. Apply this to $g = 0$ to conclude $f = 0$ for all $f$.',
209+
'Let $(N,z,s)$ be a natural numbers object in a category with a zero object, denoted $0$. The morphism $z : 0 \to N$ must be zero. The universal property applied to $A=1$ implies that $s : N \to N$ is an initial object in the category of endomorphisms. This exists, it is given by the identity $0 \to 0$. Therefore, $N = 0$. The general universal property now becomes: For all $f : A \to X$, $g : X \to X$ there is a unique $\Phi : A \to X$ such that $\Phi(a) = f(a)$ and $\Phi(a)=g(\Phi(a))$. Apply this to $g = 0$ to conclude $f = 0$.',
210210
FALSE
211211
);

0 commit comments

Comments
 (0)