Skip to content

Commit 7bc97a0

Browse files
committed
Add special objects and morphisms for CompHaus
1 parent 088646a commit 7bc97a0

9 files changed

Lines changed: 33 additions & 4 deletions

File tree

databases/catdat/data/005_special-objects/002_initial_objects.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ VALUES
1313
('CAlg(R)', '$R$'),
1414
('Cat', 'empty category'),
1515
('CMon', 'trivial monoid'),
16+
('CompHaus', 'empty space'),
1617
('CRing', 'ring of integers'),
1718
('FI', 'empty set'),
1819
('FinAb', 'trivial group'),

databases/catdat/data/005_special-objects/003_terminal_objects.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ VALUES
1313
('CAlg(R)', 'trivial algebra'),
1414
('Cat', '<a href="/category/1">trivial category</a>'),
1515
('CMon', 'trivial monoid'),
16+
('CompHaus', 'singleton space'),
1617
('CRing', 'zero ring'),
1718
('FinAb', 'trivial group'),
1819
('FinGrp', 'trivial group'),

databases/catdat/data/005_special-objects/004_coproducts.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ VALUES
1515
('CAlg(R)', 'tensor products over $R$'),
1616
('Cat', 'disjoint unions'),
1717
('CMon', 'direct sums'),
18+
('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)'),
1819
('CRing', 'tensor products over $\IZ$'),
1920
('FreeAb', 'direct sums'),
2021
('Grp', 'free products'),

databases/catdat/data/005_special-objects/005_products.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ VALUES
1515
('CAlg(R)', 'direct products with pointwise operations'),
1616
('Cat', 'direct products with pointwise operations'),
1717
('CMon', 'direct products with pointwise operations'),
18+
('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)'),
1819
('CRing', 'direct products with pointwise operations'),
1920
('Grp', 'direct products with pointwise operations'),
2021
('Haus', 'direct product with the <a href="https://en.wikipedia.org/wiki/Product_topology" target="_blank">product topology</a>'),

databases/catdat/data/006_special-morphisms/002_isomorphisms.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ VALUES
8585
'bijective homomorphisms',
8686
'This characterization holds in every algebraic category.'
8787
),
88+
(
89+
'CompHaus',
90+
'homeomorphisms',
91+
'This is easy.'
92+
),
8893
(
8994
'CRing',
9095
'bijective ring homomorphisms',

databases/catdat/data/006_special-morphisms/003_monomorphisms.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ VALUES
8080
'injective homomorphisms',
8181
'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.'
8282
),
83+
(
84+
'CompHaus',
85+
'injective continuous maps (which are automatically closed embeddings)',
86+
'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.'
87+
),
8388
(
8489
'CRing',
8590
'injective ring homomorphisms',

databases/catdat/data/006_special-morphisms/004_epimorphisms.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ VALUES
8181
'a homomorphism of algebras which is an epimorphism of commutative rings',
8282
'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>.'
8383
),
84+
(
85+
'CompHaus',
86+
'surjective continuous maps (which are automatically quotient maps)',
87+
'For the non-trivial direction, and for a proof of the parenthetical remark, see the proof above that $\CompHaus$ is epi-regular.'
88+
),
8489
(
8590
'CRing',
8691
'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)$.',
@@ -378,4 +383,4 @@ SELECT
378383
category_id, description, reason, 'epimorphisms'
379384
FROM epimorphisms;
380385

381-
DROP TABLE epimorphisms;
386+
DROP TABLE epimorphisms;

databases/catdat/data/006_special-morphisms/005_regular-monomorphisms.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ VALUES
6565
'closed embeddings',
6666
'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.'
6767
),
68+
(
69+
'CompHaus',
70+
'same as monomorphisms',
71+
'This is because the category is mono-regular.'
72+
),
6873
(
6974
'Delta',
7075
'same as monomorphisms',
@@ -317,4 +322,4 @@ SELECT
317322
category_id, description, reason, 'regular monomorphisms'
318323
FROM regular_monomorphisms;
319324

320-
DROP TABLE regular_monomorphisms;
325+
DROP TABLE regular_monomorphisms;

databases/catdat/data/006_special-morphisms/006_regular-epimorphisms.sql

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,12 @@ VALUES
7474
'CMon',
7575
'surjective homomorphisms',
7676
'This holds in every finitary algebraic category.'
77-
),
77+
),
78+
(
79+
'CompHaus',
80+
'same as epimorphisms',
81+
'This is because the category is epi-regular.'
82+
),
7883
(
7984
'CRing',
8085
'surjective homomorphisms',
@@ -327,4 +332,4 @@ SELECT
327332
category_id, description, reason, 'regular epimorphisms'
328333
FROM regular_epimorphisms;
329334

330-
DROP TABLE regular_epimorphisms;
335+
DROP TABLE regular_epimorphisms;

0 commit comments

Comments
 (0)