Skip to content

Commit 63f6e9e

Browse files
committed
add result on additive functors
1 parent 7d422e2 commit 63f6e9e

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

databases/catdat/data/functor-implications/limits preservation.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,19 @@
146146
proof: This is trivial.
147147
is_equivalence: false
148148

149+
- id: biproduct_preserving_condition
150+
assumptions:
151+
- preserves finite products
152+
mapped_assumptions:
153+
source:
154+
- biproducts
155+
target:
156+
- biproducts
157+
conclusions:
158+
- preserves finite coproducts
159+
proof: This is trivial.
160+
is_equivalence: false
161+
149162
- id: lift_implies_preservation
150163
assumptions:
151164
- lifts small limits

databases/catdat/data/functors/p-torsion.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ satisfied_properties:
2020
- property: right adjoint
2121
proof: 'This functor is clearly right adjoint to $A \mapsto A/pA$.'
2222

23-
- property: preserves coproducts
24-
proof: This is easy to check using the description of coproducts as direct sums.
25-
2623
- property: finitary
2724
proof: >-
2825
This follows abstractly from the fact that $\IZ/p$ is finitely presentable. We nevertheless give a direct proof. Let $(A_i)$ be a filtered diagram of abelian groups. We need to show that the canonical map

databases/catdat/data/functors/torsion.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ related_functors:
1414
- p-torsion
1515

1616
satisfied_properties:
17-
- property: preserves coproducts
18-
proof: This is easy to check using the description of coproducts as direct sums.
19-
2017
- property: preserves finite products
21-
# TODO: automate this with an implication
22-
proof: Finite products coincide with finite direct sums.
18+
proof: This is easy.
2319

2420
- property: preserves equalizers
2521
proof: 'Let $E \subseteq A$ be the equalizer of two homomorphisms $f,g : A \rightrightarrows B$. If $a \in T(A)$ is equalized by $T(f),T(g) : T(A) \rightrightarrows T(B)$, then $a \in A$ is equalized by $f,g$, so that $a \in E$. It follows $a \in T(A) \cap E = T(E)$.'

0 commit comments

Comments
 (0)