forked from ScriptRaccoon/CatDat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path002_limits-colimits-behavior-implications.sql
More file actions
271 lines (271 loc) · 8.83 KB
/
002_limits-colimits-behavior-implications.sql
File metadata and controls
271 lines (271 loc) · 8.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
INSERT INTO implication_input (
id,
assumptions,
conclusions,
reason,
is_equivalence
)
VALUES
(
'biproducts_definition_consequences',
'["biproducts"]',
'["zero morphisms", "finite products", "finite coproducts"]',
'This holds by definition of biproducts.',
FALSE
),
(
'biproducts_unital',
'["biproducts", "finitely complete"]',
'["unital"]',
'For all objects $X,Y$ the morphism $X \sqcup Y \to X \times Y$ is an isomorphism, hence a strong epimorphism.',
FALSE
),
(
'biproducts_cartesian_filtered_colimits',
'["biproducts", "filtered colimits"]',
'["cartesian filtered colimits"]',
'If $I$ is a finite set, the product functor $\mathcal{C}^I \to \mathcal{C}$ is isomorphic to the coproduct functor $\mathcal{C}^I \to \mathcal{C}$, hence preserves <i>all</i> colimits that exist in $\mathcal{C}$.',
FALSE
),
(
'pointed_characterization',
'["pointed"]',
'["zero morphisms", "initial object"]',
'This is easy.',
TRUE
),
(
'disjoint_coproducts_equivalence',
'["disjoint coproducts"]',
'["coproducts", "disjoint finite coproducts"]',
'This is easy.',
TRUE
),
(
'disjoint_coproducts_consequence',
'["disjoint finite coproducts"]',
'["finite coproducts"]',
'This holds by definition.',
FALSE
),
(
'disjoint_coproducts_thin_trivial',
'["disjoint finite coproducts", "thin"]',
'["trivial"]',
'For every object $A$ the two inclusions $A \rightrightarrows A + A$ must be equal, so their equalizer is $A$, but also $0$ since the coproduct is disjoint. Hence $A = 0$.',
FALSE
),
(
'disjoint_coproducts_strict',
'["disjoint finite coproducts", "strict terminal object"]',
'["thin"]',
'Let $1$ be the strict terminal object, and let $A$ be any object. Then $1 \to A + 1$ is an isomorphism, since $1$ is strict. Also, $A \to A + 1$ is a monomorphism by assumption. It follows that the unique morphism $u : A \to 1$ is a monomorphism. For all $f,g : B \to A$ we have $uf = ug$ (since $1$ is terminal), hence $f = g$.',
FALSE
),
(
'exact_filtered_colimits_condition',
'["exact filtered colimits"]',
'["filtered colimits", "finitely complete"]',
'This holds by definition.',
FALSE
),
(
'cartesian_filtered_colimits_condition',
'["cartesian filtered colimits"]',
'["filtered colimits", "finite products"]',
'This holds by definition.',
FALSE
),
(
'exact_includes_cartesian_filtered_colimits',
'["exact filtered colimits"]',
'["cartesian filtered colimits"]',
'If filtered colimits commute with finite limits, they commute with finite products in particular.',
FALSE
),
(
'infinitary_distributive_assumption',
'["infinitary distributive"]',
'["finite products", "coproducts"]',
'This holds by definition.',
FALSE
),
(
'countably_distributive_assumption',
'["countably distributive"]',
'["finite products", "countable coproducts"]',
'This holds by definition.',
FALSE
),
(
'distributive_assumption',
'["distributive"]',
'["finite products", "finite coproducts"]',
'This holds by definition.',
FALSE
),
(
'infinitary_distributive_trivial',
'["infinitary distributive"]',
'["countably distributive"]',
'This is trivial.',
FALSE
),
(
'countably_distributive_trivial',
'["countably distributive"]',
'["distributive"]',
'This is trivial.',
FALSE
),
(
'distributive_duality',
'["thin", "distributive"]',
'["codistributive"]',
'This is equivalent to the classical result that the <a href="https://en.wikipedia.org/wiki/Distributive_lattice" target="_blank">distributivity law in a lattice</a> can be defined in two ways, see e.g. Birkhoff, <i>Lattice Theory</i>, Ch. IX, Thm. 1.',
FALSE
),
(
'strict_initial_consequence',
'["strict initial object"]',
'["initial object"]',
'This holds by definition.',
FALSE
),
(
'strict_initial_trivial',
'["strict initial object", "pointed"]',
'["trivial"]',
'If $0$ is the zero object, then for every object $A$ the unique morphism $A \to 0$ is an isomorphism by assumption.',
FALSE
),
(
'strict_initial_left_criterion',
'["left cancellative", "initial object"]',
'["strict initial object"]',
'It suffices to prove that in general any monomorphism $f : A \to 0$ into an initial object is an isomorphism. If $g : 0 \to A$ is the unique morphism, then $f \circ g = \mathrm{id}_0$ since $0$ is initial. But then $f$ is a split epimorphism and a monomorphism, hence an isomorphism.',
FALSE
),
(
'strict_initial_right_criterion',
'["right cancellative", "initial object"]',
'["strict initial object"]',
'Let $f : A \to 0$ be a morphism. Let $g : 0 \to A$ be the unique morphism. It is an epimorphism by assumption. Also, $f \circ g = \mathrm{id}_0$ since $0$ is initial. But then $g$ is a split monomorphism and an epimorphism, hence an isomorphism.',
FALSE
),
(
'extensive_assumption',
'["extensive"]',
'["finite coproducts"]',
'This holds by definition.',
FALSE
),
(
'infinitary_extensive_assumption',
'["infinitary extensive"]',
'["coproducts"]',
'This holds by definition.',
FALSE
),
(
'infinitary_extensive_finitary',
'["infinitary extensive"]',
'["extensive"]',
'This is obvious.',
FALSE
),
(
'extensive_cocartesian_cofiltered_limits',
'["extensive", "cofiltered limits", "terminal object"]',
'["cocartesian cofiltered limits"]',
'Let $\mathcal{C}$ be an extensive category with cofiltered limits and a terminal object. Then the coproduct functor $\mathcal{C} \times \mathcal{C} \cong \mathcal{C}/1 \times \mathcal{C}/1 \to \mathcal{C}/(1+1)$ is an equivalence. The forgetful functor $\mathcal{C}/A \to \mathcal{C}$ creates connected limits, and hence preserves cofiltered limits. For every $X \in \mathcal{C}$ the functor $(X,-) : \mathcal{C} \to \mathcal{C} \times \mathcal{C}$ also preserves cofiltered limits. The composition of these functors is $X \sqcup - : \mathcal{C} \to \mathcal{C}$ and therefore also preserves cofiltered limits.',
FALSE
),
(
'distributive_consequence',
'["distributive"]',
'["strict initial object"]',
'See the <a href="https://ncatlab.org/nlab/show/distributive+category" target="_blank">nLab</a> or Prop. 3.4 in <a href="https://doi.org/10.1016/0022-4049(93)90035-R" target="_blank">Introduction to extensive and distributive categories</a>.',
FALSE
),
(
'distributive_criterion',
'["cartesian closed", "finite coproducts"]',
'["distributive"]',
'Each functor $A \times -$ is left adjoint and hence preserves finite coproducts (in fact, all colimits).',
FALSE
),
(
'countably_distributive_criterion',
'["cartesian closed", "countable coproducts"]',
'["countably distributive"]',
'Each functor $A \times -$ is left adjoint and hence preserves countable coproducts (in fact, all colimits).',
FALSE
),
(
'infinitary_distributive_criterion',
'["cartesian closed", "coproducts"]',
'["infinitary distributive"]',
'Each functor $A \times -$ is left adjoint and hence preserves coproducts (in fact, all colimits).',
FALSE
),
(
'infinite_distributive_filtered_criterion',
'["distributive", "cartesian filtered colimits", "coproducts"]',
'["infinitary distributive"]',
'Each functor $A \times -$ preserves finite coproducts and filtered colimits, hence all coproducts.',
FALSE
),
(
'countably_distributive_filtered_criterion',
'["distributive", "cartesian filtered colimits", "countable coproducts"]',
'["countably distributive"]',
'Each functor $A \times -$ preserves finite coproducts and filtered colimits, hence all countable coproducts.',
FALSE
),
(
'extensive_consequences',
'["extensive"]',
'["disjoint finite coproducts", "strict initial object"]',
'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>.',
FALSE
),
(
'extensive_distributivity',
'["extensive", "finite products"]',
'["distributive"]',
'This is Prop. 4.5 in <a href="https://doi.org/10.1016/0022-4049(93)90035-R" target="_blank">Introduction to extensive and distributive categories</a>.',
FALSE
),
(
'infinitary_extensive_distributivity',
'["infinitary extensive", "finite products"]',
'["infinitary distributive"]',
'One can adjust the proof of Prop. 4.5 in <a href="https://doi.org/10.1016/0022-4049(93)90035-R" target="_blank">Introduction to extensive and distributive categories</a> (which deals with the finite case).',
FALSE
),
(
'regular_def',
'["regular"]',
'["finitely complete"]',
'This holds by definition of a regular category.',
FALSE
),
(
'power_construction',
'["copowers", "cartesian closed"]',
'["powers"]',
'The power $X^I$ can be constructed as $[I \otimes 1, X]$ because
<p>$\mathrm{Hom}(T,[I \otimes 1, X]) \cong \mathrm{Hom}(T \times (I \otimes 1),X)$</p>
<p>$\cong \mathrm{Hom}(I \otimes (T \times 1),X) \cong \mathrm{Hom}(I \otimes T,X)$</p>
<p>$ \cong \mathrm{Hom}(T,X)^I.$</p>
<p>In the second isomorphism we have used that $T \times -$ preserves copowers, which is true because it is a left adjoint.',
FALSE
),
(
'countable_power_construction',
'["countable copowers", "cartesian closed"]',
'["countable powers"]',
'We can recycle <a href="/category-implication/power_construction">this proof</a>.',
FALSE
);