Documentation

Mathlib.CategoryTheory.Abelian.Preradical.Basic

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 #

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]

    The underlying endofunctor r : C ⥤ C of a preradical Φ.

    Equations
    Instances For
      @[reducible, inline]

      The structure morphism Φ.r ⟶ 𝟭 C of a preradical Φ.

      Equations
      Instances For
        @[simp]
        theorem CategoryTheory.Abelian.Preradical.r_map_ι_app {C : Type u} [Category.{v, u} C] [Abelian C] (Φ : Preradical C) (X : C) :
        Φ.r.map (Φ.ι.app X) = Φ.ι.app (Φ.r.obj X)

        A preradical Φ is idempotent if Φ.r ⋙ Φ.r ≅ Φ.r.

        Instances