Skip to content

Commit 7cb2db8

Browse files
committed
group various implications
1 parent 084129b commit 7cb2db8

6 files changed

+14
-63
lines changed

database/data/005_implications/001_limits-colimits-existence-implications.sql

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ VALUES
4949
FALSE
5050
),
5151
(
52-
'products_consequence',
52+
'products_consequences',
5353
'["products"]',
54-
'["finite products", "countable products"]',
54+
'["finite products", "countable products", "powers"]',
5555
'This is trivial.',
5656
FALSE
5757
),
@@ -79,7 +79,7 @@ VALUES
7979
(
8080
'countable_products_consequence',
8181
'["countable products"]',
82-
'["finite products"]',
82+
'["finite products", "countable powers"]',
8383
'This is trivial.',
8484
FALSE
8585
),
@@ -209,20 +209,6 @@ VALUES
209209
'If $X_1,X_2,\dotsc$ is an infinite sequence of objects, then their product is the limit of the sequence $\cdots \to X_2 \times X_1 \to X_1$.',
210210
FALSE
211211
),
212-
(
213-
'products_include_powers',
214-
'["products"]',
215-
'["powers"]',
216-
'This is trivial.',
217-
FALSE
218-
),
219-
(
220-
'countable_products_include_countable_powers',
221-
'["countable products"]',
222-
'["countable powers"]',
223-
'This is trivial.',
224-
FALSE
225-
),
226212
(
227213
'finite_products_include_finite_powers',
228214
'["finite products"]',
@@ -237,13 +223,6 @@ VALUES
237223
'This is trivial.',
238224
FALSE
239225
),
240-
(
241-
'empty_power',
242-
'["finite powers"]',
243-
'["terminal object"]',
244-
'The empty power is a terminal object.',
245-
FALSE
246-
),
247226
(
248227
'powers_include_countable_powers',
249228
'["powers"]',
@@ -259,9 +238,9 @@ VALUES
259238
FALSE
260239
),
261240
(
262-
'finite_powers_include_binary_powers',
241+
'finite_powers_consequences',
263242
'["finite powers"]',
264-
'["binary powers"]',
243+
'["binary powers", "terminal object"]',
265244
'This is trivial.',
266245
FALSE
267246
),

database/data/005_implications/002_limits-colimits-behavior-implications.sql

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -196,17 +196,10 @@ VALUES
196196
FALSE
197197
),
198198
(
199-
'extensive_strict',
199+
'extensive_consequences',
200200
'["extensive"]',
201-
'["strict initial object"]',
202-
'This is Prop. 2.8 in <a href="https://doi.org/10.1016/0022-4049(93)90035-R" target="_blank">Introduction to extensive and distributive categories</a>.',
203-
FALSE
204-
),
205-
(
206-
'extensive_consequence',
207-
'["extensive"]',
208-
'["disjoint finite coproducts"]',
209-
'This is Prop. 2.6 in <a href="https://doi.org/10.1016/0022-4049(93)90035-R" target="_blank">Introduction to extensive and distributive categories</a>.',
201+
'["disjoint finite coproducts", "strict initial object"]',
202+
'These are Prop. 2.6 and 2.8 in <a href="https://doi.org/10.1016/0022-4049(93)90035-R" target="_blank">Introduction to extensive and distributive categories</a>.',
210203
FALSE
211204
),
212205
(

database/data/005_implications/003_size-constraints-implications.sql

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ VALUES
1414
FALSE
1515
),
1616
(
17-
'essentially_small_consequence',
17+
'essentially_small_consequences',
1818
'["essentially small"]',
19-
'["well-powered", "well-copowered", "locally essentially small"]',
19+
'["well-powered", "well-copowered", "locally essentially small", "generating set"]',
2020
'This is trivial.',
2121
FALSE
2222
),
@@ -55,13 +55,6 @@ VALUES
5555
'If $S$ is a generating set, we claim that $U := \coprod_{G \in S} G$ is a generator. Let $f,g : A \rightrightarrows B$ be two morphisms with $f h = g h$ for all $h : U \to A$. If $G \in S$, any morphism $G \to A$ extends to $U$ by using zero morphisms outside of $G$. Thus, $fh = gh$ holds for all $h : G \to A$ and $G \in S$. Since $S$ is a generating set, this implies $f = g$.',
5656
FALSE
5757
),
58-
(
59-
'generating_set_small_categories',
60-
'["essentially small"]',
61-
'["generating set"]',
62-
'In a small category, the set of all objects is clearly a generating set.',
63-
FALSE
64-
),
6558
(
6659
'free-algebra-generates',
6760
'["finitary algebraic"]',

database/data/005_implications/004_morphism-behavior-implications.sql

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,6 @@ VALUES
139139
'If $f,g : A \rightrightarrows B$ are two morphisms, then $f^{-1} \circ g : A \to A$ must be the identity, so that $f = g$.',
140140
FALSE
141141
),
142-
(
143-
'discrete_implies_direct',
144-
'["discrete"]',
145-
'["direct"]',
146-
'This is trivial.',
147-
FALSE
148-
),
149142
(
150143
'direct_implies_sequential_limits',
151144
'["direct"]',

database/data/005_implications/006_trivial-categories-implications.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ INSERT INTO implication_input (
77
)
88
VALUES
99
(
10-
'discrete_consequence',
10+
'discrete_consequences',
1111
'["discrete"]',
12-
'["essentially discrete", "locally small", "skeletal"]',
12+
'["essentially discrete", "locally small", "skeletal", "direct"]',
1313
'This is trivial.',
1414
FALSE
1515
),

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ VALUES
142142
(
143143
'grothendieck_topos_consequence',
144144
'["Grothendieck topos"]',
145-
'["locally presentable", "cogenerator"]',
146-
'For "locally presentable" see Prop. 3.4.16 in <a href="https://www.cambridge.org/core/books/handbook-of-categorical-algebra/5033A02442342401E7BCC26A042DAB94" target="_blank">Handbook of Categorical Algebra Vol. 3</a>. For "cogenerator" see the <a href="https://ncatlab.org/nlab/show/cogenerator" target="_blank">nLab</a>.',
145+
'["locally presentable", "cogenerator", "infinitary extensive"]',
146+
'A Grothendieck topos is locally presentable by Prop. 3.4.16 in <a href="https://www.cambridge.org/core/books/handbook-of-categorical-algebra/5033A02442342401E7BCC26A042DAB94" target="_blank">Handbook of Categorical Algebra Vol. 3</a>, has a cogenerator (see <a href="https://ncatlab.org/nlab/show/cogenerator" target="_blank">nLab</a>) and is infinitary extensive by <a href="https://ncatlab.org/nlab/show/Giraud%27s+theorem" target="_blank">Giraud''s Theorem</a>.',
147147
FALSE
148148
),
149149
(
@@ -181,13 +181,6 @@ VALUES
181181
'The pullback functor preserves coproducts because it has a right adjoint. See also Remark 2.6 at the <a href="https://ncatlab.org/nlab/show/extensive+category" target="_blank">nLab</a>.',
182182
FALSE
183183
),
184-
(
185-
'Grothendieck_extensive',
186-
'["Grothendieck topos"]',
187-
'["infinitary extensive"]',
188-
'This is a part of <a href="https://ncatlab.org/nlab/show/Giraud%27s+theorem" target="_blank">Giraud''s Theorem</a>.',
189-
FALSE
190-
),
191184
(
192185
'topos_is_malcev',
193186
'["elementary topos"]',

0 commit comments

Comments
 (0)