Zulip Chat Archive
Stream: Is there code for X?
Topic: additive functors preserve binary biproducts
Johan Commelin (May 02 2022 at 13:46):
Does mathlib not yet have this?
instance category_theory.limits.preserves_binary_biproduct_of_additive
{𝓐 𝓑 : Type*} [category 𝓐] [category 𝓑] [abelian 𝓐] [abelian 𝓑]
(F : 𝓐 ⥤ 𝓑) [functor.additive F] (X Y : 𝓐) :
preserves_binary_biproduct X Y F :=
sorry
We need this for LTE.
Adam Topaz (May 02 2022 at 14:57):
Adam Topaz (May 02 2022 at 14:58):
Johan Commelin (May 02 2022 at 15:05):
Thanks! So I'm just missing imports.
Johan Commelin (May 02 2022 at 15:11):
Wait, neither of those is about binary biproducts.
Johan Commelin (May 02 2022 at 15:11):
So there's still glue missing.
Adam Topaz (May 02 2022 at 15:11):
Oh?
Adam Topaz (May 02 2022 at 15:12):
Last updated: Dec 20 2023 at 11:08 UTC