Skip to content

Commit e99be63

Browse files
committed
Decide effective (co)congruences for most categories
Note that ScriptRaccoon <scriptraccoon@gmail.com> contributed many enhancements to the proofs and presentation, and in particular contributed the proof that Grp has effective cocongruences.
1 parent 3189d57 commit e99be63

35 files changed

Lines changed: 344 additions & 20 deletions

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"Diers",
106106
"diffeomorphism",
107107
"diffeomorphisms",
108+
"disjointness",
108109
"dualizable",
109110
"Dualization",
110111
"Eilenberg",
@@ -135,6 +136,7 @@
135136
"hypercategory",
136137
"hypercollection",
137138
"hypercollections",
139+
"idempotents",
138140
"infima",
139141
"infimum",
140142
"infinitary",
@@ -185,6 +187,7 @@
185187
"Prerendering",
186188
"presheaf",
187189
"presheaves",
190+
"pretopos",
188191
"procyclic",
189192
"proset",
190193
"prosets",

databases/catdat/data/001_categories/100_related-categories.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ VALUES
8585
('Met_oo', 'Met_c'),
8686
('Mon', 'CMon'),
8787
('Mon', 'Grp'),
88+
('Mon', 'Cat'),
8889
('N', 'N_oo'),
8990
('N', 'On'),
9091
('N', 'Z_div'),

databases/catdat/data/003_category-property-assignments/Alg(R).sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,10 @@ VALUES
9696
'cofiltered-limit-stable epimorphisms',
9797
FALSE,
9898
'We already know that $\CAlg(R)$ does not have this property. Now apply the contrapositive of the dual of <a href="/lemma/filtered-monos">this lemma</a> to the forgetful functor $\CAlg(R) \to \Alg(R)$. It preserves epimorphisms by <a href="https://math.stackexchange.com/questions/5133488" target="_blank">MSE/5133488</a>.'
99+
),
100+
(
101+
'Alg(R)',
102+
'effective cocongruences',
103+
FALSE,
104+
'The counterexample is similar to the one for <a href="/category/Ring">$\mathbf{Ring}$</a>: Let $X := R[p] / (p^2-p)$ with cocongruence $E := R \langle p, q \rangle / (p^2-p, q^2-q, pq-q, qp-p)$.'
99105
);

databases/catdat/data/003_category-property-assignments/Cat.sql

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,12 @@ VALUES
8888
'cofiltered-limit-stable epimorphisms',
8989
FALSE,
9090
'We already know that $\Set$ does not have this property. Now apply the contrapositive of the dual of <a href="/lemma/filtered-monos">this lemma</a> to the functor $\Set \to \Cat$ that maps a set to its discrete category.'
91-
);
91+
),
92+
(
93+
'Cat',
94+
'effective cocongruences',
95+
FALSE,
96+
'The counterexample is similar to the one for <a href="/category/Mon">$\mathbf{Mon}$</a>: Let $X$ be the <a href="/category/walking_idempotent">walking idempotent</a>, and let $E$ be the delooping of the monoid with presentation
97+
$$\langle p, q \mid p^2=p,\, q^2=q,\, pq=q,\, qp=p \rangle.$$
98+
The induced relation on functors in $[X, \mathcal{C}]$ is that $F \sim G$ if and only if $F$ and $G$ send the object of $X$ to the same object of $\mathcal{C}$, and they send the idempotent of $X$ to idempotent morphisms $a, b$ in $\mathcal{C}$ satisfying $ab=b$, $ba=a$. From here, the proof that this gives a cocongruence on $\mathbf{Cat}$ which is not effective is similar to the one in $\mathbf{Mon}$.'
99+
);

databases/catdat/data/003_category-property-assignments/FinGrp.sql

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ VALUES
6565
TRUE,
6666
'The proof works exactly as for the <a href="/category/FinSet">category of finite sets</a>.'
6767
),
68+
(
69+
'FinGrp',
70+
'effective congruences',
71+
TRUE,
72+
'Suppose we have a congruence $f, g : E \rightrightarrows X$ in $\mathbf{FinGrp}$. Since the embedding $\mathbf{FinGrp} \hookrightarrow \mathbf{Grp}$ preserves finite limits, it is also a congruence in $\mathbf{Grp}$. We already know that $\mathbf{Grp}$ has effective congruences since it is algebraic. Using <a href="/lemma/effective-congruence-quotients">this result</a>, we see that $E$ is the kernel pair of $X \to (X/E)_{\mathbf{Grp}}$ in $\mathbf{Grp}$. Also, the quotient $(X/E)_{\mathbf{Grp}}$ is finite; and the forgetful functor $\mathbf{FinGrp} \to \mathbf{Grp}$ is fully faithful <a href="https://ncatlab.org/nlab/show/reflected+limit#FullSubcategoryInclusionReflectCoLimits" target="_blank">and therefore reflects limits</a>. Thus, we conclude that $E$ is the kernel pair of $X \to (X/E)_{\mathbf{Grp}}$ in $\mathbf{FinGrp}$ as well.'
73+
),
6874
(
6975
'FinGrp',
7076
'normal',
@@ -118,4 +124,4 @@ VALUES
118124
'countable',
119125
FALSE,
120126
'This is trivial.'
121-
);
127+
);

