Documentation

Mathlib.CategoryTheory.Noetherian

Artinian and Noetherian categories #

An Artinian category is a category in which objects do not have infinite decreasing sequences of subobjects.

A Noetherian category is a category in which objects do not have infinite increasing sequences of subobjects.

Note: In the file, CategoryTheory.Subobject.ArtinianObject, it is shown that any nonzero Artinian object has a simple subobject.

Future work #

The Jordan-Hölder theorem, following https://stacks.math.columbia.edu/tag/0FCK.

@[deprecated CategoryTheory.IsNoetherianObject (since := "2025-07-11")]

Alias of CategoryTheory.IsNoetherianObject.


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

Stacks Tag 0FCG

Equations
Instances For
    @[deprecated CategoryTheory.IsArtinianObject (since := "2025-07-11")]

    Alias of CategoryTheory.IsArtinianObject.


    An object X in a category C is Artinian if Subobject X satisfies the descending chain condition.

    Stacks Tag 0FCF

    Equations
    Instances For

      A category is Noetherian if it is essentially small and all objects are Noetherian.

      Instances

        A category is Artinian if it is essentially small and all objects are Artinian.

        Instances