Documentation

Mathlib.CategoryTheory.Abelian.SerreClass.Basic

Serre classes #

For any abelian category C, we introduce a type class IsSerreClass C for Serre classes in C (also known as "Serre subcategories"). A Serre class is a property P : ObjectProperty C of objects in C which holds for a zero object, and is closed under subobjects, quotients and extensions.

Future work #

References #

A Serre class in an abelian category consists of a predicate which holds for the zero object and is closed under subobjects, quotients, extensions.

Instances