Preradicals #
A preradical on an abelian category C is a monomorphism in the functor category C ⥤ C
with codomain 𝟭 C, i.e. an element of MonoOver (𝟭 C).
Main definitions #
Preradical C: The type of preradicals onC.Preradical.r: The underlying endofunctor of aPreradical.Preradical.ι: The structure morphism of aPreradical.Preradical.IsIdempotent: The predicate expressing idempotence.
References #
Tags #
category theory, preradical, torsion theory
@[reducible, inline]
A preradical on an abelian category C is a monomorphism in C ⥤ C with codomain 𝟭 C.
Equations
Instances For
@[reducible, inline]
abbrev
CategoryTheory.Abelian.Preradical.r
{C : Type u}
[Category.{v, u} C]
(Φ : Preradical C)
:
Functor C C
The underlying endofunctor r : C ⥤ C of a preradical Φ.
Instances For
@[reducible, inline]
The structure morphism Φ.r ⟶ 𝟭 C of a preradical Φ.
Instances For
@[simp]
theorem
CategoryTheory.Abelian.Preradical.r_map_ι_app
{C : Type u}
[Category.{v, u} C]
[Abelian C]
(Φ : Preradical C)
(X : C)
:
class
CategoryTheory.Abelian.Preradical.IsIdempotent
{C : Type u}
[Category.{v, u} C]
(Φ : Preradical C)
:
A preradical Φ is idempotent if Φ.r ⋙ Φ.r ≅ Φ.r.
- isIso_whiskerLeft_r_ι : IsIso (Φ.r.whiskerLeft Φ.ι)
Instances
instance
CategoryTheory.Abelian.Preradical.instIsIsoAppιObjROfIsIdempotent
{C : Type u}
[Category.{v, u} C]
(Φ : Preradical C)
[Φ.IsIdempotent]
(X : C)
:
instance
CategoryTheory.Abelian.Preradical.instIsIsoMapRAppιOfIsIdempotent
{C : Type u}
[Category.{v, u} C]
[Abelian C]
(Φ : Preradical C)
[Φ.IsIdempotent]
(X : C)
: