Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
0ad868b
Add category of compact Hausdorff spaces
dschepler May 4, 2026
174d53a
Fix the details of a proof which will be referred to in CompHaus proofs
dschepler May 5, 2026
1403c28
Add a general result to help deducing CompHaus is well-copowered
dschepler May 5, 2026
aab318f
Add assignments for CompHaus
dschepler May 5, 2026
9d8272d
Add special objects and morphisms for CompHaus
dschepler May 5, 2026
a499c4d
Add more property assignments
dschepler May 6, 2026
28f922b
Other assignments have made it auto-deducible that CompHaus is not ca…
dschepler May 6, 2026
227b570
Update databases/catdat/data/003_category-property-assignments/CompHa…
dschepler May 6, 2026
9a1257d
Update databases/catdat/data/003_category-property-assignments/CompHa…
dschepler May 6, 2026
2aeb245
Update databases/catdat/data/004_category-implications/002_limits-col…
dschepler May 6, 2026
f34e6a7
Update databases/catdat/data/003_category-property-assignments/CompHa…
dschepler May 6, 2026
ab80a1d
Update databases/catdat/data/003_category-property-assignments/CompHa…
dschepler May 6, 2026
4d6e882
Update databases/catdat/data/003_category-property-assignments/CompHa…
dschepler May 6, 2026
a1198f8
Update databases/catdat/data/003_category-property-assignments/Haus.sql
dschepler May 6, 2026
f6d696a
Fix typo in nLab link
dschepler May 7, 2026
c0ef441
Address review comments on assignments, and add a new one
dschepler May 7, 2026
ae2de90
Update special morphisms proofs to address review comments
dschepler May 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"cancellative",
"Catabase",
"catdat",
"Čech",
"clopen",
"Clowder",
"coaccessible",
Expand Down Expand Up @@ -74,6 +75,7 @@
"colimits",
"comonad",
"comonadic",
"compactification",
"conormal",
"copower",
"copowers",
Expand Down Expand Up @@ -229,9 +231,12 @@
"surjectivity",
"Tarski",
"tensoring",
"Tietze",
"Turso",
"Tychonoff",
"unital",
"unitalization",
"Urysohn",
"vercel",
"Vite",
"Wedderburn",
Expand Down
11 changes: 10 additions & 1 deletion databases/catdat/data/001_categories/004_topology.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ VALUES
'This is the full subcategory of $\Top$ consisting of those spaces that are <a href="https://en.wikipedia.org/wiki/Hausdorff_space" target="_blank">Hausdorff</a>.',
'https://ncatlab.org/nlab/show/Hausdorff+space'
),
(
'CompHaus',
'category of compact Hausdorff spaces',
'$\CompHaus$',
'compact Hausdorff spaces',
'continuous functions',
'This is the full subcategory of $\Top$ consisting of those spaces that are <a href="https://en.wikipedia.org/wiki/Compact_space" target="_blank">compact</a> and <a href="https://en.wikipedia.org/wiki/Hausdorff_space" target="_blank">Hausdorff</a>.',
'https://ncatlab.org/nlab/show/compact+Hausdorff+space'
),
(
'sSet',
'category of simplicial sets',
Expand All @@ -61,4 +70,4 @@ VALUES
'order-preserving maps',
'The simplex category is a skeleton of $\FinOrd \setminus \{\varnothing\}$. It plays an important role in topology and is used to define the <a href="/category/sSet">category of simplicial sets</a>.',
'https://ncatlab.org/nlab/show/simplex+category'
);
);
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ VALUES
('CMon','Ab'),
('CMon','CRing'),
('CMon','Mon'),
('CompHaus','Haus'),
('CompHaus','Top'),
('CRing', 'CAlg(R)'),
('CRing', 'Ring'),
('CRing', 'Rng'),
Expand Down Expand Up @@ -66,6 +68,7 @@ VALUES
('FinGrp', 'FinAb'),
('Haus', 'Top'),
('Haus', 'Met_c'),
('Haus', 'CompHaus'),
('J2', 'M-Set'),
('LRS', 'Sch'),
('M-Set', 'R-Mod'),
Expand Down Expand Up @@ -185,4 +188,4 @@ VALUES
('walking_span', 'walking_pair'),
('walking_splitting', 'walking_idempotent'),
('walking_splitting', 'walking_isomorphism'),
('walking_splitting', 'walking_coreflexive_pair');
('walking_splitting', 'walking_coreflexive_pair');
3 changes: 2 additions & 1 deletion databases/catdat/data/001_categories/200_category-tags.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ VALUES
('Cat', 'algebra'),
('Cat', 'category theory'),
('CMon', 'algebra'),
('CompHaus', 'topology'),
('CRing', 'algebra'),
('Delta', 'order theory'),
('Delta', 'topology'),
Expand Down Expand Up @@ -123,4 +124,4 @@ VALUES
('Z', 'algebraic geometry'),
('Z', 'category theory'),
('Z_div', 'number theory'),
('Z_div', 'thin');
('Z_div', 'thin');
140 changes: 140 additions & 0 deletions databases/catdat/data/003_category-property-assignments/CompHaus.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
INSERT INTO category_property_assignments (
category_id,
property_id,
is_satisfied,
reason
)
VALUES
(
'CompHaus',
'locally small',
TRUE,
'This is trivial.'
),
(
'CompHaus',
'generator',
TRUE,
'The one-point space is a generator because it represents the forgetful functor to $\Set$, which is faithful.'
),
(
'CompHaus',
'products',
TRUE,
'By the Tychonoff product theorem, a product in $\Top$ of compact Hausdorff spaces is compact; it is also clearly Hausdorff. Since the forgetful functor from $\CompHaus$ to $\Top$ is fully faithful, this limit is reflected in $\CompHaus$ as well.'
),
(
'CompHaus',
'equalizers',
TRUE,
'The equalizer in $\Top$ of two continuous functions $f, g : X \rightrightarrows Y$ between compact Hausdorff spaces is a closed subspace of $X$, and therefore it is also compact Hausdorff. Since the forgetful functor from $\CompHaus$ to $\Top$ is fully faithful, this limit is reflected in $\CompHaus$ as well.'
),
(
'CompHaus',
'cocomplete',
TRUE,
'$\CompHaus$ is a reflective subcategory of $\Top$, with the reflector being the Stone-Čech compatification functor. See <a href="https://ncatlab.org/nlab/show/compact+Hausdorff+space#StoneCechCompactification" target="_blank">nLab</a> for example. Therefore, as usual, we can form colimits in $\CompHaus$ by forming colimits in $\Top$ and then applying Stone-Čech compatification.'
),
(
-- TODO: rework this when Barr-exact property is added
'CompHaus',
'regular',
TRUE,
'The forgetful functor from $\CompHaus$ to $\Set$ is monadic; see for example <a href="https://ncatlab.org/nlab/show/compact+Hausdorff+space#compact_hausdorff_spaces_are_monadic_over_sets">nLab</a>. Therefore, by <a href="https://ncatlab.org/nlab/show/colimits+in+categories+of+algebras#exact">this result</a>, $\CompHaus$ is Barr-exact and in particular is regular.'
),
(
-- TODO: rework this when Barr-exact property is added
'CompHaus',
'effective congruences',
TRUE,
'The forgetful functor from $\CompHaus$ to $\Set$ is monadic; see for example <a href="https://ncatlab.org/nlab/show/compact+Hausdorff+space#compact_hausdorff_spaces_are_monadic_over_sets">nLab</a>. Therefore, by <a href="https://ncatlab.org/nlab/show/colimits+in+categories+of+algebras#exact">this result</a>, $\CompHaus$ is Barr-exact, and in particular it has effective congruences.'
),
(
'CompHaus',
'cogenerator',
TRUE,
'The unit interval $[0, 1]$ is a cogenerator: Suppose we have $f, g : X \rightrightarrows Y$ with $f \ne g$. Choose $x\in X$ such that $f(x) \ne g(x)$. Then by Urysohn''s lemma, there is a continuous function $h : Y \to [0, 1]$ such that $h(f(x)) = 0$ and $h(g(x)) = 1$. Therefore, $h\circ f \ne h\circ g$.'
),
(
'CompHaus',
'extensive',
TRUE,
'This follows as for $\Top$ or $\Haus$ since finite coproducts in $\CompHaus$ are formed as disjoint union spaces with the disjoint union topology.'
),
(
'CompHaus',
'epi-regular',
TRUE,
'First, any epimorphism $f : X\to Y$ is surjective: if not, its image would be a proper subset of $Y$, which is compact and hence closed. Then by Urysohn''s lemma, there would be a non-zero continuous function $g : Y \to [0, 1]$ which is $0$ on the image; but then $g \circ f = 0 \circ f$, giving a contradiction.<br>
Now the identity morphism from $Y$, with the quotient topology of $f$, to $Y$ with its given topology is a bijective continuous function between compact Hausdorff spaces, so it is a homeomorphism. In other words, $f$ is a quotient map. Therefore, we see that if $g, h : E \rightrightarrows X$ is the kernel pair of $f$, and $U : \CompHaus \to \Top$ is the forgetful functor, then $U(f)$ is the coequalizer of $U(g)$ and $U(h)$. Since $U$ is fully faithful, that implies $f$ is the coequalizer of $g$ and $h$.'
),
(
'CompHaus',
'well-powered',
TRUE,
'This is clear from the description of monomorphisms as closed embeddings.'
),
Comment on lines +72 to +76
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this because of http://localhost:5173/category-implication/pretopos_balanced

