Skip to content

Commit 19a5183

Browse files
committed
finite + cauchy complete => monos are stable under filtered colimits
1 parent 8ca4869 commit 19a5183

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ VALUES
7171
TRUE,
7272
'This is trivial.'
7373
),
74-
(
75-
'walking_fork',
76-
'cofiltered-limit-stable epimorphisms',
77-
TRUE,
78-
'Let $(X_p)$ and $(Y_p)$ be diagrams in the walking fork indexed by a cofiltered poset $P$. Let $(X_p \to Y_p)_{p \in P}$ be compatible epimorphisms, we need to show that $\lim_p X_p \to \lim_p Y_p$ is an epimorphism as well. Assume it is not. The only non-epimorphism is $i : 0 \to 1$. Hence, $\lim_p X_p = 0$ and $\lim_p Y_p = 1$. So for every $p$ there is a morphism $1 \to Y_p$, meaning $Y_p \in \{1,2\}$. If $Y_p = 2$ for all $p$, the transition morphisms between them must be identities, so that $\lim_p Y_p = 2$, a contradiction. Choose $p$ with $Y_p = 1$. Then for all $q \leq p$ the morphism $Y_q \to Y_p$ shows that $Y_q = 1$ as well. Since $X_q \to Y_q = 1$ is an epimorphism by assumption, it cannot be $i : 0 \to 1$, and we see that $X_q = 1$. Then the transitions between the $X_q$ are identities, and we get the contradiction $\lim_p X_p = \lim_q X_q = 1$.'
79-
),
8074
(
8175
'walking_fork',
8276
'terminal object',

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ VALUES
7373
TRUE,
7474
'Again we work with $\mathbf{Vect}^{\leq 1}_{\mathbb{F}_2}$. We already know that it has sifted colimits and that the embedding to $\mathbf{Vect}_{\mathbb{F}_2}$ preserves them. The object $0$ is initial and hence strongly finitely presentable. The object $\mathbb{F}_2$ is strongly finitely presentable in $\mathbf{Vect}^{\leq 1}_{\mathbb{F}_2}$ since its hom-functor is the composition of the embedding and the forgetful functor $\mathbf{Vect}_{\mathbb{F}_2} \to \mathbf{Set}$, and the latter preserves sifted colimits by <a href="http://www.tac.mta.ca/tac/volumes/8/n3/8-03abs.html" target="_blank">[AR01, Lemma 3.3]</a> applied to $\mathbb{F}_2 \in \mathbf{Vect}_{\mathbb{F}_2}$.'
7575
),
76-
(
77-
'walking_splitting',
78-
'filtered-colimit-stable monomorphisms',
79-
TRUE,
80-
'We saw above that the embedding $\mathbf{Vect}^{\leq 1}_{\mathbb{F}_2} \hookrightarrow \mathbf{Vect}_{\mathbb{F}_2}$ is closed under sifted colimits, hence under filtered colimits. Hence, it preserves filtered colimits. Moreover, it preserves and reflects monomorphisms. Therefore, the claim follows from $\mathbf{Vect}_{\mathbb{F}_2}$.'
81-
),
8276
(
8377
'walking_splitting',
8478
'one-way',

databases/catdat/data/004_category-implications/001_limits-colimits-existence-implications.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ VALUES
184184
-- TODO: combine this with "finitely accessible" below
185185
-- once its dual is added to the database.
186186
'["essentially finite", "Cauchy complete"]',
187-
'["filtered colimits"]',
188-
'See <a href="https://mathoverflow.net/questions/509853" target="_blank">MO/509853</a>.',
187+
'["filtered colimits", "filtered-colimit-stable monomorphisms"]',
188+
'We may assume that the category $\mathcal{C}$ is finite and Cauchy complete. The answer at <a href="https://mathoverflow.net/questions/509853" target="_blank">MO/509853</a> shows that every filtered colimit in $\mathcal{C}$ exists, in fact it is a retract of one of the objects in the diagram. Now apply this to the morphism category of $\mathcal{C}$. It follows that for every filtered diagram of morphisms $X_i \to Y_i$ their colimit $X_\infty \to Y_\infty$ exists, which is a retract of one of the $X_i \to Y_i$. Therefore, if every $X_i \to Y_i$ is a monomorphism, also $X_\infty \to Y_\infty$ is a monomorphism.',
189189
FALSE
190190
),
191191
(

0 commit comments

Comments
 (0)