Preadditive structure on algebras over a monad #
If C
is a preadditive category and F
is an additive endofunctor on C
then Algebra F
is
also preadditive. Dually, the category Coalgebra F
is also preadditive.
instance
CategoryTheory.Endofunctor.algebraPreadditive
(C : Type u₁)
[Category.{v₁, u₁} C]
[Preadditive C]
(F : Functor C C)
[F.Additive]
:
Preadditive (Algebra F)
The category of algebras over an additive endofunctor on a preadditive category is preadditive.
@[simp]
theorem
CategoryTheory.Endofunctor.algebraPreadditive_homGroup_zero_f
(C : Type u₁)
[Category.{v₁, u₁} C]
[Preadditive C]
(F : Functor C C)
[F.Additive]
(A₁ A₂ : Algebra F)
:
instance
CategoryTheory.Algebra.forget_additive
(C : Type u₁)
[Category.{v₁, u₁} C]
[Preadditive C]
(F : Functor C C)
[F.Additive]
:
instance
CategoryTheory.Endofunctor.coalgebraPreadditive
(C : Type u₁)
[Category.{v₁, u₁} C]
[Preadditive C]
(F : Functor C C)
[F.Additive]
:
Preadditive (Coalgebra F)
@[simp]
theorem
CategoryTheory.Endofunctor.coalgebraPreadditive_homGroup_zero_f
(C : Type u₁)
[Category.{v₁, u₁} C]
[Preadditive C]
(F : Functor C C)
[F.Additive]
(A₁ A₂ : Coalgebra F)
:
instance
CategoryTheory.Coalgebra.forget_additive
(C : Type u₁)
[Category.{v₁, u₁} C]
[Preadditive C]
(F : Functor C C)
[F.Additive]
: