Skip to content

Commit 3e0da5e

Browse files
committed
Assign properties
1 parent 72f4594 commit 3e0da5e

24 files changed

Lines changed: 194 additions & 38 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ VALUES
2929
TRUE,
3030
'This is trivial.'
3131
),
32+
(
33+
'0',
34+
'multialgebraic',
35+
TRUE,
36+
'The terminal category $\mathbf{1}$ becomes an FPC-sketch by selecting the unique empty cone and cocone. Then, a $\mathbf{Set}$-valued model of this sketch is a functor $\mathbf{1} \to \mathbf{Set}$ sending the unique object to a terminal and initial object, which never exists. Hence, $\mathbf{0}$ is the category of models of this FPC-sketch.'
37+
),
3238
(
3339
'0',
3440
'inhabited',

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ VALUES
2323
TRUE,
2424
'This is trivial.'
2525
),
26+
(
27+
'2',
28+
'multialgebraic',
29+
TRUE,
30+
'There is an FPC-sketch whose $\mathbf{Set}$-model is precisely a pair $(X,Y)$ of sets such that the coproduct $X+Y$ is a singleton. Any $\mathbf{Set}$-model of such a sketch is isomorphic to either $(\varnothing, 1)$ or $(1, \varnothing)$, hence the category of models is equivalent to $\mathbf{2}$.'
31+
),
2632
(
2733
'2',
2834
'connected',

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,10 @@ VALUES
6464
'skeletal',
6565
FALSE,
6666
'This is trivial.'
67+
),
68+
(
69+
'Ab_fg',
70+
'countable',
71+
FALSE,
72+
'This is trivial.'
6773
);

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VALUES
1313
),
1414
(
1515
'B',
16-
'essentially small',
16+
'essentially countable',
1717
TRUE,
1818
'Every finite set is isomorphic to some $[n] = \{1,\dotsc,n\}$ for some $n \in \mathbb{N}$.'
1919
),
@@ -58,4 +58,16 @@ VALUES
5858
'skeletal',
5959
FALSE,
6060
'This is trivial.'
61+
),
62+
(
63+
'B',
64+
'multiterminal object',
65+
FALSE,
66+
'This is trivial.'
67+
),
68+
(
69+
'B',
70+
'countable',
71+
FALSE,
72+
'This is trivial.'
6173
);

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ VALUES
1111
TRUE,
1212
'This is trivial.'
1313
),
14+
(
15+
'BN',
16+
'countable',
17+
TRUE,
18+
'This is trivial.'
19+
),
1420
(
1521
'BN',
1622
'strongly connected',

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ VALUES
2525
),
2626
(
2727
'FI',
28-
'essentially small',
28+
'essentially countable',
2929
TRUE,
3030
'Every finite set is isomorphic to some $[n] = \{1,\dotsc,n\}$ for some $n \in \mathbb{N}$.'
3131
),
@@ -118,4 +118,10 @@ VALUES
118118
'strongly connected',
119119
FALSE,
120120
'There is no map from a non-empty set to the empty set.'
121+
),
122+
(
123+
'FI',
124+
'countable',
125+
FALSE,
126+
'This is trivial.'
121127
);

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VALUES
1313
),
1414
(
1515
'FS',
16-
'essentially small',
16+
'essentially countable',
1717
TRUE,
1818
'Every finite set is isomorphic to some $[n] = \{1,\dotsc,n\}$ for some $n \in \mathbb{N}$.'
1919
),
@@ -53,6 +53,12 @@ VALUES
5353
TRUE,
5454
'If $f : X \to Y$ is a surjective map of finite sets, it is the coequalizer of the two projections $p_1, p_2 : X \times_Y X \rightrightarrows X$ in $\mathbf{FinSet}$, but also in $\mathbf{FS}$. Notice that $p_1,p_2$ are surjective. Even though $X \times_Y X$ is not a pullback in $\mathbf{FS}$, we can use this finite set here.'
5555
),
56+
(
57+
'FS',
58+
'multiterminal object',
59+
TRUE,
60+
'The empty set and a singleton give a multiterminal object.'
61+
),
5662
(
5763
'FS',
5864
'small',
@@ -116,4 +122,16 @@ VALUES
116122
but
117123
$(E_1 \vee E_2) \wedge (E_1 \vee E_3) = \top \wedge \top = \top$.
118124
<p>*For thin categories, the properties codistributive and distributive <a href="/category-implication/distributive_duality">are equivalent</a>.'
125+
),
126+
(
127+
'FS',
128+
'multiinitial object',
129+
FALSE,
130+
'This is trivial.'
131+
),
132+
(
133+
'FS',
134+
'countable',
135+
FALSE,
136+
'This is trivial.'
119137
);

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VALUES
1313
),
1414
(
1515
'FinAb',
16-
'essentially small',
16+
'essentially countable',
1717
TRUE,
1818
'The underlying set of a finite structure can be chosen to be a subset of $\mathbb{N}$.'
1919
),
@@ -58,4 +58,10 @@ VALUES
5858
'skeletal',
5959
FALSE,
6060
'There are many trivial and hence isomorphic groups which are not equal.'
61+
),
62+
(
63+
'FinAb',
64+
'countable',
65+
FALSE,
66+
'This is trivial.'
6167
);

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ VALUES
1919
),
2020
(
2121
'FinGrp',
22-
'essentially small',
22+
'essentially countable',
2323
TRUE,
2424
'The underlying set of a finite structure can be chosen to be a subset of $\mathbb{N}$.'
2525
),
@@ -100,4 +100,10 @@ VALUES
100100
'sequential colimits',
101101
FALSE,
102102
'Let $G$ be a non-trivial finite group. We prove that the sequence of homomorphisms $1 \to G \to G^2 \to G^3 \to \cdots$ defined by $(x_1,\dotsc,x_n) \mapsto (x_1,\dotsc,x_n,1)$ has no colimit. Assume that $(G^n \to C)_{n \in \mathbb{N}}$ is a colimit. If $m \in \mathbb{N}$ is fixed, we have homomorphisms $G^n \to G^m$ for $n \in \mathbb{N}$ defined as the inclusion for $n \leq m$ and as the projection for $n \geq m$. They are compatible, hence yield a homomorphism $C \to G^m$. By construction, $G^m \to C \to G^m$ is the identity. In particular, $C \to G^m$ is surjective. But then $C$ has at least $2^m$ elements, for every $m$, which is a contradiction.'
103+
),
104+
(
105+
'FinGrp',
106+
'countable',
107+
FALSE,
108+
'This is trivial.'
103109
);

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ VALUES
6161
),
6262
(
6363
'FinOrd',
64-
'essentially small',
64+
'essentially countable',
6565
TRUE,
6666
'Every finite ordered set is isomorphic to $\{0 < \cdots < n-1 \}$ for some $n \in \mathbb{N}$.'
6767
),
@@ -124,4 +124,10 @@ VALUES
124124
'one-way',
125125
FALSE,
126126
'There are three different order-preserving maps $\{0 < 1\} \to \{0 < 1\}$.'
127+
),
128+
(
129+
'FinOrd',
130+
'countable',
131+
FALSE,
132+
'This is trivial.'
127133
);

0 commit comments

Comments
 (0)