Documentation

Mathlib.CategoryTheory.Subobject.NoetherianObject

Noetherian objects #

We shall say that an object X in a category C is Noetherian (type class IsNoetherianObject X) if the ordered type Subobject X satisfies the ascending chain condition. The corresponding property of objects isNoetherianObject : ObjectProperty C is always closed under subobjects.

Future works #

An object X in a category C is Noetherian if Subobject X satisfies the ascending chain condition. This definition is a term in ObjectProperty C which allows to study the stability properties of Noetherian objects. For statements regarding specific objects, it is advisable to use the type class IsNoetherianObject instead.

Equations
    Instances For
      @[reducible, inline]

      An object X in a category C is Noetherian if Subobject X satisfies the ascending chain condition.

      Equations
        Instances For