Skip to content

Commit 6b56795

Browse files
committed
Add an implication related to multi-completeness
1 parent bd92da3 commit 6b56795

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

database/data/005_implications/001_limits-colimits-existence-implications.sql

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,11 @@ VALUES
292292
'["terminal object"]',
293293
'Let $(T_i)_{i\in I}$ be a multi-terminal object in a connected category $\mathcal{C}$. By definition of multi-terminal objects, for each object $C$, there are a unique index $i_C\in I$ and a unique morphism $C \to T_{i_C}$. Since the index $i_C$ is invariant under connected components, $I$ must be a singleton. The converse is trivial.',
294294
TRUE
295+
),
296+
(
297+
'multi-complete_with_finite_coproducts',
298+
'["multi-complete", "finite coproducts"]',
299+
'["complete"]',
300+
'Let $D\colon \mathcal{S} \to \mathcal{C}$ be a small diagram in a category $\mathcal{C}$, and let $(p^{(i)}\colon \Delta L^{(i)} \Rightarrow D)_{i\in I}$ be a multi-limit of $D$. We will show that the index set $I$ is a singleton. First, $I$ is non-empty because the diagram $D$ admits at least one cone, whose vertex is the initial object. Let $i_0, i_1 \in I$. Taking a coproduct of $L^{(i_0)}$ and $L^{(i_1)}$, we obtain a cone $p\colon \Delta (L^{(i_0)} + L^{(i_1)}) \Rightarrow D$. By the universal property of the multi-limit, there are a unique index $j\in I$ and a unique morphism $k=(k_0,k_1)\colon L^{(i_0)} + L^{(i_1)} \to L^{(j)}$ from $p$ to $p^{(j)}$. We now have morphisms $k_t$ from $p^{(i_t)}$ to $p^{(j)}$ $(t=0,1)$, but the universal property of the multi-limit forces $i_t=j$. Hence $i_0=j=i_1$, and the index set $I$ is a singleton.',
301+
FALSE
295302
);

0 commit comments

Comments
 (0)