Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ObjectProperty.SerreClassLocalization.abelian

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Abelian C] →
      {D : Type u'} →
        [inst_2 : CategoryTheory.Category.{v', u'} D] →
          (L : CategoryTheory.Functor C D) →
            (P : CategoryTheory.ObjectProperty C) →
              [inst_3 : P.IsSerreClass] →
                [L.IsLocalization P.isoModSerre] →
                  [inst_5 : CategoryTheory.Preadditive D] → [L.Additive] → CategoryTheory.Abelian D

If L : C ⥤ D is a localization functor with respect to a Serre class P in the abelian category C, then D is an abelian category. Note that we assume that D has already been equipped with a preadditive structure, and that L is additive. Otherwise, see the results in the file Mathlib/CategoryTheory/Localization/CalculusOfFractions/Preadditive.lean which applies because P.isoModSerre has a calculus of left and right fractions.

Defined in
Mathlib.CategoryTheory.Abelian.SerreClass.Localization
Cited by
6 results in Mathlib
Foundations
Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.AbelianCategoryTheory.CategoryCategoryTheory.ObjectProperty.IsSerreClassCategoryTheory.Functor.IsLocalizationCategoryTheory.PreadditiveCategoryTheory.Functor.Additive

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.ObjectProperty.SerreClassLocalization.preservesFiniteColimits · cited by 1SerreClassLocalization.pr…CategoryTheory.ObjectProperty.SerreClassLocalization.preservesFiniteColimits_comp_iff · cited by 1SerreClassLocalization.pr…CategoryTheory.ObjectProperty.SerreClassLocalization.preservesFiniteLimits · cited by 1SerreClassLocalization.pr…CategoryTheory.ObjectProperty.SerreClassLocalization.preservesFiniteLimits_comp_iff · cited by 1SerreClassLocalization.pr…CategoryTheory.ObjectProperty.SerreClassLocalization.isIso_map_iff · cited by 1SerreClassLocalization.is…CategoryTheory.ObjectProperty.SerreClassLocalization.hasZeroObject · cited by 0SerreClassLocalization.ha…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveCategoryTheory.ObjectProperty · cited by 798CategoryTheory.ObjectProp…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.Limits.HasFiniteProducts · cited by 142Limits.HasFiniteProductsCategoryTheory.Limits.HasKernels · cited by 67Limits.HasKernelsCategoryTheory.ObjectProperty.IsSerreClass · cited by 61ObjectProperty.IsSerreCla…CategoryTheory.ObjectProperty.isoModSerre · cited by 50ObjectProperty.isoModSerreCategoryTheory.Limits.HasCokernels · cited by 47Limits.HasCokernelsCategoryTheory.IsNormalEpiCategory · cited by 9CategoryTheory.IsNormalEp…CategoryTheory.IsNormalMonoCategory · cited by 9CategoryTheory.IsNormalMo…CategoryTheory.ObjectProperty.SerreClassLocalization.hasCokernels · cited by 1SerreClassLocalization.ha…SerreClassLocalization.abelianCITED BYCITES

Cites19

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.