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.
Alias of CategoryTheory.IsNoetherianObject
.
An object X
in a category C
is Noetherian if Subobject X
satisfies the ascending chain condition.
Instances For
Alias of CategoryTheory.IsArtinianObject
.
An object X
in a category C
is Artinian if Subobject X
satisfies the descending chain condition.
Instances For
A category is noetherian if it is essentially small and all objects are noetherian.
- equiv_smallCategory : ∃ (S : Type u_3) (x : SmallCategory S), Nonempty (C ≌ S)
- isNoetherianObject (X : C) : IsNoetherianObject X
Instances
A category is artinian if it is essentially small and all objects are artinian.
- equiv_smallCategory : ∃ (S : Type u_3) (x : SmallCategory S), Nonempty (C ≌ S)
- isArtinianObject (X : C) : IsArtinianObject X