Documentation

Mathlib.CategoryTheory.Abelian.Preradical.Radical

Radicals #

In this file we define what it means for a preradical Φ : Preradical C on an abelian category C to be radical, and we define Radical C as the full subcategory of Preradical C consisting of radicals.

Following Stenström, a preradical Φ is called radical if it coincides with its self colon. We encode this as the property that the natural transformation toColon Φ Φ : Φ ⟶ Φ.colon Φ is an isomorphism, and we prove a basic characterization of radicals in terms of the vanishing of Φ.r on Φ.quotient.

Main definitions #

Main results #

References #

Tags #

preradical, radical, torsion theory, abelian

A preradical Φ is radical if Φ.colon Φ ≅ Φ.

Equations
Instances For

    A preradical Φ is radical if and only if it Φ vanishes on the quotient Φ.quotient.

    @[reducible, inline]
    abbrev CategoryTheory.Abelian.Radical (C : Type u_1) [Category.{v_1, u_1} C] [Abelian C] :
    Type (max u_1 v_1)

    The category of radicals on C, defined as the full subcategory of Preradical C consisting of preradicals Φ such that toColon Φ Φ is an isomorphism.

    Equations
    Instances For