On the second thought, maybe we should keep it because you are using this in the proof of coregularity below.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see how we can remove this. The pretopos_balanced inference is used to infer the category is mono-regular; but if I try commenting this out, the system can't infer it's well-powered.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems you already removed this now. But as mentioned, maybe we should not do it.

(
'CompHaus',
'semi-strongly connected',
TRUE,
'Every non-empty compact Hausdorff space is weakly terminal (by using constant maps).'
),
(
'CompHaus',
'coregular',
TRUE,
'It suffices to show that pushouts preserve (regular) monomorphisms in $\CompHaus$. Thus, suppose we have a pushout square
$$\begin{CD}
A @> i >> B \\
@V f VV @VV g V \\
C @>> j > D,
\end{CD}$$
with $i : A \hookrightarrow B$ a monomorphism. Then for any pair of distinct elements $c, c'' \in C$, by Urysohn''s lemma there exists $\gamma : C \to [0, 1]$ with $\gamma(c) = 0$ and $\gamma(c'') = 1$. Also, by Tietze''s extension theorem, there exists $\beta : B \to [0, 1]$ such that $\beta \circ i = \gamma \circ f$. By the pushout property, there is a unique $\delta : D \to [0, 1]$ such that $\delta \circ g = \beta$ and $\delta \circ j = \gamma$. Since $\delta(j(c)) \ne \delta(j(c''))$, we conclude that $j(c) \ne j(c'')$. This shows that $j$ is injective, so it is a regular monomorphism.'
Comment thread
ScriptRaccoon marked this conversation as resolved.
),
(
'CompHaus',
'cofiltered-limit-stable epimorphisms',
TRUE,
'Suppose we have a cofiltered diagram of epimorphisms $(f_i : X_i \to Y_i)$, and $y = (y_i) \in \lim_i Y_i$. Then by <a href="/lemma/cofiltered-limit-of-non-empty-compact">this result</a>, the limit of $f_i^{-1}(\{ y_i \})$ is non-empty. If $x$ is in this limit, that implies that $(\lim_i f_i)(x) = y$.'
),
(
'CompHaus',
'Malcev',
FALSE,
'This is clear since $\FinSet$ is not Malcev and can be interpreted as the subcategory of finite discrete spaces.'
),
(
'CompHaus',
'skeletal',
FALSE,
'This is trivial.'
),
(
'CompHaus',
'regular subobject classifier',
FALSE,
'The proof is almost identical to the one for <a href="/category/Haus">$\Haus$</a>.'
),
(
'CompHaus',
'natural numbers object',
FALSE,
'Let $I := [0, 1]$. If a natural numbers object $(N, z : 1 \to N, s : N \to N)$ existed, then we could iterate the initial conditions $I\to I\times I$, $x \mapsto (x, x)$ and the recursive step function $I\times I \to I \times I$, $(x, y) \mapsto (x, xy)$ to get a continuous function $N \times I \to I \times I$ such that $(s^n(z), x) \mapsto (x, x^n)$ for $x\in I$, $n \in \IN$. The sequence $(s^n(z)) \in N$ has a convergent subnet $(s^{n_\lambda}(z))_{\lambda \in \Lambda}$, say with limit $y$. Thus, for any $x\in I$ and $\lambda \in \Lambda$, we have $(s^{n_\lambda}(z), x) \mapsto (x, x^{n_\lambda})$. Taking limits, we see $(y, x) \mapsto (x, 0)$ if $x \ne 1$ or $(y, x) \mapsto (x, 1)$ if $x = 1$. In other words, $(y, x) \mapsto (x, \delta_{x, 1})$ for all $x\in I$. However, that contradicts the fact that the composition
$$I \overset{y \times \id}\longrightarrow N\times I \to I\times I \overset{p_2}\longrightarrow I \\
x \mapsto (y, x) \mapsto (x, \delta_{x,1}) \mapsto \delta_{x,1},$$
would have to be continuous.'
),
(
'CompHaus',
'filtered-colimit-stable monomorphisms',
FALSE,
'The proof is similar to <a href="/category/Haus">$\Haus$</a>. For $n \geq 1$ let $X_n$ be the pushout of $[1/n, 1] \hookrightarrow [0, 1]$ with itself. That is, $X_n$ is the union of two unit intervals $[0, 1] \times \{ 1 \}$ and $[0, 1] \times \{ 2 \}$ where we identify $(x,1) \equiv (x,2)$ when $x \geq 1/n$. As in the construction for $\Haus$, we see that the colimit in $\Haus$ is $[0, 1]$ where all corresponding points of both unit intervals are identified. Since this is compact Hausdorff, it also provides the colimit in $\CompHaus$. Again, the injective continuous maps $\{1,2\} \to X_n$, $i \mapsto (0,i)$ (where $\{1,2\}$ is discrete) become the constant map $0 : \{1,2\} \to [0,1]$ in the colimit, which is not a monomorphism.'
),
(
'CompHaus',
'accessible',
FALSE,
'For any small regular cardinal $\kappa$, consider the $\kappa$-directed system $\kappa \to \CompHaus$, where for ordinal $\alpha < \kappa$ we have $\alpha \mapsto [0, \alpha]$, and for $\alpha \le \beta < \kappa$ the morphism $\alpha \to \beta$ maps to the inclusion map $[0, \alpha] \hookrightarrow [0, \beta]$. Then the direct colimit in $\Top$ of $[0, \alpha]$ is $\kappa$, so the direct colimit in $\CompHaus$ is the Stone-Čech compactification $\tilde\kappa$ of $\kappa$.<br>
We now claim that any nonempty object $K$ of $\CompHaus$ is not $\kappa$-presentable for any small regular cardinal $\kappa$. If so, then choose a point $x \in \tilde \kappa \setminus \kappa$, and consider the constant map $K \to \tilde \kappa$ with value $x$. By the assumption, this would have to factor through $[0, \alpha]$ for some ordinal $\alpha < \kappa$. That means that the constant value $x$ is in $[0, \alpha] \subseteq \kappa$, contradicting the choice of $x$.<br>
Now any colimit in $\CompHaus$ of empty spaces is empty, showing that $\CompHaus$ is not accessible.');
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ VALUES
'Haus',
'filtered-colimit-stable monomorphisms',
FALSE,
'The proof is similar to <a href="/category/Met">$\Met$</a>. For $n \geq 1$ let $X_n$ be the pushout of $[-1/n,+1/n] \hookrightarrow \IR$ with itself. That is, $X_n$ is the union of two lines $\IR \times \{1\}$ and $\IR \times \{2\}$ where we identify $(x,1) \equiv (x,2)$ when $|x| \leq 1/n$. Then $X_n$ is Hausdorff, and there is a canonical surjective continuous map $X_n \to X_{n+1}$. The colimit in $\Top$ is the union of two lines where we identify $(x,1) \equiv (x,2)$ when $|x| \leq 1/n$ for some $n$, i.e. when $x \neq 0$. This is the line with the double origin, which is not Hausdorff. Its Hausdorff reflection is the line $\IR$ where all points of both lines are identified, and it provides the colimit in $\Haus$. Now, the injective continuous maps $\{1,2\} \to X_n$, $i \mapsto (0,i)$ (where $\{1,2\}$ is discrete) become the constant map $0 : \{1,2\} \to \IR$ in the colimit, which is no monomorphism.'
'The proof is similar to <a href="/category/Met">$\Met$</a>. For $n \geq 1$ let $X_n$ be the pushout of
$$(-\infty, -1/n] \cup [1/n, \infty) \hookrightarrow \IR$$
with itself. That is, $X_n$ is the union of two lines $\IR \times \{1\}$ and $\IR \times \{2\}$ where we identify $(x,1) \equiv (x,2)$ when $|x| \geq 1/n$. Then $X_n$ is Hausdorff, and there is a canonical surjective continuous map $X_n \to X_{n+1}$. The colimit in $\Top$ is the union of two lines where we identify $(x,1) \equiv (x,2)$ when $|x| \geq 1/n$ for some $n$, i.e. when $x \neq 0$. This is the line with the double origin, which is not Hausdorff. Its Hausdorff reflection is the line $\IR$ where all points of both lines are identified, and it provides the colimit in $\Haus$. Now, the injective continuous maps $\{1,2\} \to X_n$, $i \mapsto (0,i)$ (where $\{1,2\}$ is discrete) become the constant map $0 : \{1,2\} \to \IR$ in the colimit, which is not a monomorphism.'
),
(
'Haus',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,13 @@ VALUES
'This holds by definition of a regular category.',
FALSE
),
(
'regular_well-powered_well-copowered',
'["regular", "well-powered"]',
'["well-copowered"]',
'The regularity condition gives a bijection between the collection of quotients of $X$ and the collection of effective congruences on $X$, which is a subcollection of the collection of subobjects of $X\times X$.',
FALSE
),
(
'power_construction',
'["copowers", "cartesian closed"]',
Expand Down Expand Up @@ -294,4 +301,4 @@ VALUES
'["CIP"]',
'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$.',
FALSE
);
);
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ VALUES
('CAlg(R)', '$R$'),
('Cat', 'empty category'),
('CMon', 'trivial monoid'),
('CompHaus', 'empty space'),
('CRing', 'ring of integers'),
('FI', 'empty set'),
('FinAb', 'trivial group'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ VALUES
('CAlg(R)', 'trivial algebra'),
('Cat', '<a href="/category/1">trivial category</a>'),
('CMon', 'trivial monoid'),
('CompHaus', 'singleton space'),
('CRing', 'zero ring'),
('FinAb', 'trivial group'),
('FinGrp', 'trivial group'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ VALUES
('CAlg(R)', 'tensor products over $R$'),
('Cat', 'disjoint unions'),
('CMon', 'direct sums'),
('CompHaus', 'Stone-Čech compactification of the disjoint union with the disjoint union topology (in the finite case, the disjoint union is already compact Hausdorff so Stone-Čech compactification is not necessary)'),
('CRing', 'tensor products over $\IZ$'),
('FreeAb', 'direct sums'),
('Grp', 'free products'),
Expand Down
1 change: 1 addition & 0 deletions databases/catdat/data/005_special-objects/005_products.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ VALUES
('CAlg(R)', 'direct products with pointwise operations'),
('Cat', 'direct products with pointwise operations'),
('CMon', 'direct products with pointwise operations'),
('CompHaus', 'direct product with the <a href="https://en.wikipedia.org/wiki/Product_topology" target="_blank">product topology</a> (which is compact by the Tychonoff product theorem)'),
('CRing', 'direct products with pointwise operations'),
('Grp', 'direct products with pointwise operations'),
('Haus', 'direct product with the <a href="https://en.wikipedia.org/wiki/Product_topology" target="_blank">product topology</a>'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ VALUES
'bijective homomorphisms',
'This characterization holds in every algebraic category.'
),
(
'CompHaus',
'homeomorphisms',
'This is easy.'
),
(
'CRing',
'bijective ring homomorphisms',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ VALUES
'injective homomorphisms',
'This holds in every finitary algebraic category: the forgetful functor to $\Set$ is faithful, hence reflects monomorphisms, and it is continuous (even representable), hence preserves monomorphisms.'
),
(
'CompHaus',
'injective continuous maps (which are automatically closed embeddings)',
Comment thread
dschepler marked this conversation as resolved.
'For the non-trivial direction, the forgetful functor to $\Set$ is representable (by the terminal object), hence preserves monomorphisms. To prove the parenthetical remark, given an injective continuous function $f : X \to Y$ between compact Hausdorff spaces, the image of $f$ is a closed subset. Also, the induced map from $X$ to $\im(f)$ with the subspace topology is a bijective continuous map between compact Hausdorff spaces, so it is a homeomorphism.'
),
(
'CRing',
'injective ring homomorphisms',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ VALUES
'a homomorphism of algebras which is an epimorphism of commutative rings',
'The forgetful functor $\CAlg(R) \to \Ring$ is faithful and hence reflects epimorphisms, but it also preserves epimorphisms since it preserves pushouts (since $\CAlg(R) \cong R / \Ring$). For epimorphisms of commutative rings see their <a href="/category/CRing">detail page</a>.'
),
(
'CompHaus',
'surjective continuous maps (which are automatically quotient maps)',
Comment thread
dschepler marked this conversation as resolved.
'For the non-trivial direction, and for a proof of the parenthetical remark, see the proof above that $\CompHaus$ is epi-regular.'
),
(
'CRing',
'A ring map $f : R \to S$ is an epimorphism iff $S$ equals the <i>dominion</i> of $f(R) \subseteq S$, meaning that for every $s \in S$ there is some matrix factorization $(s) = Y X Z$ with $X \in M_{n \times n}(R)$, $Y \in M_{1 \times n}(S)$, and $Z \in M_{n \times 1}(S)$.',
Expand Down Expand Up @@ -378,4 +383,4 @@ SELECT
category_id, description, reason, 'epimorphisms'
FROM epimorphisms;

DROP TABLE epimorphisms;
DROP TABLE epimorphisms;
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ VALUES
'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.'
),
(
'CompHaus',
'same as monomorphisms',
'This is because the category is mono-regular.'
),
(
'Delta',
'same as monomorphisms',
Expand Down Expand Up @@ -317,4 +322,4 @@ SELECT
category_id, description, reason, 'regular monomorphisms'
FROM regular_monomorphisms;

DROP TABLE regular_monomorphisms;
DROP TABLE regular_monomorphisms;
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@ VALUES
'CMon',
'surjective homomorphisms',
'This holds in every finitary algebraic category.'
),
),
(
'CompHaus',
'same as epimorphisms',
'This is because the category is epi-regular.'
),
(
'CRing',
'surjective homomorphisms',
Expand Down Expand Up @@ -327,4 +332,4 @@ SELECT
category_id, description, reason, 'regular epimorphisms'
FROM regular_epimorphisms;

DROP TABLE regular_epimorphisms;
DROP TABLE regular_epimorphisms;
Loading