Skip to content

Commit 4ebfd58

Browse files
committed
decide NNO for various categories
1 parent 253f393 commit 4ebfd58

File tree

5 files changed

+33
-3
lines changed

5 files changed

+33
-3
lines changed

database/data/004_property-assignments/Delta.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ VALUES
127127
'Delta',
128128
'pushouts',
129129
FALSE,
130-
'Assume that the two inclusions $\{0 < 1\} \leftarrow \{0\} \rightarrow \{0 < 2\}$ have a pushout in $\mathbf{FinOrd} \setminus \{\emptyset\}$. This would be a universal non-empty finite ordered set $X$ with three elements $0,1,2$ satisfying $0 \leq 1$ and $0 \leq 2$. Assume w.l.o.g. $1 \leq 2$ (the case $2 \leq 1$ is similar). The universal property yields an order-preserving map $X \to \{a < b < c\}$ with $0 \mapsto a$, $1 \mapsto c$, $2 \mapsto b$. But then $c \leq b$, which is a contradiction.'
130+
'Assume that the two inclusions $\{0 < 1\} \leftarrow \{0\} \rightarrow \{0 < 2\}$ have a pushout in $\mathbf{FinOrd} \setminus \{\varnothing\}$. This would be a universal non-empty finite ordered set $X$ with three elements $0,1,2$ satisfying $0 \leq 1$ and $0 \leq 2$. Assume w.l.o.g. $1 \leq 2$ (the case $2 \leq 1$ is similar). The universal property yields an order-preserving map $X \to \{a < b < c\}$ with $0 \mapsto a$, $1 \mapsto c$, $2 \mapsto b$. But then $c \leq b$, which is a contradiction.'
131131
);

database/data/004_property-assignments/FinSet.sql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,12 @@ VALUES
8282
'countable',
8383
FALSE,
8484
'This is trivial.'
85+
),
86+
(
87+
'FinSet',
88+
'natural numbers object',
89+
FALSE,
90+
'If $(N,z,s)$ is a natural numbers object, then
91+
<p>$1 \xrightarrow{z} N \xleftarrow{s} N$</p>
92+
is a coproduct cocone by <a href="https://ncatlab.org/nlab/show/Sketches+of+an+Elephant" target="_blank">Johnstone</a>, Part A, Lemma 2.5.5. But there is no finite set $N$ with $N \cong 1 + N$.'
8593
);

database/data/004_property-assignments/Met.sql

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,12 @@ VALUES
136136
'Malcev',
137137
FALSE,
138138
'Consider the metric subspace $\{(a,b) \in \mathbb{R}^2 : a \leq b\}$ of $\mathbb{R}^2$.'
139-
);
139+
),
140+
(
141+
'Met',
142+
'natural numbers object',
143+
FALSE,
144+
'If $(N,z,s)$ is a natural numbers object in $\mathbf{Met}$, then
145+
<p>$1 \xrightarrow{z} N \xleftarrow{s} N$</p>
146+
is a coproduct cocone by <a href="https://ncatlab.org/nlab/show/Sketches+of+an+Elephant" target="_blank">Johnstone</a>, Part A, Lemma 2.5.5. Since there is a map $1 \to N$, we have $N \neq \varnothing$. However, the coproduct of two non-empty metric spaces does not exist, see <a href="https://math.stackexchange.com/questions/1778408" target="_blank">MSE/1778408</a>.'
147+
);

database/data/004_property-assignments/Setne.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ VALUES
102102
TRUE,
103103
'Let $D$ be a diagram in $\mathbf{Set}_{\neq \varnothing}$, and let $L$ be a limit of $D$ in $\mathbf{Set}$. If $L$ is non-empty, it gives a limit in $\mathbf{Set}_{\neq \varnothing}$ as well. If $L$ is the empty set, there is no cone over $D$ in $\mathbf{Set}_{\neq \varnothing}$; hence the empty set of cones gives a multi-limit of $D$ in $\mathbf{Set}_{\neq \varnothing}$.'
104104
),
105+
(
106+
'Setne',
107+
'natural numbers object',
108+
TRUE,
109+
'Any natural numbers object in $\mathbf{Set}$, such as $(\mathbb{N},0,n \mapsto n+1)$, is clearly also one in $\mathbf{Set}_{\neq \varnothing}$.'
110+
),
105111
(
106112
'Setne',
107113
'sequential limits',

database/data/004_property-assignments/Sp.sql

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,12 @@ VALUES
7070
'essentially countable',
7171
FALSE,
7272
'Any function $f\colon\mathbb{N} \to \mathbb{N}$ can be regarded as a combinatorial species with trivial actions, and distinct functions yield non-isomorphic species.'
73-
);
73+
),
74+
(
75+
'Sp',
76+
'natural numbers object',
77+
FALSE,
78+
'If $(N,z,s)$ is a natural numbers object, then
79+
<p>$1 \xrightarrow{z} N \xleftarrow{s} N$</p>
80+
is a coproduct cocone by <a href="https://ncatlab.org/nlab/show/Sketches+of+an+Elephant" target="_blank">Johnstone</a>, Part A, Lemma 2.5.5. But there is no combinatorial species $N$ with $N \cong 1 + N$, since evaluating this at, say, $\varnothing$, would yield a finite set $N$ with this property.'
81+
);

0 commit comments

Comments
 (0)