You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: databases/catdat/data/002_category-properties/001_limits-colimits-existence.sql
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -343,6 +343,38 @@ VALUES
343
343
'quotients of congruences',
344
344
TRUE
345
345
),
346
+
(
347
+
'effective congruences',
348
+
'has',
349
+
'A congruence $f, g : E \rightrightarrows X$ (see definition <a href="/category-property/quotients_of_congruences">here</a>) is <i>effective</i> if it is the kernel pair of some morphism, i.e. if there is a morphism $h : X \to Y$ such that we have a cartesian square
350
+
$$
351
+
\begin{CD}
352
+
E @> f >> X \\
353
+
@V g VV @VV h V \\
354
+
X @>> h > Y.
355
+
\end{CD}
356
+
$$
357
+
A category <i>has effective congruences</i> if every congruence in the category is effective.',
358
+
'https://ncatlab.org/nlab/show/congruence',
359
+
'effective cocongruences',
360
+
TRUE
361
+
),
362
+
(
363
+
'effective cocongruences',
364
+
'has',
365
+
'A cocongruence $f, g : X \rightrightarrows E$ (see definition <a href="/category-property/coquotients_of_cocongruences">here</a>) is <i>effective</i> if it is the cokernel pair of some morphism, i.e. if there is a morphism $h : Y \to X$ such that we have a cocartesian square
366
+
$$
367
+
\begin{CD}
368
+
Y @> h >> X \\
369
+
@V h VV @VV f V \\
370
+
X @>> g > E.
371
+
\end{CD}
372
+
$$
373
+
A category <i>has effective cocongruences</i> if every cocongruence in the category is effective.',
0 commit comments