Skip to content

Commit 1403c28

Browse files
committed
Add a general result to help deducing CompHaus is well-copowered
1 parent 174d53a commit 1403c28

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

databases/catdat/data/004_category-implications/002_limits-colimits-behavior-implications.sql

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,13 @@ VALUES
260260
'This holds by definition of a regular category.',
261261
FALSE
262262
),
263+
(
264+
'regular_well-powered_well-copowered',
265+
'["regular", "well-powered"]',
266+
'["well-copowered"]',
267+
'The regularity condition gives a bijection between quotients of $X$ and effective congruences on $X$, which is a subset of the subobjects of $X\times X$.',
268+
FALSE
269+
),
263270
(
264271
'power_construction',
265272
'["copowers", "cartesian closed"]',
@@ -294,4 +301,4 @@ VALUES
294301
'["CIP"]',
295302
'Let $(X_i)_{i \in I}$ be a family of objects. For every finite subset $E \subseteq I$ the canonical morphism $\coprod_{i \in E} X_i = \prod_{i \in E} X_i \to \prod_{i \in I} X_i$ is a (split) monomorphism. Hence, their colimit is also a monomorphism, which is the canonical morphism $\coprod_{i \in I} X_i \to \prod_{i \in I} X_i$.',
296303
FALSE
297-
);
304+
);

0 commit comments

Comments
 (0)