Documentation

Mathlib.CategoryTheory.Triangulated.Generators

Generators in triangulated categories #

We define the notions of strong and classical generators in (pre)triangulated categories. This is not to be confused with ObjectProperty.IsStrongGenerator defined in CategoryTheory/Generator.

Main definitions #

Main results #

TODO #

References #

@[reducible, inline]

All objects that can be reached by shifts, binary products, retracts and at most n extensions from objects in P.

Equations
Instances For

    An object property P is called a strong triangulated generator, if every object can be reached from objects in P by shifts, binary products, retracts and at most n extensions, for some fixed n.

    Equations
    Instances For

      All objects that can be reached by shifts, binary products, retracts and extensions from objects in P. This is the smallest triangulated object property closed under retracts that contains P, see ObjectProperty.triangEnvelope_le_iff.

      Equations
      Instances For

        An object property P is called a classical generator, if every object can be reached from objects in P by shifts, binary products, retracts and extensions.

        Equations
        Instances For