Skip to content

Commit 2d373d8

Browse files
committed
complete data for walking composable pair
1 parent fc4c77d commit 2d373d8

9 files changed

Lines changed: 37 additions & 6 deletions

database/data/007_category-satisfied-properties.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,8 +778,8 @@ VALUES
778778
),
779779
(
780780
'walking_composable_pair',
781-
'products',
782-
'trivial'
781+
'locally finitely presentable',
782+
'We get coproducts by taking the supremum inside $\{0 < 1 < 2\}$. The objects $0,1,2$ are finitely presentable for trivial reasons.'
783783
),
784784
(
785785
'walking_composable_pair',

database/data/008_category-unsatisfied-properties.sql

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@ VALUES
606606
'trivial',
607607
'trivial'
608608
),
609-
610609
(
611610
'walking_pair',
612611
'initial object',
@@ -637,6 +636,16 @@ VALUES
637636
'skeletal',
638637
'The two objects are isomorphic, but different.'
639638
),
639+
-- (
640+
-- 'walking_composable_pair',
641+
-- 'zero morphisms',
642+
-- 'There is no morphism $1 \to 0$.'
643+
-- ),
644+
(
645+
'walking_composable_pair',
646+
'finitary algebraic',
647+
'More generally, let $\mathcal{C}$ be a thin finitary algebraic category. Let $F : \mathbf{Set} \to \mathcal{C}$ denote the free algebra functor. Every object $A \in \mathcal{C}$ admits a regular epimorphism $F(X) \to A$ for some set $X$. But since $\mathcal{C}$ is left cancellative, every regular epimorphism must be an isomorphism. Also, $F(X)$ is a coproduct of copies of $F(1)$, which means it is either the initial object $0$ or $F(1)$ itself (since $\mathcal{C}$ is thin). This shows that $\mathcal{C}$ must have at most $2$ objects up to isomorphism. In fact, either $\mathcal{C}$ is trivial or equivalent to the <a href="/category/walking_morphism">interval category</a> $\{0 \to 1\}$ (which <i>is</i> finitary algebraic).'
648+
),
640649

641650
-- geometric categories
642651
(

database/data/012_initial_objects.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ VALUES
4949
('walking_isomorphism', 'initial object', 'both objects'),
5050
('walking_morphism', 'initial object', '$0$'),
5151
('Z', 'initial object', 'constant functor with value $\emptyset$'),
52-
('Zdiv', 'initial object', '$1$');
52+
('Zdiv', 'initial object', '$1$'),
53+
('walking_composable_pair', 'initial object', '$0$');
5354

database/data/013_terminal_objects.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ VALUES
4747
('walking_isomorphism', 'terminal object', 'both objects'),
4848
('walking_morphism', 'terminal object', '$1$'),
4949
('Z', 'terminal object', 'constant functor with value $1$'),
50-
('Zdiv', 'terminal object', '$0$');
50+
('Zdiv', 'terminal object', '$0$'),
51+
('walking_composable_pair', 'terminal object', '$2$');

database/data/014_coproducts.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ VALUES
4040
('Vect', 'coproducts', 'direct sums'),
4141
('walking_isomorphism', 'coproducts', '$0 \sqcup 0 = 0$'),
4242
('walking_morphism', 'coproducts', '$0 \sqcup x = x$, $1 \sqcup x = 1$'),
43+
('walking_composable_pair', 'coproducts', 'supremum taken in $\{0 < 1 < 2\}$'),
4344
('Z', 'coproducts', 'pointwise disjoint union'),
4445
('Zdiv', 'coproducts', 'the least common multiple, can be $0$ for infinite families'),
4546
-- only finite and countable coproducts

database/data/015_products.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ VALUES
3737
('Vect', 'products', 'direct products with pointwise operations'),
3838
('walking_isomorphism', 'products', '$0 \times 0 = 0$'),
3939
('walking_morphism', 'products', '$0 \times x = 0$, $1 \times x = x$'),
40+
('walking_composable_pair', 'products', 'infimum taken in $\{0 < 1 < 2\}$'),
4041
('Z', 'products', 'pointwise defined direct product'),
4142
('Zdiv', 'products', 'greatest common divisor'),
4243
-- only finite and countable products

database/data/017_isomorphisms.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,12 @@ VALUES
132132
'the two identities',
133133
'trivial'
134134
),
135+
(
136+
'walking_composable_pair',
137+
'isomorphisms',
138+
'the three identities',
139+
'trivial'
140+
),
135141
(
136142
'M-Set',
137143
'isomorphisms',

database/data/018_monomorphisms.sql

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,13 @@ VALUES
130130
'walking_morphism',
131131
'monomorphisms',
132132
'every morphism',
133-
'trivial'
133+
'It is a thin category.'
134+
),
135+
(
136+
'walking_composable_pair',
137+
'monomorphisms',
138+
'every morphism',
139+
'It is a thin category.'
134140
),
135141
(
136142
'M-Set',

database/data/019_epimorphisms.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ VALUES
9595
'every morphism',
9696
'It is a thin category.'
9797
),
98+
(
99+
'walking_composable_pair',
100+
'epimorphisms',
101+
'every morphism',
102+
'It is a thin category.'
103+
),
98104
(
99105
'M-Set',
100106
'epimorphisms',

0 commit comments

Comments
 (0)