-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path005_regular-monomorphisms.sql
More file actions
315 lines (312 loc) · 9.94 KB
/
Copy path005_regular-monomorphisms.sql
File metadata and controls
315 lines (312 loc) · 9.94 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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
CREATE TEMP TABLE regular_monomorphisms (
category_id TEXT NOT NULL,
description TEXT NOT NULL,
reason TEXT NOT NULL
);
INSERT INTO regular_monomorphisms (
category_id,
description,
reason
)
VALUES
(
'0',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'1',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'2',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Ab',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Ab_fg',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'B',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'BG_c',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'BG_f',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'BN',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'BOn',
'ordinals of the form $\alpha \cdot \omega$, where $\alpha$ is any ordinal',
'This results from the proof that equalizers exist, see <a href="https://math.stackexchange.com/questions/5029668" target="_blank">MSE/5029668</a>.'
),
(
'Ban',
'closed embeddings',
'The non-trivial direction follows from the <a href="https://math.stackexchange.com/questions/319867" target="_blank">well-known fact</a> that for every closed subspace of a Banach space its quotient space is again a Banach space.'
),
(
'Delta',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'FI',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'FS',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'FinAb',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'FinGrp',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'FinOrd',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'FinSet',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Fld',
'A Galois extension is a regular monomorphism iff it is procyclic, and the general case can be reduced to this situation; see the reference for details.',
'See <a href="https://math.stackexchange.com/questions/5129895" target="_blank">MSE/5129895</a>.'
),
(
'Grp',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Haus',
'embeddings with closed image',
'The explicit construction of equalizers shows that they are embeddings, and they have a closed image because of the well-known lemma that for a Hausdorff space the diagonal $X \to X \times X$ has closed image. For the other non-trivial direction, see <a href="https://math.stackexchange.com/questions/214045/" target="_blank">MSE/214045</a>.'
),
(
'J2',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'M-Set',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Meas',
'embeddings',
'(This is the same proof as for $\mathbf{Top}$.) Equalizers are embeddings by their construction. Conversely, if $f : X \to Y$ is an embedding, then $f$ is the equalizer of the two characteristic maps $\chi_Y, \chi_{f(X)} : Y \rightrightarrows \{0,1\}$, where $\{0,1\}$ carries the trivial $\sigma$-algebra.'
),
(
'Met_c',
'embeddings of closed subspaces',
'A reference is Example 7.58 (3) in <a href="https://ncatlab.org/nlab/show/Abstract+and+Concrete+Categories" target="_blank">Joy of Cats</a>, but a proof is missing there.'
),
(
'N',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'N_oo',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'On',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'Pos',
'embeddings',
'Every regular monomorphism is an embedding by the explicit construction of equalizers. For the converse, let $i : P \to Q$ be an embedding, which we may assume to be an inclusion. Consider the cokernel pair $C := Q \cup_P Q$. It exists because the category has pushouts, but we can (and need to) describe it more concretely: As a set, $C$ is a disjoint union of $P$ and two copies of $Q \setminus P$. The elements will be denoted by $p,q_1,q_2$. The $i$th inclusion map $Q \to C$ maps $p \in P$ to itself and $q \in Q \setminus P$ to $q_i$. The ordering is directly induced by $Q$: We have $p \leq p''$ in $C$ iff $p \leq p''$ in $P$, we have $p \leq q_i$ iff $p \leq q$ in $Q$, etc. One verifies that this indeed defines a partial order, and by construction the two maps $Q \rightrightarrows C$ are order-preserving and have equalizer $P$.'
),
(
'Prost',
'embeddings',
'Every regular monomorphism is an embedding by the explicit construction of equalizers. For the converse, let $i : P \to Q$ be an embedding, which we may assume to be an inclusion. Consider the cokernel pair $C := Q \cup_P Q$. It exists because the category has pushouts, but we can (and need to) describe it more concretely: As a set, $C$ is a disjoint union of $P$ and two copies of $Q \setminus P$. The elements will be denoted by $p,q_1,q_2$. The $i$th inclusion map $Q \to C$ maps $p \in P$ to itself and $q \in Q \setminus P$ to $q_i$. The ordering is directly induced by $Q$: We have $p \leq p''$ in $C$ iff $p \leq p''$ in $P$, we have $p \leq q_i$ iff $p \leq q$ in $Q$, etc. One verifies that this indeed defines a preorder, and by construction the two maps $Q \rightrightarrows C$ are order-preserving and have equalizer $P$.'
),
(
'R-Mod',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'R-Mod_div',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Set_c',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Set_f',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Set',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Set*',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Setne',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'SetxSet',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Sh(X)',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Sh(X,Ab)',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Sp',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Top',
'embeddings',
'Equalizers are embeddings by their construction. Conversely, if $f : X \to Y$ is an embedding, then $f$ is the equalizer of the two characteristic maps $\chi_Y, \chi_{f(X)} : Y \to \{0,1\}$, where $\{0,1\}$ carries the indiscrete topology.'
),
(
'Top*',
'embeddings',
'Equalizers are embeddings by their construction. Conversely, if $f : X \to Y$ is an embedding, then $f$ is the equalizer of the two characteristic maps $\chi_Y, \chi_{f(X)} : Y \to \{0,1\}$, where $\{0,1\}$ carries the indiscrete topology and $1$ is the base point.'
),
(
'TorsFreeAb',
'injective group homomorphisms $i : A \to B$ such that $B/i(A)$ is torsion-free, i.e., $i$ is the inclusion of a <i>saturated subgroup</i>',
'If $i : A \to B$ is the kernel of $f : B \to C$ in $\mathbf{TorsFreeAb}$, it is also the kernel of $f$ in $\mathbf{Ab}$, so we know that $i$ is injective with $i(A) = \{b \in B : f(b) = 0\}$. If $n \in \mathbb{Z} \setminus \{0\}$ and $b \in B$ satisfy $f(n b) = 0$, then also $f(b)=0$ since $C$ is torsion-free. This shows that $B/i(A)$ is torsion-free. Conversely, if $i$ is injective and $B/i(A)$ is torsion-free, then $i$ is the kernel of the natural homomorphism $B \to B/i(A)$.'
),
(
'Vect',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Z',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Z_div',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'real_interval',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'sSet',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'walking_composable_pair',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'walking_fork',
'the identities and $i$',
'First, $i$ is the equalizer of $f,g$. The morphism $f$ is an epimorphism (and a monomorphism), but no isomorphism, hence cannot be a regular monomorphism. The same holds for $g$.'
),
(
'walking_commutative_square',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'walking_coreflexive_pair',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'walking_idempotent',
'the identity',
'This is trivial.'
),
(
'walking_isomorphism',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'walking_morphism',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'walking_pair',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'walking_span',
'same as isomorphisms',
'This is because the category is right cancellative.'
),
(
'walking_splitting',
'same as monomorphisms',
'This is because the category is mono-regular.'
);
INSERT INTO special_morphisms
(category_id, description, reason, type)
SELECT
category_id, description, reason, 'regular monomorphisms'
FROM regular_monomorphisms;
DROP TABLE regular_monomorphisms;