databases/catdat/data/003_category-property-assignments/FreeAb.sql

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ VALUES
8484
'sequential colimits',
8585
FALSE,
8686
'See <a href="https://mathoverflow.net/questions/509715" target="_blank">MO/509715</a>.'
87+
),
88+
(
89+
'FreeAb',
90+
'effective cocongruences',
91+
FALSE,
92+
'We will let $E$ be the abelian group with presentation $\langle a, b, c \mid a - b = 2c \rangle$, with two morphisms $\mathbb{Z} \rightrightarrows E$ given by $1\mapsto a$, $1\mapsto b$. Note that $E$ is free with basis $\{ b, c \}$. Then $\operatorname{Hom}(E, G) \cong \{ (x, y, z) \in G^3 \mid x - y = 2z \}$. Observe that since $G$ is torsion-free, the projection onto the first two coordinates is injective; and $(x, y)$ is in the image precisely when $x \equiv y \pmod{2G}$, which gives an equivalence relation. Therefore, $E$ gives a cocongruence on $\mathbb{Z}$.<br>
93+
On the other hand, if $E$ were the cokernel pair of $h : H \to \mathbb{Z}$, that would mean that for $x, y : \mathbb{Z} \to G$, $x \equiv y \pmod{2G}$ if and only if $x \circ h = y \circ h$. In particular, from the case $G := \mathbb{Z}$, $x := 2 \operatorname{id}$, $y := 0$, we would have $2h = 0$. That implies $h = 0$, but then that would give $\operatorname{id}_{\mathbb{Z}} \equiv 0 \pmod{2}$, resulting in a contradiction.'
8794
);
8895

8996
INSERT INTO category_property_comments (category_id, property_id, comment)
@@ -92,4 +99,4 @@ VALUES
9299
'FreeAb',
93100
'accessible',
94101
'The question if this category is accessible is undecidable in ZFC. See <a href="https://math.stackexchange.com/questions/720885" target="_blank">MSE/720885</a>.'
95-
);
102+
);

databases/catdat/data/003_category-property-assignments/Grp.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ VALUES
4747
TRUE,
4848
'Since epimorphisms are surjective (see below), this is the first isomorphism theorem for groups.'
4949
),
50+
(
51+
'Grp',
52+
'effective cocongruences',
53+
TRUE,
54+
'A proof can be found <a href="/pdf/cocongruences_of_groups.pdf">here</a>.'
55+
),
5056
(
5157
'Grp',
5258
'normal',

databases/catdat/data/003_category-property-assignments/Haus.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ VALUES
6565
TRUE,
6666
'See <a href="https://mathoverflow.net/a/509582/2841" target="_blank">MO/509548</a>.'
6767
),
68+
(
69+
'Haus',
70+
'effective cocongruences',
71+
TRUE,
72+
'As the proof at <a href="https://mathoverflow.net/a/509582/2841" target="_blank">MO/509548</a> shows, in fact any coreflexive corelation on $X$ in $\mathbf{Haus}$ is of the form $X +_S X$ for a closed subset $S$ of $X$. Such a cocongruence is clearly effective.'
73+
),
6874
(
6975
'Haus',
7076
'cartesian filtered colimits',

databases/catdat/data/003_category-property-assignments/Man.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ VALUES
8080
Because $r \circ (p \circ i_1) : X \to X$ is the identity, the image of $p \circ i_1$ is the equalizer of $\id_E$ and $(p \circ i_1) \circ r$, hence closed. Likewise, the image of $p \circ i_2$ is closed. Thus, the image of $p$, which is the union of these images, is closed.<br>
8181
Now, since the pushforward maps of tangent spaces compose to the identity, we see that $p$ must be a local immersion and $r$ must be a submersion. Also, since the fibers of $r$ have one or two points each, we see that the dimension of $E$ must locally be the same as the dimension of $X$. This implies that in fact $p$ and $r$ are local diffeomorphisms. Therefore, the cardinality of the fiber of $r$ is locally constant. Thus, if $U$ is the subset of $X$ where $r$ has fiber of a single point, with the subspace topology, then $U$ is a clopen submanifold of $X$ which serves as the equalizer of $p \circ i_1$ and $p \circ i_2$.'
8282
),
83+
(
84+
'Man',
85+
'effective cocongruences',
86+
TRUE,
87+
'From the proof that $\mathbf{Man}$ has coquotients of cocongruences, we know that for any cocongruence $X \rightrightarrows E$, there is a clopen submanifold $U$ of $X$ such that the fibers of $r : E \twoheadrightarrow X$ have one point on $U$, and two points on $X \setminus U$. Therefore, $E$ is the cokernel pair of the inclusion map $U \hookrightarrow X$.'
88+
),
8389
(
8490
'Man',
8591
'small',

databases/catdat/data/003_category-property-assignments/Meas.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,10 @@ VALUES
100100
'cofiltered-limit-stable epimorphisms',
101101
FALSE,
102102
'We already know that $\Set$ does not have this property. Now apply the contrapositive of the dual of <a href="/lemma/filtered-monos">this lemma</a> to the functor $\Set \to \Meas$ which equips a set with the trivial $\sigma$-algebra.'
103+
),
104+
(
105+
'Meas',
106+
'effective cocongruences',
107+
FALSE,
108+
'The proof is similar to the one for <a href="/category/Top">$\mathbf{Top}$</a>: Use the trivial $\sigma$-algebra on a two-point set.'
103109
);

0 commit comments

Comments
 (0)